/* ******************************************************************************
*********************************************************************************
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 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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



.hs-blog-listing .hero__content__inner .text-shadow {
  text-transform: capitalize;
}

.banner-area .dnd-section>.row-fluid {
  padding: 0;
}

.custom-banner-area {
  flex-grow: 1;
  position: relative;
  display: block;
}

.custom-banner-area .hero-media {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: height 0.125s ease-out;
  height: 100%;
}

.custom-banner-area .hero-media:before, .custom-banner-area .hero-media:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-banner-area .hero-media:before {
  z-index: 1;
}

.custom-banner-area .hero-media:after {
  background-image: linear-gradient(180deg,transparent 28%,rgba(0,0,0,.5) 54%,rgba(0,0,0,.5));
  content: "";
  z-index: 2;
}

.custom-banner-area .hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.custom-banner-area .page-center {
  display: flex;
  flex-direction: column;
  padding-top: calc(70px + 85px);
  color: #fff;
}

.custom-banner-area .page-center .hero__content {
  min-height: 100px;
}

.custom-banner-area .page-center .hero__content .hero__content__inner h1 {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,.35);
  margin-bottom: 0;
}




@media (max-width: 1023.98px) {
  .custom-banner-area .page-center .hero__content {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .custom-banner-area .hero-media:before {
    background-image: linear-gradient(-94deg,transparent 4%,rgba(0,0,0,.5) 73%,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 0);
    content: "";
  }
  .custom-banner-area .hero-media:after {
    background-image: linear-gradient(0deg,transparent 65%,rgba(0,0,0,.5) 89%);
  }
}

@media (min-width: 1024px) {
  .custom-banner-area .page-center {
    padding-top: 100px;
  }
  .custom-banner-area .page-center {
    flex-direction: row;
    justify-content: space-between;
    height: 580px;
  }
  .custom-banner-area .page-center .hero__content {
    flex-grow: 1;
    align-self: center;
  }
  .custom-banner-area .page-center .hero__content .hero__content__inner {
    width: 384px;
  }
}

@media (min-width: 1280px) {
  .custom-banner-area .hero-media:before {
    width: calc(100% - (100vw - 960px)/2);
  }
  .custom-banner-area .page-center {
    height: 535px;
  }
  .custom-banner-area .page-center .hero__content .hero__content__inner {
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .custom-banner-area .hero-media:before {
    width: calc(100% - (100vw - 1140px)/2);
  }
  .custom-banner-area .page-center {
    padding-top: 110px;
  }
  .custom-banner-area .page-center {
    height: 600px;
  }
  .custom-banner-area .page-center .hero__content .hero__content__inner {
    width: 570px;
  }
}

@media (min-width: 1920px) {
  .custom-banner-area .hero-media:before {
    width: calc(100% - (100vw - 1330px)/2);
    background-image: linear-gradient(-99deg,transparent 4%,rgba(0,0,0,.5) 100%,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 0);
  }
  .custom-banner-area .page-center {
    padding-top: 140px;
  }
  .custom-banner-area .page-center {
    height: 680px;
  }
  .custom-banner-area .page-center .hero__content .hero__content__inner {
    width: 665px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Museo Slab';
  src: url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-500.woff2") format("woff2"),
    url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-500.woff") format("woff"),
      url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-500.ttf") format("truetype");
        font-style: normal;
        font-weight: 500;
        font-display: block;
        }

@font-face {
  font-family: 'Museo Slab';
  src: url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-700.woff2") format("woff2"),
    url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-700.woff") format("woff"),
      url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/MuseoSlab-700.ttf") format("truetype");
        font-style: normal;
        font-weight: 700;
        font-display: block;
        }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-Regular.woff") format("woff"),
      url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-Regular.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: block;
        }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
    url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-SemiBold.woff") format("woff"),
      url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/SourceSansPro-SemiBold.ttf") format("truetype");
        font-style: normal;
        font-weight: 500;
        font-display: block;
        }

@font-face {
  font-family: 'antea-group-icons';
  src: url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/antea-group-icons.woff2") format("woff2"),
    url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/antea-group-icons.woff") format("woff"),
      url("https://5091640.fs1.hubspotusercontent-na1.net/hubfs/5091640/raw_assets/public/AnteaGroup_September2020/fonts/antea-group-icons.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: block;
        }

html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  color: #494a52;
  background-color: #fff;
}

body {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 1440px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media (min-width: 1920px) {
  body {
    line-height: 2.8rem;
  }
}

body, button, input, select, textarea {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* 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: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  letter-spacing: -.1px;
}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border-style: none;
  vertical-align: bottom;
}

.page-center,
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}





@media (min-width: 768px) {
  h1 {
    line-height: 3.8rem;
  }
  h2 {
    line-height: 3.2rem;
  }
  h3 {
    line-height: 3.2rem;
  }
}

@media (min-width: 1024px) {
  h5 {
    line-height: 2.5rem;
  }
  h6 {
    line-height: 2.3rem;
  }
}

@media (min-width: 1280px) {
  h1 {
    line-height: 4.2rem;
  }
  h2 {
    line-height: 3.6rem;
  }
  h3 {
    line-height: 3.4rem;
  }
}

@media (min-width: 1440px) {
  h1 {
    line-height: 5rem;
  }
  h2 {
    line-height: 4.2rem;
  }
  h4 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1920px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
  h1 {
    line-height: 5.5rem;
  }
  h2 {
    line-height: 4.5rem;
  }
  h3 {
    line-height: 4rem;
  }
  h4 {
    line-height: 2.6rem;
  }
  h5 {
    line-height: 2.6rem;
  }
  h6 {
    line-height: 2.4rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #005b82;
  border-color: #005b82;
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica;
  text-decoration: none !important;
}

.hs-button:hover, .hs-button:focus {
  background: #005b82;
  border-color: #005b82;
  color: #ffffff;
}

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


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

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

.hs-input,
input[type="password"] {
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.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,
input[type="password"]: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: #c87872;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

/* Blog post */

.slider-header h2 {
  color: #fff;
  margin-bottom: 20px;
}
.related-post-inner-wrapper:before,
.related-post-inner-wrapper:after {
  content: '';
  display: table;
}
.related-post-inner-wrapper:after {
  clear: both;
}
.related-post-inner-wrapper .post-item.grid-item {
  float: left;
  width: calc(33.333% - 30px);
  margin-right: 30px;
  height: auto !important;
}
.related-post-inner-wrapper {
  margin-right: -30px;
}
.related-post-wrapper .card--index--grid__content .btn {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  right: 20px;
  bottom: 35px;
}
.post-item-h {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.related-post-wrapper ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.related-post-wrapper ul.slick-dots li {
  display: inline-block;
}
.related-post-wrapper ul.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga","kern";
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #006691;
  cursor: pointer;
  font-size: 0; 
  background-color: #fff;
  opacity: .3;
}
.related-post-wrapper ul.slick-dots li.slick-active button {
  opacity: 1;
} 
.related-post-wrapper .slick-arrow:before {
  content: '';
  speak: none;
  font-family: antea-group-icons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 16px;
  transform: translateX(0);
  transition: transform .25s ease-out;
  content: "\E91A";
} 
.related-post-wrapper .slick-prev:before {
  content: "\E91A";
} 
.related-post-wrapper .slick-next:before {
  content: "\E91B";
} 
.related-post-wrapper .slick-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #006691;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.25s ease;
  margin: 0;
  background-color: initial;
  font-weight: 500;
  color: #fff;
  width: 45px;
  height: 45px;
  border-width: 1px;
  padding: 0;
  margin-left: 10px;
  border-color: #fff;
  font-size: 0;
  cursor: pointer;  
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: -70px;
}
.related-post-wrapper .slick-prev {
  margin-right: 55px;
}
.related-post-wrapper .slick-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #006691;
}
.related-post-wrapper .slick-disabled {
  opacity: .3;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .related-post-wrapper .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 950px) and (min-width: 568px) {
  .chip {
    margin-bottom: 2px !important;
  }
}

@media (max-width: 767px) and (min-width: 568px) {
  .card--index--grid__content article {
    padding: 5px 10px !important;
  }
  .chip {
    padding: 0 4px !important;
    font-size: 1.1rem !important;
  }
}

@media (max-width: 800px) {
  .post-item.grid-item:hover .card--index--grid__content article {
    transform: translateY(-45px);
  }
}

@media (max-width: 500px) {
  .chip {
    margin-bottom: 2px !important;
  }
}

@media (max-width: 479px) {
  .share-page-buttons {
    padding-right: 15px;
  }
}




@media (min-width: 768px) {
  .slider-header h2 {
    margin-bottom: 25px;
  }
  .post-item-h {
    padding-bottom: 115%;
  }

}

@media (min-width: 1440px) {
  .slider-header h2 {
    margin-bottom: 40px;
  }

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

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .banner-section {
  min-height: 70px;
}

.has-not-banner {
  position: fixed;
  width: 100%;
  min-height: 70px;
  background: #006691;
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .no-banner .navbar,
html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .without-banner .navbar {
  background: #006691
}

.no-banner .body-container-wrapper {
  padding-top: 70px;
}


/* .navbar-collapse .navigation-primary ul.level-1 > li {
position: relative;
} */
.menu-overlay {
  background: #007caa;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: left 0.3s linear 0s, width 0.3s linear 0s;
  z-index: 2;
}
.dropdown-menu-visible .menu-overlay {
  background-color: #fff;
}
.navbar:after {
  z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-banner-area .hero-media img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
  .custom-banner-area .hero-media:before {
    width: 100%;
  }
}


@media (max-width: 1023.98px) {
  .menu-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper .dnd-section > .row-fluid > .span4 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .banner-section,
  .has-not-banner {
    min-height: 100px;
  }
  .no-banner .body-container-wrapper {
    padding-top: 100px;
  }
  .navbar-collapse .navigation-primary ul.level-1 {
    position: relative;
  }
}

@media (min-width: 1440px) {
  html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .banner-section,
  .has-not-banner {
    min-height: 110px;
  }
  .no-banner .body-container-wrapper {
    padding-top: 110px;
  }
}

@media (min-width: 1920px) {
  html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) .banner-section,
  .has-not-banner {
    min-height: 140px;
  }
  .no-banner .body-container-wrapper {
    padding-top: 140px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.navbar {
  height: 70px;
  background-color: initial;
  position: fixed;
  z-index: 9999999999;
}

.navbar, .navbar:before {
  width: 100%;
  top: 0;
  left: 0;
}

.navbar:before {
  opacity: 1;
  height: 100%;
  background-color: transparent;
  content: "";
  position: absolute;
  transition: opacity 0.125s linear,background-color 0.125s linear;
}

.navbar:after {
  width: 100%;
  height: 1px;
  background-color: hsla(0,0%,100%,.3);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar .navbar-inner {
  display: flex;
  height: 100%;
  position: relative;
}

.navbar .navbar-brand {
  display: flex;
  flex: 1 0 0%;
  align-items: center;
  height: 100%;
  padding: 11px 15px 9px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.navbar .navbar-brand svg {
  height: 50px;
}

.navbar .navbar-brand path {
  fill: #fff;
  transition: all 0.125s linear;
}

.navbar-content {
  width: 100%;
}

.navbar-content .navbar-nav-top-wrapper {
  order: 1;
}

.language-selector {
  color: #fff;
}

.language-selector .language-toggler {
  vertical-align: middle;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.125s linear,color 0.125s linear;
  align-items: center;
  width: 100%;
  color: currentColor;
  position: relative;
  display: flex;
}

.language-selector .language-toggler .icon-language {
  margin-right: 10px;
  font-size: 20px;
}

.language-selector .language-toggler span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}

.language-selector .language-toggler .icon-chevron-right {
  font-size: 12px;
}

.navbar-content .navbar-nav-top .hs-menu-wrapper > ul {
  margin: 0;
}

.navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1.6rem;
  transition: background-color 0.125s linear,color 0.125s linear;
}

.d-none {
  display: none!important;
}

.navbar-collapse .navigation-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-collapse .navigation-primary ul.level-1 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.navbar-toggler--settings-wrapper > button {
  vertical-align: middle;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70px;
  height: 100%;
  border-left: 1px solid hsla(0,0%,100%,.3);
  color: #fff;
  position: relative;
  z-index: 2;
  transition: background-color 0.125s linear;
}

.navbar-toggler .navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar-toggler .line {
  width: 24px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.25s linear;
}

.navbar-toggler .line.line--cross {
  opacity: 0;
}

.navbar-toggler .line.line--default,
.navbar-toggler .line:after,
.navbar-toggler .line:before {
  background-color: #fff;
}

.navbar-toggler .line:after,
.navbar-toggler .line:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-toggler .line.line--cross:before {
  transform: rotate(45deg);
}

.navbar-toggler .line.line--cross:after {
  transform: rotate(-45deg);
}

.navbar-toggler [class^=icon-] {
  font-size: 22px;
  transition: opacity 0.25s linear,color 0.125s linear;
}

.icon-settings:before {
  content: "\E94B";
}

.icon-search:before {
  content: "\E94A";
}

.navbar-toggles .navbar-toggler--nav {
  vertical-align: middle;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70px;
  height: 100%;
  border-left: 1px solid hsla(0,0%,100%,.3);
  color: #fff;
  position: relative;
  z-index: 2;
  transition: background-color 0.125s linear;
}

.navbar-toggler .line.line--default:before {
  margin-top: -7px;
}

.navbar-toggler .line.line--default:after {
  margin-top: 7px;
}

.navbar-toggles {
  display: flex;
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling:before {
  opacity: 1;
  background-color: #fff;
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling:after {
  background-color: #dfeff3;
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand {
  border-color: #dfeff3
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg:not(.logo-irh) .brand-name path {
  fill: #006691
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg:not(.logo-irh) path.round-top {
  fill: #62a1bd
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg:not(.logo-irh) path.round-middle {
  fill: #b7d9e5
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg:not(.logo-irh) path.round-bottom {
  fill: #007caa
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg.logo-irh .st0 {
  fill: #00567d
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg.logo-irh .st1 {
  fill: #5496af
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg.logo-irh .st2 {
  fill: #b9d2dc
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg.logo-irh .st3 {
  fill: #006e8f
}

html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar.scrolling .navbar-brand svg.logo-irh .st4 {
  fill: #7ea9c2
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li > a,
html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-collapse .navigation-primary ul.level-1 > li > a {
  color: #006691
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-content .navbar-nav-top-wrapper {
  border-color: #dfeff3
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-content .navbar-nav-top-wrapper {
  border-color: #dfeff3
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler {
  border-color: #dfeff3;
  color: #006691
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line.line--default,
html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:after,
html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:before {
  background-color: #006691
}

html.contrast-mode-avg:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line.line--default,
html.contrast-mode-avg:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:after,
html.contrast-mode-avg:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:before {
  background-color: #2f424b
}

html.contrast-mode-high:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line.line--default,
html.contrast-mode-high:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:after,
html.contrast-mode-high:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:before {
  background-color: #fff
}

html.contrast-mode-max:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line.line--default,
html.contrast-mode-max:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:after,
html.contrast-mode-max:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .navbar-toggler .line:before {
  background-color: #000
}

html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .scrolling .language-selector {
  color: #006691
}

/* Menu */
.navbar-collapse .navigation-primary ul.level-2,
.navbar-nav-top .hs-menu-wrapper > ul > li > ul {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  width: 100%;
  height: calc(100vh - 70px);
  margin-top: 70px;
  position: absolute;
  top: 0;
  left: 100%;
}

.navbar .holder {
  display: flex;
  min-height: 100%;
  padding: 25px 20px 20px;
}

.navbar-collapse .navigation-primary .holder > li,
.navbar-nav-top .hs-menu-wrapper > ul .holder > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  padding-top: 15px;
  position: relative;
}

.navbar-collapse .navigation-primary .holder > li:before,
.navbar-nav-top .hs-menu-wrapper > ul .holder > li:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  content: "";
}

.navbar-collapse .navigation-primary li .holder > li > a,
.navbar-nav-top .hs-menu-wrapper > ul .holder > li > a {
  display: none;
}

.navbar-collapse .navigation-primary .holder ul.level-3,
.navbar-nav-top .hs-menu-wrapper > ul .holder > li > ul {
  width: 100%;
}

.navbar-collapse .navigation-primary .holder ul.level-3 > li > a,
.navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  justify-content: space-between;
  width: 100%;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding-right: 5px;
  color: #006691;
  transition: color 0.25s ease-out;
}

.navbar-collapse .navigation-primary .holder ul.level-3 > li > a[href="javascript:;"],
.navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a[href="javascript:;"] {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  justify-content: space-between;
  width: 100%;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 2rem !important;
  border-bottom: 1px solid #dfeff3;
  color: #006691;
  position: relative;
  cursor: auto;
}

.navbar-collapse .navigation-primary .holder ul.level-3 > li > a[href="javascript:;"]:after,
.navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a[href="javascript:;"]:after {
  display: none;
}

.navbar-collapse .navigation-primary .holder ul.level-3 > li > a:after,
.navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a:after {
  speak: none;
  font-family: antea-group-icons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  margin-left: 10px;
  content: "\E91B";
  font-size: 16px;
  transition: transform 0.25s ease-out;
  font-size: 20px;
}

.extra-menu {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  position: fixed;
}

.card.card--extra-menu {
  overflow: visible;
  padding: 30px 20px;
  background-color: #fff;
}

.card.card--extra-menu .card--extra-menu__toptitle {
  margin-bottom: 15px;
  color: #62a1bd;
}

.card.card--extra-menu .card--extra-menu__title {
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.form-control {
  outline-offset: -2px;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #b7d9e5;
  padding-right: 10px;
  font-weight: 400;
  color: #2f424b;
  position: relative;
}

.form-control:not(textarea) {
  display: flex;
  align-items: center;
  height: 55px;
}

.form-control[type=search] {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.form-control.form-control--round {
  border: 1px solid #b7d9e5;
  border-radius: 30px;
  padding-right: 25px;
  padding-left: 30px;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  color: #006691;
  background: transparent;
}

.form-control.form-control--round:focus {
  outline: none;
  border-color: #006691;
}

.extra-menu--search .form-row button {
  vertical-align: middle;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  margin-top: 0!important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #006691;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  font-size: 1.4rem;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out,filter 0.25s ease-out;
  border-color: #006691;
  color: #006691;
  background-color: #006691;
  color: #fff;
}

.extra-menu--search .form-row button i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
  margin-left: 15px;
}

.extra-menu--search .form-row button:hover {
  border-color: #62a1bd;
  background-color: #62a1bd;
  filter: drop-shadow(4px 4px 16px rgba(0,0,0,.1));
}

.navbar-collapse .navigation-primary .holder .after_ul,
.navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #006691;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  height: 50px;
  font-size: 1.4rem;
  padding-right: 20px;
  padding-left: 20px;
  transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out,filter 0.25s ease-out;
  flex-shrink: 0;
  margin-top: 25px;
}

.navbar-collapse .navigation-primary .holder .after_ul i,
.navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
  margin-left: 10px;
}

.icon-arrow-right:before {
  content: "\E91B";
}

.navbar-collapse .navigation-primary .holder .after_ul:hover,
.navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul:hover {
  filter: drop-shadow(4px 4px 16px rgba(0,0,0,.1));
}

.navbar-collapse .navigation-primary .holder .after_ul:hover i,
.navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul:hover i {
  transform: translateX(5px);
}

.navbar-nav-top .hs-menu-wrapper > ul > li.news-events .holder ul > li:first-child > a {
  border-top: 1px solid #dfeff3;
}

.form-control.form-control--round::placeholder {
  opacity: .6;
  color: #006691;
}

.search-collapsed .navbar-toggler[data-toggler=search] .line.line--cross {
  opacity: 1;
}

.navbar-toggler .line.line--cross:before {
  transform: rotate(45deg);
}

.navbar-toggler .line.line--cross:after {
  transform: rotate(-45deg);
}

.search-collapsed .navbar-toggler[data-toggler=search] .icon-search {
  opacity: 0;
}

.nav-collapsed .navbar-toggler.navbar-toggler--nav .line.line--cross {
  opacity: 1;
}

.nav-collapsed .navbar-toggler.navbar-toggler--nav .line.line--default {
  opacity: 0;
}

html.accessibility-collapsed,
html.language-collapsed,
html.nav-collapsed,
html.search-collapsed {
  overflow: hidden;
}

.accordion-wrapper,
.custom-select-wrapper {
  height: calc(55px + 1px);
  position: relative;
}

.accordion-item,
.custom-select {
  width: 100%;
  font-family: Museo Slab,sans-serif;
  color: #2f424b;
  position: absolute;
  font-size: 15px;
  line-height: 2.5rem;
  transition: filter 0.25s ease-out;
}

.accordion-item.accordion-item--round,
.custom-select--round.accordion-item,
.custom-select.accordion-item--round,
.custom-select.custom-select--round {
  border: 1px solid #b7d9e5;
  border-radius: 30px;
  background-color: #fff;
  color: #006691;
}

.accordion-item select, .custom-select select {
  display: none;
}

.accordion-item .accordion__toggler, 
.accordion-item .select-selected, 
.custom-select .select-selected {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #b7d9e5;
  line-height: 55px;
  color: #2f424b;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out;
}

.accordion-item.accordion-item--round .accordion__toggler,
.accordion-item.accordion-item--round .select-selected,
.accordion-item .custom-select.accordion-item--round .accordion__toggler,
.accordion-item .custom-select.custom-select--round .accordion__toggler,
.custom-select--round.accordion-item .accordion__toggler,
.custom-select--round.accordion-item .select-selected,
.custom-select.accordion-item--round .accordion-item .accordion__toggler,
.custom-select.accordion-item--round .select-selected,
.custom-select.custom-select--round .accordion-item .accordion__toggler,
.custom-select.custom-select--round .select-selected {
  border-width: 0;
  padding-right: calc(25px + 25px);
  padding-left: 25px;
  color: inherit;
}

.accordion-item .accordion__toggler:after,
.accordion-item .select-selected:after,
.custom-select .select-selected:after {
  content: "\E91D";
  font-family: antea-group-icons;
  font-size: 14px;
  line-height: 1;
  color: #006691;
  pointer-events: none;
  position: absolute;
  top: calc(55px/2);
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.25s ease-out;
}

.accordion-item.accordion-item--round .accordion__toggler:after,
.accordion-item.accordion-item--round .select-selected:after,
.accordion-item .custom-select.accordion-item--round .accordion__toggler:after,
.accordion-item .custom-select.custom-select--round .accordion__toggler:after,
.custom-select--round.accordion-item .accordion__toggler:after,
.custom-select--round.accordion-item .select-selected:after,
.custom-select.accordion-item--round .accordion-item .accordion__toggler:after,
.custom-select.accordion-item--round .select-selected:after,
.custom-select.custom-select--round .accordion-item .accordion__toggler:after,
.custom-select.custom-select--round .select-selected:after {
  right: 25px;
}

.collapse {
  display: none;
}

.custom-select.disabled,
.disabled.accordion-item {
  opacity: .6;
  pointer-events: none;
}

.form-row--website-switcher button {
  vertical-align: middle;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 30px;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out,filter 0.25s ease-out;
  border-color: #006691;
  background-color: #006691;
  color: #fff;
}

.form-row--website-switcher button i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
  margin-left: 10px;
}

.form-row--website-switcher button:hover {
  border-color: #62a1bd;
  background-color: #62a1bd;
}

.form-row--website-switcher button:hover i {
  transform: translateX(5px);
}

.btn {
  height: 50px;
}

.custom-select.custom-select--round .select-selected {
  outline: none;
}

.accordion-item:not(.custom-select--active):hover,
.custom-select:not(.custom-select--active):hover {
  filter: drop-shadow(4px 4px 16px rgba(0,0,0,.1));
}









/* Max Width */
@media (max-width: 1279.98px) and (min-width: 1024px) {
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a,
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1023.98px) {
  body {
    overflow-x: hidden;
  }
  .navbar-content {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    opacity: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-color: #006691;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    position: fixed;
    top: 100%;
    left: 0;
    transform: translateY(0);
    z-index: -1;
    transition: opacity 0.5s ease-out;
    font-size: 1.4rem;
  }
  /* Menu */
  .extra-menu {
    overflow-y: auto;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 70px;
    background-color: rgb(0, 102, 145);
    position: fixed;
    top: 100%;
    left: 0px;
    transform: translateY(0px);
    transition: opacity 0.125s ease-out;
  }
  html.accessibility-collapsed .extra-menu.extra-menu--accessibility,
  html.search-collapsed .extra-menu.extra-menu--search {
    opacity: 1;
    transform: translateY(-100%);
  }
  .navbar .holder {
    flex-direction: column;
  }
  .extra-menu .extra-menu__title {
    display: block;
    font-family: Museo Slab,sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .extra-menu--search .card.card--extra-menu {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .card.card--extra-menu .card--extra-menu__subtitle,
  .card.card--extra-menu .card--extra-menu__title {
    text-align: center;
  }
  .card.card--extra-menu .btn {
    width: 100%;
  }
  .extra-menu .card--extra-menu {
    margin-top: 20px;
  }
  .nav-collapsed .navbar-content {
    opacity: 1;
    transform: translateY(-100%);
  }
  .navbar-content .navbar-nav-top-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .navbar-content .navbar-nav-main-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-collapse .navigation-primary ul.level-1>li>a {
    width: 100%;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-decoration: none;
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a:after {
    speak: none;
    font-family: antea-group-icons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    padding-left: 15px;
    content: "\E91B";
  }
  .navbar-content .navbar-nav-top-wrapper .language-selector {
    order: 1;
  }
  .language-selector .language-toggler {
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper>ul>li>a {
    width: 100%;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper>ul>li>a:after {
    speak: none;
    font-family: antea-group-icons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\E960";
    font-size: 12px;
  }
  html.nav-collapsed .extra-menu.extra-menu--language {
    top: 0;
    left: 100%;
  }
  .navbar-collapse .navigation-primary ul.level-2,
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    display: block;
    background-color: #006691;
    transition: transform 0.25s cubic-bezier(.645,.045,.355,1);
  }
  .navbar-collapse .navigation-primary ul.level-1 > li.show ul.level-2,
  .navbar-nav-top .hs-menu-wrapper > ul > li.show > ul {
    transform: translateX(-100%);
  }
  .navbar-collapse .navigation-primary .holder ul.level-3,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li > ul {
    z-index: 1;
  }
  html.nav-collapsed.language-collapsed .extra-menu.extra-menu--language {
    opacity: 1;
    transform: translateX(-100%);
  }
  .extra-menu.extra-menu--language .extra-menu__title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 0;
    speak: none;
    font-family: antea-group-icons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\E91A";
    font-size: 20px;
  }
  .extra-menu.extra-menu--language .extra-menu__title {
    position: relative;
    padding-right: 0;
  }
  .extra-menu.extra-menu--language .extra-menu__title {
    position: relative;
    padding-right: 0;
  }
  .navbar-collapse .navigation-primary .holder > li,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li {
    flex: 1 0 0%;
    margin-top: 20px;
  }
  .navbar-collapse .navigation-primary .holder > li:first-of-type {
    flex-grow: 0;
    padding-bottom: 0;
  }
  .navbar-collapse .navigation-primary .holder > li:last-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li > ul {
    position: relative;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li:not(:first-child),
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li:not(:first-child) {
    border-bottom: 1px solid #dfeff3;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a,
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a {
    font-size: 1.4rem;
    text-decoration: none !important;
  }
  .navbar-collapse .navigation-primary .holder .after_ul,
  .navbar-nav-top .hs-menu-wrapper>ul .holder .after_ul {
    width: 100%;
  }
  .navbar-nav-top .hs-menu-wrapper > ul .holder > figure.nav-item__figure {
    display: none;
  }
  .form-row--website-switcher button {
    height: 50px;
  }
  .nav-collapsed .navbar .navbar-inner {
    background-color: #006691;
  }
}











/* Min Width */
@media (min-width: 768px) {
  .extra-menu--search .form-row button {
    height: 50px;
  }
  .navbar-collapse .navigation-primary .holder .after_ul,
  .navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul {
    height: 50px;
  }
  .btn {
    height: 50px;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .navbar {
    height: 100px;
  }
  .navbar .navbar-nav-backdrop {
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,102,145,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: visibility 0s 0.5s,opacity 0.25s ease-out;
  }
  .navbar.dropdown-menu-visible .navbar-nav-backdrop,
  .navbar.extra-menu-visible .navbar-nav-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .navbar .navbar-brand {
    flex-grow: 0;
    border-right: 1px solid hsla(0,0%,100%,.3);
    padding: 16px 20px 14px;
  }
  .navbar .navbar-brand svg {
    height: 68px;
  }
  .navbar-content .navbar-nav-main-wrapper,
  .navbar-content .navbar-nav-top,
  .navbar-content .navbar-nav-top-wrapper {
    display: flex;
  }
  .navbar-content .navbar-nav-main-wrapper,
  .navbar-content .navbar-nav-top-wrapper {
    padding-left: 25px;
  }
  .navbar-content .navbar-nav-main-wrapper {
    height: 66.66667%;
    padding-right: calc(2*65px);
  }
  .navbar-content .navbar-nav-top-wrapper {
    justify-content: space-between;
    height: 33.33333%;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    padding-right: 20px;
    font-family: Museo Slab,sans-serif;
    font-weight: 500;
    line-height: normal;
  }
  .language-selector {
    z-index: 1;
  }
  .language-selector .language-toggler {
    height: 100%;
  }
  .language-selector .language-toggler .icon-language {
    font-size: 15px;
  }
  .language-selector .language-toggler span {
    font-size: 1rem;
  }
  .navbar-content .navbar-nav-top {
    height: 100%;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper {
    height: 100%;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul {
    display: flex;
    height: 100%;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li {
    height: 100%;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li+li {
    margin-left: 20px;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li > a {
    height: 100%;
    white-space: nowrap;
    font-size: 1rem;
    position: relative;
    z-index: 1;
  }
  .navbar-content .navbar-nav-main-wrapper .navbar-collapse {
    height: 100%;
  }
  #hs_cos_wrapper_navigation-primary {
    height: 100%;
  }
  .navbar-content .navbar-nav-main-wrapper .navbar-collapse .navigation-primary {
    height: 100%;
  }
  .d-lg-block {
    display: block!important;
  }
  .navbar-content .navbar-nav-main-wrapper .navbar-active-marker {
    width: 0;
    height: 2px;
    background-color: #007caa;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
    transition: width 0.125s cubic-bezier(.05, .69, .14, 1),background-color 0.5s cubic-bezier(.05, .69, .14, 1),transform 0.5s cubic-bezier(.05, .69, .14, 1);
  }
  .navbar-collapse .navigation-primary ul.level-1 {
    display: flex;
    height: 100%;
    margin-right: calc(-1*10px);
    margin-left: calc(-1*10px);
  }
  .navbar-collapse .navigation-primary ul.level-1 > li {
    height: 100%;
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a {
    height: 100%;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    transition: background-color 0.125s ease-out,color 0.125s ease-out;
    text-decoration: none;
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a.active-branch {
    font-weight: 700;
  }
  .navbar-toggler--settings-wrapper > button {
    width: 65px;
  }
  .navbar-toggles {
    height: 66.66667%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  html:not([class*=contrast-mode-]):not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.vacancy-view) .navbar .navbar-brand .scrolling {
    border-right-color: #dfeff3
  }
  html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.france) .section.section--locations-map .location-sidebar .location-sidebar__wrapper.scrolling:before {
    opacity: 1
  }
  html:not(.nav-collapsed):not(.language-collapsed):not(.search-collapsed) body:not(.france) .section.section--locations-map .location-sidebar .location-sidebar__wrapper.scrolling:after {
    opacity: 0
  }
  /* Menu */
  .navbar-collapse .navigation-primary ul.level-2 {
    visibility: hidden;
    left: 0;
    z-index: -1;
    transition: visibility 0s;
    transition-delay: 0.125s;
  }
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    visibility: hidden !important;
    left: 0;
    z-index: -1;
    transition: visibility 0s;
    transition-delay: 0.125s;
  }
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    visibility: hidden;
    left: 0;
    z-index: -1;
    transition: visibility 0s;
    transition-delay: 0.125s;
  }
  .navbar-collapse .navigation-primary ul.level-2,
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
  .navbar-collapse .navigation-primary li.show ul.level-2 {
    visibility: visible;
    transition-delay: 0s;
  }
  .navbar-nav-top .hs-menu-wrapper > ul > li.show > ul {
    visibility: visible !important;
    transition-delay: 0s;
  }
  .navbar .holder {
    min-height: 495px;
    margin: 45px 50px;
    padding-top: 0;
    padding-bottom: 0;
    perspective: 600px;
  }
  .navbar-collapse .navigation-primary .holder > li,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li {
    padding: 70px 80px;
  }
  .navbar-collapse .navigation-primary .holder > li,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li {
    opacity: 0;
    width: 50%;
    transition: opacity 0.25s 0.05s linear,transform 0.5s cubic-bezier(.19,1,.22,1);
    position: relative;
    transform: translateZ(-80px) translateX(-40px) rotateY(10deg);
    z-index: 2;
  }
  .navbar-collapse .navigation-primary li.show .holder > li,
  .navbar-nav-top .hs-menu-wrapper > ul > li.show .holder > li {
    opacity: 1;
    transform: none;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a,
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a {
    width: 100%;
    font-size: 2.2rem;
    padding-right: 0;
    position: relative;
    border-bottom: 1px solid #dfeff3;
    text-decoration: none;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a[href="javascript:;"],
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a[href="javascript:;"] {
    width: 100%;
    font-size: 2.2rem !important;
  }
  .extra-menu {
    padding-top: 100px;
  }
  .extra-menu {
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: -1;
    transition: visibility 0s;
    transition-delay: 0.125s;
  }
  .extra-menu.show {
    visibility: visible;
    transition-delay: 0s;
  }
  .extra-menu .holder {
    pointer-events: none;
  }
  .extra-menu .extra-menu__title {
    display: none;
  }
  .extra-menu .card--extra-menu {
    opacity: 0;
    pointer-events: all;
    transform: translate3d(40px,30px,-20px) rotateX(-10deg);
    z-index: 2;
    transition: opacity 0.25s .05s linear,transform 0.125s cubic-bezier(.19,1,.22,1);
  }
  .card.card--extra-menu {
    padding: 70px 80px;
  }
  .card.card--extra-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .extra-menu.show .card--extra-menu {
    opacity: 1;
    transform: none;
  }
  .card.card--extra-menu .card--extra-menu__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 875px;
  }
  .extra-menu:not(.extra-menu--accessibility) .card.card--extra-menu .card--extra-menu__title,
  .extra-menu:not(.extra-menu--accessibility) .card.card--extra-menu .card--extra-menu__toptitle {
    text-align: center;
  }
  .card.card--extra-menu .card--extra-menu__title {
    margin-bottom: 30px;
  }
  .extra-menu:not(.extra-menu--accessibility) .card.card--extra-menu .card--extra-menu__title {
    margin-bottom: 55px;
    font-size: 5rem;
    line-height: 5.5rem;
    letter-spacing: -.1px;
  }
  .form-row {
    display: flex;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-row .form-group {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .extra-menu--search .form-row button {
    margin-left: 15px;
    flex-shrink: 0;
    height: auto;
  }
  figure.nav-item__figure {
    margin: 0;
    opacity: 0;
    width: 50%;
    transition: opacity 0.25s .05s linear,transform 0.125s cubic-bezier(.19,1,.22,1);
    transform: translate3d(40px,30px,-20px) rotateX(-10deg);
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  .show figure.nav-item__figure {
    opacity: 1;
    transform: none;
  }
  figure.nav-item__figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  figure.nav-item__figure figcaption {
    color: #fff;
    display: block;
    width: 100%;
    padding: 40px 30px 136px;
    position: relative;
  }
  figure.nav-item__figure figcaption p {
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    font-family: Museo Slab,sans-serif;
    letter-spacing: -.1px;
  }
  .form-row.form-row--website-switcher>*+* {
    margin-left: 30px;
  }
  .form-row .btn {
    flex-shrink: 0;
    height: auto;
  }
  .navbar-collapse .navigation-primary ul.level-2 {
    position: fixed;
  }
}

@media (max-width: 1279.98px) and (min-width: 1024px) {
  .card.card--extra-menu {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .navbar-content .navbar-nav-main-wrapper,
  .navbar-content .navbar-nav-top-wrapper {
    padding-left: 35px;
  }
  .navbar-collapse .navigation-primary ul.level-1 {
    margin-right: calc(-1*15px);
    margin-left: calc(-1*15px);
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* Menu */
  .navbar .holder {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 600px;
    max-width: 1000px;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a,
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a{
    font-size: 2.6rem;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a[href="javascript:;"],
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a[href="javascript:;"] {
    font-size: 2.6rem !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1440px) {
  .navbar {
    height: 110px;
  }
  .navbar .navbar-brand {
    padding: 21px 25px 19px;
  }
  .navbar .navbar-brand svg {
    height: 70px;
  }
  .navbar-content .navbar-nav-main-wrapper,
  .navbar-content .navbar-nav-top-wrapper {
    padding-left: 45px;
  }
  .navbar-content .navbar-nav-top-wrapper {
    padding-right: 25px;
  }
  .language-selector .language-toggler .icon-language {
    font-size: 17px;
  }
  .language-selector .language-toggler span {
    font-size: 1.2rem;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li+li {
    margin-left: 30px;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li > a {
    font-size: 1.2rem;
  }
  .navbar-content .navbar-nav-main-wrapper {
    padding-right: calc(2*75px);
  }
  .navbar-collapse .navigation-primary ul.level-1 {
    margin-right: calc(-1*20px);
    margin-left: calc(-1*20px);
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-toggler--settings-wrapper > button {
    width: 75px;
  }
  .navbar-toggler [class^=icon-] {
    font-size: 26px;
  }
  /* Menu */
  .navbar-collapse .navigation-primary ul.level-2,
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 110px);
    margin-top: 110px;
  }
  .navbar .holder {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .extra-menu {
    padding-top: 110px;
  }
  .extra-menu--search .form-row button {
    height: 55px;
    font-size: 1.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .extra-menu--search .form-row button i {
    font-size: 17px;
  }
  .navbar-collapse .navigation-primary .holder .after_ul,
  .navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul {
    font-size: 1.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .navbar-collapse .navigation-primary .holder .after_ul i,
  .navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul i {
    font-size: 17px;
  }
  .accordion-item,
  .custom-select {
    font-size: 16px;
    line-height: 26px;
  }
  .form-row--website-switcher button {
    font-size: 1.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .form-row--website-switcher button i {
    font-size: 17px;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  figure.nav-item__figure figcaption {
    padding: 70px 60px 170px;
  }
  figure.nav-item__figure figcaption p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .navbar .navbar-brand {
    padding: 26px 35px 24px;
  }
  .navbar .navbar-brand svg {
    height: 94px;
  }
  .navbar-content .navbar-nav-main-wrapper,
  .navbar-content .navbar-nav-top-wrapper {
    padding-left: 50px;
  }
  .language-selector .language-toggler .icon-language {
    font-size: 20px;
  }
  .language-selector .language-toggler span {
    font-size: 1.4rem;
  }
  .navbar-content .navbar-nav-top .hs-menu-wrapper > ul > li > a {
    font-size: 1.4rem;
  }
  .navbar {
    height: 140px;
  }
  .navbar-content .navbar-nav-main-wrapper {
    padding-right: calc(2*90px);
  }
  .navbar-collapse .navigation-primary ul.level-1 {
    margin-right: calc(-1*22.5px);
    margin-left: calc(-1*22.5px);
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a {
    font-size: 1.6rem;
  }
  .navbar-collapse .navigation-primary ul.level-1 > li > a {
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
  .navbar-toggler--settings-wrapper > button {
    width: 90px;
  }
  .navbar-toggler [class^=icon-] {
    font-size: 29px;
  }
  /* Menu */
  .navbar-collapse .navigation-primary ul.level-2,
  .navbar-nav-top .hs-menu-wrapper > ul > li > ul {
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 140px);
    margin-top: 140px;
  }
  .navbar .holder {
    min-height: 655px;
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .navbar-collapse .navigation-primary .holder > li,
  .navbar-nav-top .hs-menu-wrapper > ul .holder > li {
    padding: 100px 110px;
  }
  .navbar-collapse .navigation-primary .holder ul.level-3 > li > a[href="javascript:;"],
  .navbar-nav-top .hs-menu-wrapper > ul .holder ul > li > a[href="javascript:;"] {
    font-size: 3rem !important;
  }
  .extra-menu {
    padding-top: 140px;
  }
  .card.card--extra-menu {
    padding: 100px 110px;
  }
  .extra-menu--search .form-row button {
    height: 55px;
    font-size: 1.6rem;
  }
  .extra-menu--search .form-row button i {
    font-size: 18px;
  }
  .navbar-collapse .navigation-primary .holder .after_ul,
  .navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul {
    height: 55px;
    font-size: 1.6rem;
  }
  .navbar-collapse .navigation-primary .holder .after_ul i,
  .navbar-nav-top .hs-menu-wrapper > ul .holder .after_ul i {
    font-size: 18px;
  }
  .accordion-item,
  .custom-select {
    font-size: 17px;
    line-height: 28px;
  }
  .form-row--website-switcher button {
    font-size: 1.6rem;
  }
  .form-row--website-switcher button i {
    font-size: 18px;
  }
}

@media (min-width: 1024px) and (min-width: 1920px) {
  figure.nav-item__figure figcaption {
    padding: 70px 60px 174px;
  }
  figure.nav-item__figure figcaption p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}




@media (min-width: 1280px) and (min-width: 768px) {
  .navbar .holder {
    max-width: 640px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .navbar .holder {
    max-width: 808px;
  }
}

@media (min-width: 1280px) and (min-width: 1440px) {
  .navbar .holder {
    max-width: 1180px;
  }
}

@media (min-width: 1280px) and (min-width: 1920px) {
  .navbar .holder {
    max-width: 1370px;
  }
}

@media (max-width: 1439.98px) and (min-width: 1280px) {
  /* Menu */
  .navbar .holder {
    max-width: 1100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer ol, .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .site-footer__top {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer .site-footer__top .site-footer__top__social {
  display: flex;
  align-items: center;
}

.footer .site-footer__top .site-footer__top__social span {
  margin-right: 15px;
}

.footer .site-footer__top .site-footer__top__social ul {
  display: flex;
}

.footer .site-footer__top .site-footer__top__social ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 30px;
  font-family: Museo Slab,sans-serif;
  line-height: 1;
  font-size: 1.4rem;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out,filter 0.25s ease-out;
  background-color: initial;
  font-weight: 500;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 0;
  border-color: #fff;
  margin-top: 0;
  border-width: 1px;
}

[class*=" icon-"], [class^=icon-] {
  speak: none;
  font-family: antea-group-icons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
}

.footer .site-footer__top .site-footer__top__social ul li a i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
}

.footer .site-footer__top .site-footer__top__social ul li+li {
  margin-left: 10px;
}

.icon-facebook:before {
  content: "\E924";
}

.icon-linkedin:before {
  content: "\E93A";
}

.icon-twitter:before {
  content: "\E94E";
}

.footer .site-footer__top .site-footer__top__social ul li a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #006691;
  text-decoration: none;
}

.footer .site-footer__bottom {
  border-top: 1px solid hsla(0,0%,100%,.2);
  padding-top: 30px;
  font-size: 1.4rem;
}

.site-footer__bottom--item p {
  margin: 0;
}

.footer .site-footer__bottom .site-footer__bottom--item span {
  display: flex;
}

.footer .site-footer__bottom ul li a {
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
}

.footer .site-footer__bottom ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .site-footer__bottom img {
  width: auto !important;
  height: 35px;
}

.site-footer__bottom #hs_cos_wrapper_footer_logo {
  margin-left: auto;
}

.footer .site-footer__bottom .site-footer__bottom__lt {
  display: flex;
  align-items: center;
  order: -1;
}

.site-footer__bottom #hs_cos_wrapper_footer_logo {
  margin-left: auto;
}

.footer .site-footer__bottom .site-footer__bottom__lt button {
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.125s linear,color 0.125s linear;
  font-weight: 600;
}

.footer .site-footer__bottom .site-footer__bottom__lt button .icon-language {
  margin-right: 10px;
  font-size: 2rem;
}

.icon-language:before {
  content: "\E95E";
}

.footer .site-footer__bottom .site-footer__bottom__lt button .icon-chevron-right {
  font-size: 1.2rem;
}

.icon-chevron-right:before {
  content: "\E960";
}








/* Max Width */
@media (max-width: 1023.98px) {
  .footer .site-footer__bottom, .footer .site-footer__top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer .site-footer__bottom .site-footer__bottom__lt {
    width: 100%;
    margin-top: 30px;
    order: -1;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .footer .site-footer__bottom .site-footer__bottom__lt:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: auto;
    width: 100vw;
    height: 1px;
    background-color: hsla(0,0%,100%,.2);
    content: "";
  }

  .footer .site-footer__bottom .site-footer__bottom__lt .icon-chevron-right {
    margin-left: auto;
  }

  .footer .site-footer__bottom .site-footer__bottom__lt button {width: 100%;}

  .footer .site-footer__bottom .site-footer__bottom__lt .widget-type-rich_text {
    width: 100%;
  }

  .footer .site-footer__bottom .site-footer__bottom--item span li,
  .footer .site-footer__bottom img {
    margin-top: 10px;
  }

  .footer .site-footer__bottom .site-footer__bottom--item span {
    display: block;
  }

  .footer .site-footer__top .site-footer__top__social {
    margin-top: 30px;
  }
  
  footer.footer.lp-footer {
    padding-bottom: 30px;
  }
  
  footer.footer {
    padding-bottom: 30px;
  }
}



/* Min Width */
@media (min-width: 1024px) {
  .footer .site-footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .site-footer__bottom .page-center,
  .footer .site-footer__bottom .plyr__controls,
  .footer .site-footer__top .page-center,
  .footer .site-footer__top .plyr__controls {
    display: flex;
    align-items: center;
  }
  .footer .site-footer__top .page-center,
  .footer .site-footer__top .plyr__controls {
    justify-content: space-between;
  }
  .footer .site-footer__top .site-footer__top__nav {
    display: flex;
  }
  .footer .site-footer__bottom {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3rem;
  }
  .footer .site-footer__bottom .site-footer__bottom--item,
  .footer .site-footer__bottom .site-footer__bottom--item span {
    display: flex;
  }
  .footer .site-footer__bottom ul {
    display: flex;
  }
  .footer .site-footer__bottom p,
  .footer .site-footer__bottom .site-footer__bottom__lt {
    margin-right: 25px;
  }
  .footer .site-footer__bottom ul li+li {
    margin-left: 25px;
  }
  .footer .site-footer__bottom img {
    height: 40px;
  }
  .d-lg-none {
    display: none!important;
  }
  .footer .site-footer__bottom .page-center,
  .footer .site-footer__bottom .plyr__controls {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .footer .site-footer__bottom p,
  .footer .site-footer__bottom .site-footer__bottom__lt {
    margin-right: 30px;
  }
  .footer .site-footer__bottom ul li+li {
    margin-left: 30px;
  }
}

@media (min-width: 1440px) {
  .footer .site-footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .site-footer__top .site-footer__top__social ul li a {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
  }
  .footer .site-footer__top .site-footer__top__social ul li a i {
    font-size: 17px;
    transform: translateX(0);
  }
  .footer .site-footer__bottom {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .site-footer__bottom p,
  .footer .site-footer__bottom .site-footer__bottom__lt {
    margin-right: 40px;
  }
  .footer .site-footer__bottom ul li+li {
    margin-left: 40px;
  }
}

@media (min-width: 1920px) {
  .footer .site-footer__top {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer .site-footer__top .site-footer__top__social ul li a {
    font-size: 1.6rem;
    width: 50px;
    height: 50px;
  }
  .footer .site-footer__top .site-footer__top__social ul li a i {
    font-size: 18px;
    transform: translateX(0);
  }
  .footer .site-footer__bottom {
    height: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.4rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0px;
  margin-top:25px;
  position: relative;
}
a.blog-pagination__link.blog-pagination__prev-link {
  position: absolute;
  left: 0;
  top: 0;
  padding:0;
}
a.blog-pagination__link.blog-pagination__next-link{
  position: absolute;
  right: 0;
  top: 0;
  padding:0;
}
.blog-pagination__link {
  display: inline-flex;
  color: #2f424b!important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  font-family: Museo Slab,sans-serif;
  transition: background-color 0.1s ease-out,color 0.1s ease-out;
  cursor: pointer;
  text-decoration: none !important;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 400;
}
.blog-pagination__link:hover {
  color: #62a1bd !important;
}
.blog-pagination__link--active {
  font-weight: 700;
}

.blog-pagination__prev-link {
  margin-right: 15px;
}
.blog-pagination__next-link {
  margin-right: 15px;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  opacity: .3;
  pointer-events: none;
}
.icon-arrow-left:before {
  content: "\E91A";
}
/*======================================================================*/
.blog-banner-area {
  position: relative;
  z-index: 11;
}

.blog-banner-area .hero-media {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: height 0.125s ease-out;
  height: 100%;
}

.blog-banner-area .hero-media:before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: calc(100% - (100vw - 1330px)/2);
  background-image: linear-gradient(-99deg,transparent 4%,rgba(0,0,0,.5) 100%,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 0);
}

.blog-banner-area .hero-media:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-image: linear-gradient(0deg,transparent 65%,rgba(0,0,0,.5) 89%);
}

.blog-banner-area .hero-media .picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blog-banner-area .page-center {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 215px;
  height: 470px;
}



.breadcrumbs {
  width: 100%;
  border-bottom: 0;
  background: rgba(0,0,0,.15);
  position: absolute;
  left: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 380px;
  min-height: 90px;
}
nav.breadcrumbs .page-center {
  width: 100%;
  display: flex;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #fff;
}
.breadcrumbs ol li:not(:last-child):after {
  content: " > ";
  line-height: 1;
  white-space: pre;
  margin: 0 9px 0 8px;
}
.breadcrumbs ol li:not(:last-child) a {
  font-weight: 600;
}
.breadcrumbs ol li a {
  display: flex;
  align-items: center;
  background-color: initial;
  text-decoration: none;
  color: inherit;
}
[class^=icon-] {
  speak: none;
  font-family: antea-group-icons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
}
.breadcrumbs ol li a i {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.icon-home:before {
  content: "\E92D";
}
main.body-container-wrapper.blog-post-listing {
  padding-top: 45px;
  padding-bottom: 0;
}
.listing-top-section {
  position: relative;

}

.switch-card-list {
  width: 100%;
  position: relative;
  max-width: 25%;
  padding: 0 15px;
}
.custom-site-search .hs-search-field__bar form {
  position: relative;
}

.custom-site-search input.hs-search-field__input {
  border: 1px solid rgb(183, 217, 229);
  font-family: "Museo Slab", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  outline-offset: -2px;
  padding-left: 30px;
  padding-right: 65px;
  height: 55px;
  border-radius: 30px;
  color: #006691;
  background: transparent;
}
.custom-site-search input.hs-search-field__input::-webkit-input-placeholder {
  opacity: .6;
  color: #006691;
}
button.custom-search__btn {
  position: absolute;
  top: 0;
  right: 25px;
  width: 30px;
  height: 55px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button.custom-search__btn i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #006691;
  transition: opacity 0.2s ease-out;
}
.icon-search:before {
  content: "\E94A";
}
.custom-search__btn i+i {
  opacity: 0;
}
.icon-arrow-right:before {
  content: "\E91B";
}
.custom-site-search input:focus~.custom-search__btn i {
  opacity: 0;
}
.custom-site-search input:focus~.custom-search__btn i+i {
  opacity: 1;
}
.custom-site-search .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
.switch-card-list .custom-select.custom-select--round {
  background-color: #fff!important;
  cursor: pointer;
}
.custom-select .select-selected[class*=icon-]:before {
  width: 20px;
  margin-right: 10px;
  font-family: antea-group-icons!important;
  font-size: 20px;
}
/* .custom-select .select-selected:after {
color: #2f424b!important;
} */
.icon-list:before {
  content: "\E93B";
}
.select-selected.icon-list {
  font-family: Museo Slab,sans-serif!important;
  border-color: #2f424b!important;
  color: #006691!important;
  padding-left: 25px;
  padding-right: 50px;
  border-radius: 30px;
}
.custom-select--active .select-selected:after {
  transform: translateY(-50%) scaleY(-1);
}
.select-items__body__option.same-as-selected {
  display: none;
}
.listing-top-section {
  margin: 0px -15px 45px;
  display: flex;
  flex-wrap: wrap;
}
.custom-site-search {
  max-width: 58.3333%;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.grid-post-listing {
  overflow: hidden;
}
.post-item.grid-item {
  position: relative;
  width: calc(33.3333% - 16.66666px);
  margin-bottom:25px;
  height: 24.87vw;
}
.gutter{
  width:25px;
}
.post-item.grid-item>a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.post-item.grid-item .featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.post-item.grid-item .featured-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: filter 0.25s ease-out,transform 0.25s ease-out;
}

.card--index--grid__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card--index--grid__content article {
  padding: 35px 20px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.chips-bag {
  display: flex;
  flex-wrap: wrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  margin-bottom: 10px;
  border-radius: 2.25rem;
  padding: 0 15px;
  background-color: rgba(0,0,0,.25);
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff!important;
  text-decoration: none!important;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
/* .chip {
border: 1px solid #2f424b!important;
background-color: #fff!important;
color: #2f424b!important;
} */
.card--index--grid__content h4.text-shadow {
  font-family: Museo Slab,sans-serif;
  letter-spacing: -.1px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.card--index--grid__content .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #006691;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  border-color: #2f424b!important;
  background-color: #fff!important;
  color: #2f424b!important;
  font-weight: 500;
  border-width: 1px;
  padding: 0;
  transform: rotate(-90deg);
  opacity: 0;
  position: absolute;
  width:50px;
  height:50px;
}
.card--index--grid__content.btn i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
}
.icon-arrow-right:before {
  content: "\E91B";
}

.post-item.grid-item:hover .featured-image img {
  filter: blur(2px);
  transform: scale(1.05);
}
.post-item.grid-item:hover .card--index--grid__content article {
  transform: translateY(calc(-1*50px - 20px));
}
.post-item.grid-item:hover .card--index--grid__content .btn {
  opacity: 1;
  transform: rotate(0);
  transition-delay: .05s;
}
.post-item.list-post-item {
  border-top: 1px solid rgb(223, 239, 243);
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
}
.post-item.list-post-item:last-child {
  border-bottom: 1px solid rgb(223, 239, 243);
}
.list-featured-image {
  float: left;
  width: 32%;
  overflow: hidden;
  position: relative;
  min-height: 227px;
}
.post-item.list-post-item .list-featured-image {
  min-height: auto;
}
.post-item.list-post-item .list-featured-image a {
  display: block;
  padding-bottom: 62.5%;
  position: static;
}
.list_card--index--grid__content {
  width: 63.66%;
  float: right;
}
.list-featured-image > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-featured-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: filter 0.25s ease-out,transform 0.25s ease-out;
}
.list-featured-image:hover img {
  filter: blur(2px);
  transform: scale(1.05);
}
.list_card--index--grid__content small.card--index--list__labels {
  color: #62a1bd!important;
  margin-bottom: 5px;
  display: block;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
h4.card--index__list__title {
  margin-bottom: .75em;
  color: #006691 !important;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  letter-spacing: -.1px;
}
h4.card--index__list__title a {
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  text-decoration: none;
  color: inherit;
}
h4.card--index__list__title a:hover {
/*   background-color: #2f424b;
  color: #fff!important; */
  text-decoration: none;
}
.card--index--list__content {
  margin-bottom: 15px;
}
.list-listing-section {
  padding-bottom: 25px;
}

.select-items__body__option {
  color: rgb(98, 161, 189);
  transition: color 0.25s ease-out 0s;
  border-bottom: 0px;
  padding: 10px 25px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 55px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: "Museo Slab", sans-serif !important;
}
.select-items__body__option:before {
  width: 20px;
  margin-right: 10px;
  font-family: antea-group-icons!important;
  font-size: 20px;
}
.select-items.show .select-items__body:after {
  width: 258px;
  height: 1px;
  background-color: #b7d9e5;
  content: "";
  position: absolute;
  top: 55px;
  left: 25px;
}
.icon-grid:before {
  content: "\E92C";
}
.select-items__body {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.custom-select-wrapper {
  z-index: 1;
}
.listing-bottom-section {
  padding-bottom: 45px;
}
.custom-select.custom-select--round.list-active .select-selected.icon-list:before {
  content: "\E93B";
}
.custom-select.custom-select--round.grid-active .select-selected.icon-list:before {
  content: "\E92C";
}
.post-author-content a:hover {
  color: #fff;
}
.chip:not(:first-child) {
  margin-left: 5px;
}
.blog-pagination__link {
  color: #006691 !important;
  font-weight: 500;
  font-family: Museo Slab,sans-serif;
}
.blog-pagination__link--active {
  font-weight: 700;
  color: #62a1bd !important;
}



@media (hover: hover) and (pointer: fine){
  .breadcrumbs ol li a {
    transition: color 0.2s ease-out;
  }
  .breadcrumbs ol li a:hover {
    color: #2f424b!important;
  }
  .breadcrumbs ol li:not(:first-child) a:hover {
    text-decoration: underline;
  }
  .card--index--grid__content article {
    transition-property: transform;
  }
  .chip {
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
  }
  .card--index--grid__content .btn {
    transition: border-color 0.25s ease-out,background-color 0.25s ease-out,color 0.25s ease-out,filter 0.25s ease-out;
  }
  .card--index--grid__content .btn {
    transition-property: transform,opacity;
  }
  .card--index--grid__content .btn{
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .btn.hover, .btn:hover, a:hover .btn {
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.12));
  }
}

@media (max-width: 1919px) {
  .breadcrumbs {
    top: 390px;
    min-height: 80px;
  }
  .blog-banner-area .hero-media:before {
    background-image: linear-gradient(-94deg,transparent 4%,rgba(0,0,0,.5) 73%,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 0);
    width: calc(100% - (100vw - 1140px)/2);
  }
  .blog-banner-area .page-center {
    padding-top: 190px;
  }
  .card--index--grid__content .btn {
    width: 45px;
    height: 45px;
  }
  .hs-blog-post .banner-section.has-banner {
    margin-top: 3px !important;
  }
  .hs-blog-post .navbar {
    border-top: 3px solid #fff !important;
  }
  .progress {
    height: 3px !important;
  }
  .select-items.show .select-items__body:after {
    width: 214.25px;
  }
  .post-author-left-col p {
    margin-top: 10px !important;
  }

}

@media (max-width: 1439px) {
  .blog-banner-area .page-center {
    padding-top: 175px;
  }
  .blog-banner-area .hero-media:before {
    width: calc(100% - (100vw - 960px)/2);
  }
  .breadcrumbs {
    top: 395px;
    min-height: 75px;
  }
  .select-items.show .select-items__body:after {
    width: 173px;
  }
  .blog-post-banner h4 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
}

@media (max-width: 1279px) {
  .blog-banner-area .page-center {
    padding-top: 170px;
  }
  .blog-banner-area .hero-media::before {
    width: 100%;
  }
  .breadcrumbs {
    top: 410px;
    min-height: 60px;
  }
  .listing-top-section {
    margin-bottom: 20px;
  }
  .body-container-wrapper.blog-post-listing {
    padding-top: 30px !important;
  }
  .listing-bottom-section {
    padding-bottom: 20px;
  }
  .select-items.show .select-items__body:after {
    width: 128.75px;
}
  
}

@media (max-width: 1023px) {
  .blog-banner-area .page-center {
    padding-top: 115px;
  }
  nav.breadcrumbs {
    display: none;
  }
  .grid-post-listing .post-item.grid-item {
    width: calc(50% - 12.5px);
  }
  .switch-card-list,
  .custom-site-search {
    max-width: 50%;
  }
  .switch-card-list, .custom-site-search {
    padding: 0 10px;
  }
  .listing-top-section {
    margin-left: -10px;
    margin-right: -10px;
  }
  .select-items.show .select-items__body:after {
    width: calc(100% - 50px);
}

  
}

@media (max-width: 767px) {
  .blog-banner-area .hero-media::before {
    display: none;
  }
  .blog-banner-area .hero-media:after {
    background-image: linear-gradient(180deg,transparent 28%,rgba(0,0,0,.5) 54%,rgba(0,0,0,.5));
    content: "";
    z-index: 2;
  }
  .blog-banner-area .page-center {
    padding-top: 115px;
    height: auto;
    max-height: 195px;
  }
  .blog-banner-area .page-center .hero__content {
    margin-bottom: 30px;
    min-height: 100px;
  }
  .blog-banner-area .page-center .hero__content h1.text-shadow {
    line-height: 32px;
  }
  .select-items.show .select-items__body:after {
    left: 0;
    width: 100%;
  }

}

.card--index--grid__content .btn {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  right: 20px;
  bottom: 35px;
}









/* --- Post Page Style ------ */
.blog-post-banner .hero__content {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .hero__content__inner {
  width: 100% !important;
}
.blog-post-banner .hero__content__inner .chips-bag {
  justify-content: center;
  margin-bottom: 5px;
}
.blog-post-banner h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.text-shadow {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,.35);
}
.blog-post-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 25px;
}
.blog-post-banner ul li {
  display: flex;
  align-items: center;
}
.blog-post-banner ul li + li {
  margin-left: 10px;
}

.post-breadcrumbs {
  min-height: 90px;
  border-bottom: 1px solid #dfeff3;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-breadcrumbs, .post-breadcrumbs ol {
  display: flex;
  align-items: center;
}
.post-breadcrumbs .page-center {
  width: 100%;
}
.post-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.post-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #00597f;
}
.post-breadcrumbs ol li:not(:last-child):after {
  content: " > ";
  line-height: 1;
  white-space: pre;
  margin: 0 10px;
}
.post-breadcrumbs ol li a {
  display: flex;
  align-items: center;
  transition: color .25s ease-out;
  color: inherit;
}
.post-breadcrumbs ol li:not(:last-child) a {
  font-weight: 600;
}
.post-breadcrumbs ol li a i {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.main-content-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.share-sidebar {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  position: absolute;
  top: 25px;
  right: calc((100vw - 808px)/2);
  z-index: 2;
}
.share-sidebar .share-sidebar__label {
  display: block;
  margin-bottom: 5px;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #006691;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #006691;
  font-family: Museo Slab,sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.25s ease;
}
.share-sidebar a,
.btn.btn--cornflower.btn--io.btn--social {
  width: 50px;
  height: 50px;
  margin-top: 0;
  font-weight: 500;
  color: #006691;
  border-width: 1px;
  padding: 0;
  background-color: #fff;
  border-width: 1px;
  border-color: #b7d9e5;
  text-decoration: none !important;
}
.share-sidebar a + a {
  margin-top: 10px !important;
}
.share-sidebar a:hover,
.btn.btn--cornflower.btn--io.btn--social:hover {
  border-color: #b7d9e5;
  background-color: #fff;
  color: #006691;
}
.btn i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform .25s ease-out;
}
.btn.btn--social i {
  font-size: 19px!important;
}
.icon-e-mail:before {
  content: "\E923";
}
.section {
  background-color: #fff;
  position: relative;
}
.section .page-center,
.section .plyr__controls {
  padding-top: 25px;
  padding-bottom: 25px;
}
.hs_col_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-right: calc(-1*10px/2);
  margin-left: calc(-1*10px/2);
}
.hs-col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: calc(10px/2);
  padding-left: calc(10px/2);
}
.section.section--share .share-container {
  border-top: 1px solid #e2eff3;
}
.section.section--share .page-center.share-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.section--share .back-wrapper {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e2eff3;
}
.section.section--share .back-btn, .section.section--share .share-button {
  margin-top: 0!important;
}
.section.section--share .back-btn {
  text-decoration: none !important;
}
.share-buttons {
  display: flex;
}
.share-buttons .share-button__title {
  margin: 0;
  display: none;
  font-family: Museo Slab,sans-serif;
  font-weight: 500;
  color: #006691;
}
.section.section--share .share-button {
  margin-top: 20px;
  text-decoration: none !important;
}
.section.section--share .back-btn span {
  margin-left: 4px;
}
.share-page-buttons a + a {
  margin-left: 5px !important;
}
.post-author-wrapper {
  background-color: #00597f;
  color: #fff;
}
.post-author-wrapper .page-center,
.related-post-wrapper .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-author-wrapper .hs-col-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1*10px/2);
  margin-left: calc(-1*10px/2);
}
.post-author-left-col,
.post-author-right-col {
  position: relative;
  width: 100%;
  padding-right: calc(10px/2);
  padding-left: calc(10px/2);
}
.post-author-left-col {
  display: flex;
  align-items: center;
}
.post-author-img {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 165px;
  height: 165px;
  margin-right: 65px;
  flex-shrink: 0;
  border-radius: 100%;
}
.post-author-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post-author-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2rem;
}
.post-author-right-inner-col {
  display: flex;
  align-items: center;
}
.post-author-content a {
  text-decoration: underline;
  transition: all 0.25s ease;
  font-size: 1.4rem;
  color: #fff;
}
.post-author-content a strong {
  font-weight: 600;
  font-family: Museo Slab,sans-serif;
  font-size: 1.6rem;
}
.post-author-content a.btn.btn--milk {
  background-color: #fff;
  color: #006691;
  text-decoration: none !important;
}
.post-author-content a.btn.btn--milk:hover {
  border-color: #62a1bd;
  background-color: #62a1bd;
  color: #fff;
}
.post-author-left-col h2 {
  color: #fff;
  margin: 0;
}
.post-author-left-col p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-comments-container {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  padding: 35px 0;
}
.related-post-wrapper {
  background-color: #006691;
  color: #fff;
  position: relative;
}
img {
  max-width: 100%;
}
.share-page-buttons {
  display: flex;
  align-items: center;
}
.icon-clock:before {
  content: "\E91F";
}
.blog-post-banner ul li+li i.icon-clock {
  margin-right: 5px;
}
.listing-top-section {
  z-index: 3;
}
.section.section--share .back-btn:hover i {
  transform: translateX(-5px);
}
.comment-date {
  display: block !important;
}
.progress { 
  position: fixed; 
  top: 0; 
  left: 0;
  height: 6px;
/*   background-image: linear-gradient(90deg,#62a1bd var(--scroll),transparent 0); */
  background-color: #62a1bd;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 9999999999;
}
.hs-blog-post .banner-section.has-banner {
  margin-top: 6px;
}
.hs-blog-post .navbar {
  border-top: 6px solid #fff;
  box-sizing: content-box;
}
.hs-blog-post {
  overflow-x: hidden;
}

@media (hover: hover) and (min-width: 1024px) and (pointer: fine) {
  .section.section--share .back-btn.hover:not(.btn--io), 
  .section.section--share .back-btn:hover:not(.btn--io), 
  .section.section--share .share-button.hover:not(.btn--io), 
  .section.section--share .share-button:hover:not(.btn--io){
    filter: drop-shadow(4px 4px 16px rgba(0,0,0,.1));
  }
}
.post-breadcrumbs ol li a:hover {
  color: #2f424b;
}
@media (max-width: 1439px) {
  .post-author-img {
    width: 145px;
    height: 145px;
    margin-right: 15px;
  }
  .share-sidebar a, .btn.btn--cornflower.btn--io.btn--social {
    width: 45px;
    height: 45px;
  }
}


@media (max-width: 1023px) {
  .section.section--share .back-btn,
  .section.section--share .share-button {
    display: flex;
    padding: 30px 15px;
    font-family: Museo Slab,sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: #006691;
  }
  .section.section--share .share-button {
    flex-basis: 50%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section.section--share .back-btn i, .section.section--share .share-button i {
    font-size: 20px;
  }
  .section.section--share .share-button i {
    margin-bottom: 15px;
  }
  .post-breadcrumbs {
    display: none;  
  }
  .share-sidebar {
    display: none;
  }
  .section.section--share .back-btn i {
    margin-right: 10px;
  } 
  .section.section--share .back-btn {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }
  .section.section--share .page-center.share-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .btn.btn--cornflower.btn--io.btn--social {
    width: 45px;
    height: 45px;
  }
  .post-author-wrapper .page-center {
    padding-right: 40px;
    padding-left: 40px;
  }
  .post-author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .post-author-content a.btn.btn--milk {
    display: none;
  }
  .post-author-right-col a.auth-mobile-btn.btn.btn--milk {
    background-color: #fff;
    color: #006691;
    text-decoration: none !important;
    height: 45px;
  }
  .post-author-right-col a.auth-mobile-btn.btn.btn--milk:hover {
    border-color: #62a1bd;
    background-color: #62a1bd;
    color: #fff;
  }
  .post-author-left-col p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section.section--share .back-btn:hover i {
    transform: translateX(0);
  }

}

@media (min-width: 768px){
  .hero.hero--breadcrumboverlay.hero--short.blog-banner:before {
    background-image: linear-gradient(-94deg,transparent 4%,rgba(0,0,0,.5) 73%,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 0);
    content: "";
  }
  .btn {
    height: 55px;
    margin-top: 30px;
  }
  .section .page-center,
  .section .plyr__controls {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hs_col_row {
    margin-right: calc(-1*15px/2);
    margin-left: calc(-1*15px/2);
  }
  .hs-col-lg-8 {
    padding-right: calc(15px/2);
    padding-left: calc(15px/2);
  }
  .section.section--share .back-btn, 
  .section.section--share .share-button {
    margin-top: 0!important;
  }
  .post-author-wrapper .page-center,
  .related-post-wrapper .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .post-author-wrapper .hs-col-row {
    margin-right: calc(-1*15px/2);
    margin-left: calc(-1*15px/2);
  }
  .post-author-left-col,
  .post-author-right-col {
    padding-right: calc(15px/2);
    padding-left: calc(15px/2);
  }


}




@media (min-width: 1024px){
  .blog-banner .hero__content {
    flex-grow: 1;
  }
  .blog-banner .hero__content__inner {
    width: 384px;
  }
  .d-lg-flex {
    display: flex!important;
  }
  .blog-post-banner ul {
    font-size: 1.4rem;
  }
  .blog-post-banner ul li + li {
    margin-left: 20px;
  }
  .post-breadcrumbs ol {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .hs-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .hs_col_row {
    justify-content: center!important;
  }
  .section.section--share .share-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.section--share .back-wrapper {
    border-bottom: 0;
  }
  .section.section--share .back-btn, .section.section--share .share-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 15px;
    border-radius: 30px;
    background-color: #006691;
    font-family: Museo Slab,sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    filter: drop-shadow(0 0 0 rgba(255,255,255,.1));
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #b7d9e5;
    background-color: #fff;
    font-weight: 500;
    color: #006691;
    transition: all .25s ease;
  }
  .section.section--share .back-btn i, .section.section--share .share-button i {
    font-size: 16px;
    transform: translateX(0);
    transition: transform .25s ease-out;
  }
  .section.section--share .back-btn i, .section.section--share .share-button i {
    margin-right: 10px;
  }
  .section.section--share .share-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post-author-left-col {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .post-author-right-col {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .post-author-right-inner-col {
    width: 430px;
  }
  .post-author-content {
    line-height: 1.8rem;
  }
  .post-breadcrumbs {
    min-height: 60px;
  }
  .auth-mobile-btn {
    display: none !important;
  }


}


@media (min-width: 1280px){
  .hero.hero--breadcrumboverlay.hero--short.blog-banner:before {
    width: calc(100% - (100vw - 960px)/2);
  }
  .blog-banner .country-tab {
    width: 40px;
    height: 75px;
  }
  .blog-banner .country-tab img {
    height: 45px;
  }
  .blog-banner .hero__content__inner {
    width: 480px;
  }
  .breadcrumbs ol li {
    font-size: 1.3rem;
  }
  .breadcrumbs ol li a i {
    font-size: 1.5rem;
  }
  .post-breadcrumbs ol li {
    font-size: 1.3rem;
  }
  .post-breadcrumbs ol li a i {
    font-size: 1.5rem;
  }
  .share-sidebar {
    right: calc((100vw - 1000px)/2);
  }
  .section .page-center,
  .section .plyr__controls {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs_col_row {
    margin-right: calc(-1*20px/2);
    margin-left: calc(-1*20px/2);
  }
  .hs-col-lg-8 {
    padding-right: calc(20px/2);
    padding-left: calc(20px/2);
  }
  .share-buttons {
    align-items: center;
  }
  .d-xl-block {
    display: block!important;
  }
  .share-buttons .share-button__title {
    margin-right: 15px;
  }
  .post-author-wrapper .page-center,
  .related-post-wrapper .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .post-author-wrapper .hs-col-row {
    margin-right: calc(-1*20px/2);
    margin-left: calc(-1*20px/2);
  }
  .post-author-right-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto!important;
  }
  .post-author-left-col,
  .post-author-right-col {
    padding-right: calc(20px/2);
    padding-left: calc(20px/2);
  }
  .post-author-content {
    line-height: 2.4rem;
  }
  .post-breadcrumbs {
    min-height: 75px;
  }

}





@media (min-width: 1440px){
  .hero.hero--breadcrumboverlay.hero--short.blog-banner:before {
    width: calc(100% - (100vw - 1140px)/2);
  }
  .blog-banner .country-tab {
    width: 45px;
    height: 90px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .blog-banner .country-tab img {
    height: 50px;
  }
  .blog-banner .hero__content__inner {
    width: 570px;
  }
  .breadcrumbs ol li {
    font-size: 1.4rem;
  }
  .card--index--grid__content article {
    padding: 40px 35px;
  }
  .chip {
    height: 3.5rem;
    margin-bottom: 15px;
  }
  .chips-bag .chip {
    margin-bottom: 10px;
  }
  .card--index--grid__content h4.text-shadow {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .card--index--grid__content .btn {
    right: 35px;
    bottom: 40px;
  }
  .blog-post-banner ul {
    font-size: 1.6rem;
  }
  .post-breadcrumbs ol li {
    font-size: 1.4rem;
  }
  .share-sidebar {
    right: calc((100vw - 1180px)/2);
  }
  .btn i {
    font-size: 17px;
  }
  .btn.btn--social i {
    font-size: 21px!important;
  }
  .section .page-center,
  .section .plyr__controls {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .hs_col_row {
    margin-right: calc(-1*25px/2);
    margin-left: calc(-1*25px/2);
  }
  .hs-col-lg-8 {
    padding-right: calc(25px/2);
    padding-left: calc(25px/2);
  }
  .section.section--share .share-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.section--share .back-btn, .section.section--share .share-button {
    font-size: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .section.section--share .back-btn i, .section.section--share .share-button i {
    font-size: 17px;
  }
  .post-author-wrapper .page-center,
  .related-post-wrapper .page-center {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .post-author-wrapper .hs-col-row {
    margin-right: calc(-1*25px/2);
    margin-left: calc(-1*25px/2);
  }
  .post-author-left-col,
  .post-author-right-col {
    padding-right: calc(25px/2);
    padding-left: calc(25px/2);
  }
  .post-author-right-inner-col {
    width: 490px;
    width: 525px;
  }
  .post-author-content a {
    font-size: 1.7rem;
  }
  .post-author-content a strong {
    font-size: 1.8rem;
  }
  .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .post-breadcrumbs {
    min-height: 80px;
  }

}

@media (min-width: 1920px) {
  .chips-bag .chip {
    margin-bottom: 15px;
  }
  .blog-post-banner ul {
    font-size: 1.7rem;
  }
  .blog-post-banner ul li + li {
    margin-left: 40px;
  }
  .share-sidebar {
    right: calc((100vw - 1370px)/2);
  }
  .share-sidebar .share-sidebar__label {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .btn i {
    font-size: 18px;
  }
  .btn.btn--social i {
    font-size: 23px !important;
  }
  .hs_col_row {
    margin-right: calc(-1*30px/2);
    margin-left: calc(-1*30px/2);
  }
  .hs-col-lg-8 {
    padding-right: calc(30px/2);
    padding-left: calc(30px/2);
  }
  .section.section--share .share-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.section--share .back-btn, .section.section--share .share-button {
    font-size: 1.6rem;
    height: 55px;
  }
  .section.section--share .back-btn i, .section.section--share .share-button i {
    font-size: 18px;
  }
  .share-buttons .share-button__title {
    margin-right: 30px;
  }
  .post-author-wrapper .hs-col-row {
    margin-right: calc(-1*30px/2);
    margin-left: calc(-1*30px/2);
  }
  .post-author-left-col,
  .post-author-right-col {
    padding-right: calc(30px/2);
    padding-left: calc(30px/2);
  }
  .post-breadcrumbs {
    min-height: 90px;
  }


}

@media (max-width: 567px) {
  .grid-post-listing .post-item.grid-item {
    width: 100%;
    height: 64.87vw;
  }
  .body-container-wrapper.blog-post-listing {
    padding-top: 25px !important;
  }
  .list_card--index--grid__content {
    float: none;
    width: 100%;
  }
  .list_card--index--grid__content header {
    padding-left: 100px;
  }
  .post-item.list-post-item .list-featured-image {
    margin-right: 10px;
  }
  .post-item.list-post-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .switch-card-list, .custom-site-search {
    max-width: 50%;
    padding: 0 5px;
  }
  .listing-top-section {
    margin-left: -5px;
    margin-right: -5px;
  }
  .custom-select .select-selected[class*=icon-]:before {
    width: 15px;
    margin-right: 5px;
    font-size: 16px;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 36vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .error-page:before {
    font-size: 24rem;
  }
}

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

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

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

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

#email-prefs-form .hs-input,
.form-container,
#hs_cos_wrapper_password_prompt {
  width: 100% !important;
  max-width: 650px;
}

.form-container {
  margin-bottom: 10px;
}

.form-container .hs-form-field {
  margin-bottom: 14px;
}

.form-container .hs-form-field .hs-input[type=checkbox] {
  display: inline;
}

.form-container #hs_login_reset {
  margin-bottom: 10px;
  display: inline-block;
}

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

#hs-pwd-widget-password {
  height: 46px !important;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

#hs-search-module .hs-input {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  margin: 0;
}

@media (max-width: 767px) {
  #email-prefs-form .hs-input,
  .form-container,
  #hs_cos_wrapper_password_prompt {
    max-width: 100%;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}