@charset "UTF-8";
/*  

font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;

*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Arial, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #ffffff;
  color: #000000;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

* {
  box-sizing: border-box;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

body {
  font-family: "proxima-nova", sans-serif;
  background-color: #F6F6F6;
}

.container {
  max-width: 1306px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.container.no-right-padding {
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  .container.no-right-padding {
    padding-right: 20px;
  }
  .container.no-right-padding.no-change {
    padding-right: 0;
  }
}

h1.content-h1 {
  color: #0085B1;
  font-size: 75px;
  font-weight: bold;
  margin: 0 0 100px;
  font-family: "poppins", sans-serif;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  h1.content-h1 {
    font-size: 55px;
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 550px) {
  h1.content-h1 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.anchor {
  position: absolute;
  margin-top: -77px;
}
@media only screen and (max-width: 767px) {
  .anchor {
    margin-top: -64px;
  }
}

img.align-right {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  img.align-right {
    margin-left: 20px;
  }
}
img.align-center {
  height: auto;
}
img.align-left {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  img.align-left {
    margin-right: 20px;
  }
}

.button {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 10px 40px;
  background: #FF7000;
  border-radius: 9px;
  text-decoration: none;
  font-family: Poppins, sans-serif !important;
}
.button:active {
  background-color: #525252;
  color: #FFFFFF;
}

@media only screen and (min-width: 1200px) {
  .button:hover {
    background-color: #FFFFFF;
    color: #0085B1;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  }
}
.mfp-hide {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

button.mfp-arrow, button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  top: -40px;
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  margin: 40px auto;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

section.employee-login {
  min-height: 50vh;
  padding: 60px 0;
}
section.employee-login .employee-login-wrap {
  color: #0085B1;
}
section.employee-login span.sup-title {
  color: #0085B1;
  font-size: 16px;
}
section.employee-login h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #0085B1;
  font-weight: bold;
  font-family: "Poppins";
}
section.employee-login .employee-login-form {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  border-radius: 9px;
  margin-top: 20px;
}
section.employee-login label.js-form-required.form-required {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.employee-login form input, section.employee-login form textarea {
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: 8px;
  opacity: 1;
  background-color: #f0f0f0;
  -moz-appearance: none;
       appearance: none;
  border: none;
  margin-bottom: 10px;
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 15px 30px;
  color: #646464;
  outline: none;
}
section.employee-login p {
  color: #4e4e4e;
  max-width: 500px;
  margin-top: 0;
}
section.employee-login input#edit-submit {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 10px 50px;
  background: #FF7000;
  border-radius: 9px;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 9px;
  max-width: 200px;
}
section.employee-login .item-list > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
section.employee-login .item-list li {
  margin: 0;
  padding: 0;
}
section.employee-login .item-list li a {
  color: #0085B1;
}

/* Media Alignments Help */
.align-center {
  text-align: center;
}

.align-left img {
  margin: 0 30px 30px 0;
}
.align-left .media-library-item__name {
  display: none;
}

header {
  position: fixed;
  background-color: #001215;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  transition: all 0.5s ease;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
header .container {
  padding: 0;
}
header .header-button.active .search {
  background-position: 11px -94px;
}

.header-top {
  height: 40px;
}

.page-wrapper {
  margin-top: 40px;
}

.header-logo {
  width: 91px;
  height: 21px;
  background-image: url(/themes/custom/lamark/build/images/logo-mobile.png);
  background-repeat: no-repeat;
  background-size: 91px auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 18px;
  text-indent: -9999px;
  overflow: hidden;
}

.mobile-call {
  width: 13px;
  height: 21px;
  position: absolute;
  background-image: url(/themes/custom/lamark/build/images/mobile/phone.png);
  background-repeat: no-repeat;
  background-size: 13px 21px;
  overflow: hidden;
  text-indent: -99999px;
  right: 60px;
  top: 9px;
}

@media only screen and (max-width: 1199px) {
  .hide-mobile {
    display: none;
  }
}
.cbp-spmenu-right {
  width: 100%;
  right: -100vw;
  position: absolute;
  top: 40px;
  transition: all 0.5s ease;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-search {
  width: 100%;
  right: -100vw;
  position: absolute;
  top: 50px;
  transition: all 0.5s ease;
  background-color: #fff;
  height: 100vh;
  box-shadow: inset 0 0 20px 0 rgba(206, 206, 206, 0.51);
  padding-top: 22px;
  padding-left: 27px;
  padding-right: 27px;
}
.header-search.active {
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-search label {
  display: none;
}
.header-search .js-form-item {
  width: 100%;
}
.header-search .js-form-item input {
  font-size: 16px;
  color: #B0B0B0;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #BFBFBF;
  padding: 15px 60px 15px 10px;
  width: 100%;
  text-transform: lowercase;
}
.header-search .form-actions {
  position: absolute;
  right: 27px;
  top: 20px;
  width: 45px;
  height: 56px;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(/themes/custom/lamark/build/images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
}

.nav-list {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 40px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  background-image: url(/themes/custom/lamark/build/images/hamburger-menu.svg);
  background-repeat: no-repeat;
  background-position: 9px 12px;
  background-size: 24px 160px;
}
.nav-list.active {
  background-position: 9px -130px;
}

#theoverlay {
  background-color: #000;
}
#theoverlay .menu {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}
#theoverlay .menu ul {
  padding: 0;
  list-style-type: none;
}
#theoverlay .menu .menu-item.hover > .menu {
  display: block;
  padding-bottom: 15px;
}
#theoverlay .menu .menu {
  display: none;
}
#theoverlay .utility-nav-mobile .menu {
  padding-left: 0px;
}
#theoverlay .header-menu .hover > a {
  color: #FF7000;
}
#theoverlay .header-menu .hover > ul a {
  font-size: 16px;
  color: #C7C8CA;
  text-transform: lowercase;
  padding-bottom: 0px;
}
#theoverlay .header-menu a {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}
#theoverlay .header-menu a.parent:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 20px;
  background-image: url(/themes/custom/lamark/build/images/menu-arrows.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 9px;
}
#theoverlay .header-menu a.parent.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-search .js-form-item input, .header-search input {
  border-radius: 0;
}
.content-search .js-form-item input:focus, .header-search input:focus {
  color: #FF7000;
  outline: none;
}

form input, form textarea {
  border-radius: 0;
}

.menu-adlet-wrapper h3 {
  font-family: "poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .page-wrapper {
    margin-top: 64px;
  }
  .header-top {
    height: 64px;
  }
  .nav-list {
    height: 64px;
    width: 64px;
    background-position: 20px 25px;
  }
  .nav-list.active {
    background-position: 20px -116px;
  }
  .header-logo {
    width: 100px;
    background-image: url(/themes/custom/lamark/build/images/logo.png);
    background-size: 99px auto;
    height: 40px;
    left: 40px;
  }
  .mobile-call {
    height: 30px;
    width: 30px;
    background-size: auto 30px;
    top: 19px;
  }
  .header-search {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 50px;
    top: 64px;
  }
  .header-search .form-actions {
    right: 55px;
    top: 60px;
  }
  .header-search .js-form-item input {
    font-size: 27px;
    line-height: 31px;
  }
  .cbp-spmenu-right {
    top: 64px;
  }
  #theoverlay .menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  #theoverlay .utility-nav-mobile .menu {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #theoverlay {
    background-color: #000;
    padding: 15px 0 100vh;
    height: 100vh;
    overflow-y: auto;
  }
  .utility-nav-mobile {
    border-top: 1px solid #A3A3A3;
    padding: 20px 0px;
    margin: 10px 20px;
  }
  .utility-nav-mobile.centauri-mobile-part {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 10px;
  }
  .utility-nav-mobile.centauri-mobile-part img {
    max-height: 20px;
    width: auto;
  }
  #theoverlay .header-menu.centauri-mobile-part a {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .header-menu-extra {
    border-top: 1px solid #A3A3A3;
    padding: 20px 0px;
    margin: 10px 20px;
  }
  .header-menu-extra .career-link {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    margin-bottom: 4px;
  }
  .header-menu-extra .button {
    margin-top: 29px;
  }
  .header-menu-extra .search {
    border: 0;
    border-bottom: 1px solid #A3A3A3;
    background-color: transparent;
    background-image: url(/themes/custom/lamark/build/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding: 10px 50px 19px 0px;
    color: #fff;
    text-align: left;
    font-family: "poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: lowercase;
    width: 100%;
  }
  .header-menu-extra .centauri-logo {
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .header-menu-extra .centauri-logo a {
    display: block;
  }
  .header-menu-extra .centauri-logo img {
    max-width: 150px;
    display: block;
  }
  .header-search {
    top: 40px;
  }
  .header-search .form-actions {
    margin: 0;
    right: 2px;
  }
}
.centauri-logo img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .utility-nav-mobile.centauri-mobile-part {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-menu-extra {
    margin-left: 40px;
    margin-right: 40px;
  }
  .utility-nav-mobile.centauri-mobile-part {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-list {
    display: none;
  }
  .mobile-call {
    display: none;
  }
  .page-wrapper {
    margin-top: 187px;
  }
  .page-wrapper.with-utility {
    margin-top: 223px;
  }
  .header-top {
    height: 187px;
    transition: all 0.5s ease;
  }
  header.small-header .header-logo {
    background-size: 150px auto;
    top: 9px;
    height: 72px;
  }
  header.small-header .header-top {
    height: 77px;
  }
  header.small-header .search {
    bottom: 2px;
  }
  header.small-header .header-search {
    top: 77px;
  }
  header.small-header #theoverlay {
    top: 16px;
  }
  header .header-button.active .search {
    background-position: 29px -94px;
  }
  .header-top {
    width: 1180px;
    margin: 0 auto;
  }
  .header-logo {
    width: 280px;
    height: 126px;
    background-size: 280px auto;
    transition: all ease 0.5s;
    left: -15px;
    top: 33px;
  }
  header .search {
    display: inline-block;
    background-image: url(/themes/custom/lamark/build/images/search.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 0 0 22px;
    color: #fff;
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    text-transform: lowercase;
    margin-right: 40px;
  }
  .header-search {
    top: 187px;
  }
  .header-search form {
    width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  .header-search .form-actions {
    right: 0;
    top: 18px;
  }
  .header-search .js-form-item input {
    font-size: 37px;
    line-height: 41px;
  }
  .career-link {
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    padding-right: 15px;
  }
  .career-link:hover {
    text-decoration: underline;
  }
  .header-menu-extra {
    vertical-align: middle;
    padding-left: 25px;
    border-left: 1px solid #A3A3A3;
    height: 50px;
    width: 371px;
  }
  .with-centauri .header-menu-extra {
    width: 491px;
    padding-left: 15px;
    align-items: center;
  }
  .with-centauri#theoverlay .menu {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .with-centauri#theoverlay .menu .menu-item {
    text-align: center;
    padding-right: 18px;
  }
  .with-centauri#theoverlay .menu .menu-item a {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .centauri-logo {
    border-right: 1px solid #A3A3A3;
    margin-right: 25px;
    padding-right: 15px;
    width: 130px;
  }
  .centauri-logo a {
    display: block;
  }
  .theoverlay {
    display: flex;
    flex-grow: 0;
  }
  #theoverlay {
    right: -50px;
    top: 65px;
    width: 950px;
    background-color: transparent;
    margin: 0 auto;
    text-align: right;
  }
  #theoverlay .menu {
    padding: 0;
    margin-top: 5px;
  }
  #theoverlay .menu > .menu-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px 0 0px;
  }
  #theoverlay .menu > .menu-item a {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
  }
  #theoverlay a.parent {
    position: relative;
  }
  #theoverlay a.parent:after {
    content: none;
  }
  #theoverlay a.parent.active::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    content: "";
    position: absolute;
    margin: 0;
    bottom: -21px;
    z-index: 20;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 36px 22px;
    width: 36px;
    height: 22px;
  }
  #theoverlay .fwc-adlet {
    display: block;
    width: 400px;
    background: #F8F8F8;
    float: right;
    padding: 0 94px 0;
  }
  #theoverlay .dsk-flyout-wrapper .mid-heading {
    color: #4C4C4C;
  }
  #theoverlay .dsk-flyout-wrapper a {
    padding: 16px 0 10px;
  }
  #theoverlay .dsk-flyout-wrapper a:hover {
    text-decoration: underline;
  }
  .menu-item.hover .dsk-flyout-wrapper {
    position: absolute;
    width: 1180px;
    left: -165px;
    right: 0;
    margin: 0 auto;
    top: 68px;
    background-color: #fff;
    box-shadow: 10px 25px 45px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #DEDEDE;
    text-align: left;
    padding: 26px 0 80px 62px;
    background-image: linear-gradient(to right, #fff 777px, #F8F8F8 777px);
  }
  #theoverlay .header-menu a.parent::after {
    display: none;
  }
  header .button {
    min-height: 45px;
    min-width: 168px;
  }
  header .career-link {
    min-width: 68px;
  }
  header .search {
    min-width: 69px;
  }
  .header-menu-extra {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .utility-nav-mobile {
    display: none;
  }
  .utility-nav-desktop {
    background-color: #fff;
    height: 36px;
  }
  .utility-nav-desktop img {
    max-height: 18px;
    width: auto;
    margin-top: 10px;
  }
  .utility-nav-desktop .utility-container {
    width: 1180px;
    margin: 0px auto;
  }
  .utility-nav-desktop .utility-container .utility-wrapper {
    display: block;
    margin: 0 33px 0px 0px;
    padding: 0;
    float: right;
  }
  .utility-nav-desktop .utility-container .utility-wrapper ul.menu {
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
  }
  .utility-nav-desktop .utility-container .utility-wrapper ul.menu li.menu-item {
    float: left;
    color: #ddd;
    padding: 8px 0 0;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
  }
  .utility-nav-desktop .utility-container .utility-wrapper ul.menu li.menu-item a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 9px 5px;
    float: left;
    color: #ddd;
    text-decoration: none;
    text-transform: lowercase;
  }
}
.footer {
  background-color: #001215;
  padding: 40px 0;
  background-image: url(/themes/custom/lamark/build/images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
.footer .ft-col-2 {
  padding: 0 60px 40px;
  border-bottom: 1px solid #072429;
}
.footer .ft-col-4 {
  display: none;
}
.footer h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 10px 0 0;
}
.footer p {
  font-size: 16px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 8px;
}
.footer p a {
  color: #0085B1;
  text-decoration: underline;
}
.footer .container {
  padding: 0;
}

.footer-logo {
  display: block;
  width: 192px;
  margin: 8px auto;
  background-image: url(/themes/custom/lamark/build/images/logo.png);
  background-repeat: no-repeat;
  background-size: 192px auto;
  height: 80px;
  text-indent: -9999px;
}

.ft-col-5, .ft-col-4 {
  border-top: 1px solid #072429;
  border-bottom: 1px solid #072429;
  padding: 24px 0;
}
.ft-col-5 .view-social-media, .ft-col-4 .view-social-media {
  display: flex;
  justify-content: center;
}
.ft-col-5 .view-social-media .view-content, .ft-col-4 .view-social-media .view-content {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 8px;
}
.ft-col-5 .view-social-media .view-content .social-icon-wrapper, .ft-col-4 .view-social-media .view-content .social-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-col-5 .view-social-media .view-content .social-icon-wrapper .social-icon img, .ft-col-4 .view-social-media .view-content .social-icon-wrapper .social-icon img {
  width: 25px;
  height: 25px;
}

.footer-bottom {
  padding: 20px 60px;
}
.footer-bottom p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 27px;
}
.footer-bottom p a {
  color: #FFFFFF;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}

.ft-col-3 {
  padding: 40px 60px;
  border-bottom: 1px solid #072429;
}
.ft-col-3 ul {
  margin: 0;
  padding: 0;
}
.ft-col-3 li {
  list-style-type: none;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.ft-col-3 li a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 31px;
  text-decoration: none;
}
.ft-col-3 li li a {
  font-weight: 300;
  font-size: 16px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 25px;
}
.ft-col-3 nav > ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

@media only screen and (min-width: 768px) {
  .footer h4 .phone {
    width: auto;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .ft-col-5 {
    display: none;
    border: 0;
  }
  .footer .ft-col-4 {
    display: block;
    border: 0;
    padding: 0;
    margin-left: auto;
  }
  .footer .ft-col-4 .view-social-media {
    display: flex;
    justify-content: center;
  }
  .footer .ft-col-4 .view-social-media .view-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 8px;
  }
  .footer .ft-col-4 .view-social-media .view-content .social-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .ft-col-4 .view-social-media .view-content .social-icon-wrapper .social-icon img {
    width: 25px;
    height: 25px;
  }
  .footer .ft-col-2 {
    border: 0;
    padding: 0 5px 0 35px;
  }
  .footer .ft-col-3 {
    border: 0;
    padding: 0 5px 0 25px;
  }
  .footer-top {
    display: flex;
    border-bottom: 1px solid #072429;
    padding-bottom: 40px;
  }
  .footer-logo {
    width: 140px;
    background-size: 140px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer h4 span {
    display: none;
  }
  .footer h4 .phone {
    border: 1px solid #0085B1;
    border-radius: 9px;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #0085B1;
    letter-spacing: 0;
    text-align: center;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-logo {
    width: 225px;
    margin: 0 0 0 74px;
    background-size: 225px auto;
    height: 100px;
  }
  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer p a, .footer li a {
    text-decoration: none;
  }
  .footer p a:hover, .footer li a:hover {
    color: #FF7000;
  }
  .footer h4 .phone {
    padding: 0;
    display: inline;
    color: #0085B1;
    text-decoration: none;
    margin-left: 10px;
  }
  .footer h4 .phone:hover {
    color: #FF7000;
  }
  .footer .footer-top {
    align-items: baseline;
    border-bottom: 0;
  }
  .footer .container {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
  .footer .ft-col-1 {
    width: 315px;
    margin-right: 90px;
  }
  .footer .ft-col-2 {
    padding-left: 0;
    width: 230px;
    margin-right: 15px;
  }
  .footer .ft-col-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .ft-col-4 {
    width: 120px;
    margin-left: 45px;
    margin-top: 20px;
  }
  .footer .ft-col-4 .view-social-media {
    display: flex;
    justify-content: center;
  }
  .footer .ft-col-4 .view-social-media .view-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 8px;
  }
  .footer .ft-col-4 .view-social-media .view-content .social-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
  }
  .footer .ft-col-4 .view-social-media .view-content .social-icon-wrapper .social-icon img {
    width: 25px;
    height: 25px;
  }
  .ft-col-3 nav > ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.stacking-cards .card__content {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 579px;
  justify-content: center;
  text-align: center;
  background-size: cover;
  padding: 33px;
}
@media only screen and (max-width: 767px) {
  .stacking-cards .card__content {
    position: relative;
  }
  .stacking-cards .card__content > div {
    position: relative;
    z-index: 2;
  }
  .stacking-cards .card__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 14%, #000000 100%);
    z-index: 1;
  }
}

:root {
  --card-height: 40vw;
  --card-margin: 4vw;
  --card-top-offset: 1em;
  --outline-width: 0px;
}

.card .subhead {
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 550px) {
  .card .subhead {
    font-size: 16px;
  }
}
.card .header {
  font-size: 45px;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 550px) {
  .card .header {
    font-size: 24px;
  }
}

.stacking-cards {
  padding-bottom: 30px;
}

#cards {
  list-style: none;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .card {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #cards {
    padding-bottom: calc(var(--numcards) * var(--card-top-offset)); /* Make place at bottom, as items will slide to that position*/
    margin-bottom: var(--card-margin);
  }
  #cards {
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: repeat(var(--numcards), var(--card-height));*/
    gap: var(--card-margin);
  }
  .card {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-top: calc(var(--index) * var(--card-top-offset));
  }
  @supports (animation-timeline: works) {
    @scroll-timeline cards-element-scrolls-in-body {
      source: selector(body);
      scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
      start: selector(#cards) start 1; /* Start when the start edge touches the top of the scrollport */
      end: selector(#cards) start 0; /* End when the start edge touches the start of the scrollport */
      time-range: 4s;
    }
    .card {
      --index0: calc(var(--index) - 1); /* 0-based index */
      --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
      --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }
    .card__content {
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      will-change: transform;
      --duration: calc(var(--reverse-index0) * 1s);
      --delay: calc(var(--index0) * 1s);
      -webkit-animation: var(--duration) linear scale var(--delay) forwards;
              animation: var(--duration) linear scale var(--delay) forwards;
      animation-timeline: cards-element-scrolls-in-body;
    }
    @-webkit-keyframes scale {
      to {
        -webkit-transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
                transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
      }
    }
    @keyframes scale {
      to {
        -webkit-transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
                transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
      }
    }
  }
}
.big-cta {
  background: #001215;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 18, 21) 50%, rgb(0, 18, 21) 100%);
  padding: 20px 0;
}
.big-cta .big-cta_inner-wrap {
  border-radius: 29px;
  opacity: 1;
  height: 535px;
  background: linear-gradient(90deg, rgb(255, 123, 0) 0%, rgb(246, 216, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .big-cta .big-cta_inner-wrap {
    height: unset;
  }
}
.big-cta .big-cta_inner-wrap .big-cta_inner {
  padding: 50px 40px;
  text-align: center;
}

.big-cta_inner__header {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  line-height: 65px;
  text-transform: lowercase;
  margin-bottom: 50px;
  font-family: "poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .big-cta_inner__header {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .big-cta_inner__header {
    font-size: 20px;
  }
}

.big-cta_inner_btn-wrap a {
  border-radius: 9px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.172865);
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 27px;
  justify-content: center;
  color: rgb(0, 133, 177);
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
}
.big-cta_inner_btn-wrap a:hover {
  color: #fff;
  background: rgb(0, 133, 177);
}
.big-cta_inner_btn-wrap a:active {
  color: #fff;
  background: #525252;
}

.path-frontpage .big-cta {
  background: #001215;
}

@media only screen and (max-width: 767px) {
  .big-cta .big-cta_inner-wrap .big-cta_inner .big-cta_inner__header {
    line-height: 34px;
  }
}
.news-carousel {
  padding: 80px 0 100px;
  background: #001215;
}
@media only screen and (max-width: 1300px) {
  .news-carousel {
    padding: 80px 0 135px;
  }
}
.news-carousel .nc_header {
  opacity: 1;
  color: rgb(0, 133, 177);
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 49px;
  text-transform: lowercase;
  margin-bottom: 25px;
}
.news-carousel .owl-item a {
  text-decoration: none;
}
.news-carousel .owl-item span {
  display: block;
}
.news-carousel .owl-item .news-item {
  border-radius: 30px;
  height: 281px;
  background: #000;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(/themes/custom/lamark/build/images/news-card-1.png);
  background-size: cover;
}
.news-carousel .owl-item .news-item .news-item-inner {
  color: #fff;
  text-align: center;
}
.news-carousel .owl-item .news-item .news-item-inner .news-date {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.news-carousel .owl-item .news-item .news-item-inner .news-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .news-carousel .owl-item .news-item .news-item-inner .news-title {
    font-size: 22px;
  }
}
.news-carousel .owl-item:nth-of-type(3n+1) .news-item {
  background-image: url(/themes/custom/lamark/build/images/news-card-2.png);
}
.news-carousel .owl-item:nth-of-type(3n+2) .news-item {
  background-image: url(/themes/custom/lamark/build/images/news-card-3.png);
}
.news-carousel .owl-nav {
  margin-top: 40px;
}
.news-carousel .owl-nav button.owl-next {
  margin-left: 40px;
}
.news-carousel .owl-nav svg {
  fill: #fff;
  width: 34px;
}
.news-carousel .all-news {
  margin-left: 140px;
  margin-top: -35px;
  position: relative;
  z-index: 5;
}
.news-carousel .all-news a {
  color: rgb(0, 133, 177);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .page-node-type-page .news-carousel {
    padding-bottom: 35px;
  }
}
.wdtd {
  height: 770px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .wdtd {
    height: 585px;
  }
}
.wdtd .wdtd-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .wdtd .wdtd-outer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2021183473) 45%, rgb(0, 0, 0) 100%);
  }
}
.wdtd .wdtd-outer .wdtd-inner {
  padding: 0 20px 80px;
  width: 100vw;
}
@media only screen and (max-width: 600px) {
  .wdtd .wdtd-outer .wdtd-inner {
    padding: 0 40px 50px;
  }
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_cta {
  text-align: center;
  margin-top: 30px;
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_top {
  text-align: center;
  color: #fff;
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_top .wdtd_header {
  font-size: 55px;
  text-transform: lowercase;
  font-weight: bold;
  max-width: 400px;
  line-height: 1;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 600px) {
  .wdtd .wdtd-outer .wdtd-inner .wdtd_top .wdtd_header {
    font-size: 25px;
  }
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_items_outer {
  max-width: 1050px;
  margin: 60px auto 0;
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_item_inner .icon {
  max-width: 30px;
  margin-bottom: 10px;
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_item_inner .headline {
  opacity: 1;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 29px;
  margin-bottom: 10px;
}
.wdtd .wdtd-outer .wdtd-inner .wdtd_item_inner .support {
  opacity: 1;
  color: rgb(211, 211, 211);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 26px;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -18px auto 0;
  position: relative;
  z-index: 10;
  max-width: 102px;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-dots.disabled {
  display: none;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-dots button.owl-dot {
  background-color: #747474;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 10px;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #0085B1;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  max-width: 140px;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-nav svg {
  fill: #fff;
  width: 16px;
}
.wdtd .wdtd-outer .wdtd-inner .owl-carousel .owl-nav.disabled {
  display: none;
}
.wdtd .bg-img-wrap {
  height: 100%;
}
.wdtd .bg-img-wrap .media {
  height: 100%;
}
.wdtd .bg-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}

.owl-item img {
  height: auto;
}

.embed-section .container {
  max-width: 1184px;
}
.embed-section iframe {
  border: 0;
  height: 740px;
}

.video-hero-wrap {
  height: 579px;
  border-radius: 30px;
  overflow: hidden;
  background-image: url(/themes/custom/lamark/build/images/hero-background.png);
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .video-hero-wrap {
    height: 400px;
  }
}
.video-hero-wrap .video-hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (max-width: 550px) {
  .video-hero-wrap .video-hero-inner {
    line-height: 1.2;
    font-size: 14px;
  }
}
.video-hero-wrap .video-hero-inner .play-btn-wrap {
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .video-hero-wrap .video-hero-inner .play-btn-wrap {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    text-align: center;
  }
}
.video-hero-wrap .video-hero-inner .play-btn-wrap svg {
  fill: #fff;
}
.video-hero-wrap .video-hero-inner .play-btn-wrap a {
  text-decoration: none;
}
@media only screen and (max-width: 550px) {
  .video-hero-wrap .video-hero-inner .play-btn-wrap a:after {
    content: "play video";
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
  }
}
.video-hero-wrap .video-hero-inner .inset-wrap {
  max-width: 890px;
  position: absolute;
  bottom: 50px;
  padding: 0 20px;
}
@media only screen and (max-width: 550px) {
  .video-hero-wrap .video-hero-inner .inset-wrap {
    bottom: 30px;
  }
}
.video-hero-wrap .video-hero-inner .inset-wrap p {
  margin: 0;
}

.page-node-type-content, .page-node-type-internal-news-article {
  background: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/hero-left.png), url(/themes/custom/lamark/build/images/hero-right.png);
  background-position: left -200px, right -100px;
  background-repeat: no-repeat;
}
.page-node-type-content .page-wrapper, .page-node-type-internal-news-article .page-wrapper {
  border-top: 0;
}
.page-node-type-content .container, .page-node-type-internal-news-article .container {
  max-width: 1184px;
}
.page-node-type-content section.hero, .page-node-type-internal-news-article section.hero {
  text-align: center;
  padding: 140px 0 30px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-content section.hero, .page-node-type-internal-news-article section.hero {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-content section.hero, .page-node-type-internal-news-article section.hero {
    padding: 40px 0 0;
  }
}
.page-node-type-content section.hero h1, .page-node-type-internal-news-article section.hero h1 {
  color: #0085B1;
  font-size: 75px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: "poppins", sans-serif;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-node-type-content section.hero h1, .page-node-type-internal-news-article section.hero h1 {
    font-size: 55px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-content section.hero h1, .page-node-type-internal-news-article section.hero h1 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}
.page-node-type-content section.core-values, .page-node-type-internal-news-article section.core-values {
  padding: 0 0 0px;
}
.page-node-type-content section.core-values .header, .page-node-type-internal-news-article section.core-values .header {
  text-transform: lowercase;
  color: #0085B1;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 50px;
}
.page-node-type-content section.core-values .values-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer {
  margin-bottom: 50px;
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item .value-wrap-outer {
  height: 130px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  color: #0085B1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  padding: 30px;
  background: url(/themes/custom/lamark/build/images/fance-back-1.png);
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item .value-wrap-outer .value-wrap-inner .icon, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item .value-wrap-outer .value-wrap-inner .icon {
  max-width: 37px;
  margin: 0 auto 10px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(2) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(2) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-2.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(3) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(3) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-3.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(4) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(4) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-4.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(5) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(5) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-5.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(7) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(7) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-2.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(8) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(8) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-3.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(9) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(9) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-4.png);
}
.page-node-type-content section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(10) .value-wrap-outer, .page-node-type-internal-news-article section.core-values .values-wrap-outer .values-wrap-inner .owl-item:nth-of-type(10) .value-wrap-outer {
  background: url(/themes/custom/lamark/build/images/fance-back-5.png);
}
.page-node-type-content section.core-values p, .page-node-type-internal-news-article section.core-values p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
}

section.wysiwyg h2, section.more-info h2 {
  margin: 0;
  color: #0085B1;
  font-family: "Poppins";
  font-size: 43px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg h2, section.more-info h2 {
    font-size: 25px;
  }
}
section.wysiwyg h3, section.more-info h3 {
  color: #0085B1;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg h3, section.more-info h3 {
    font-size: 24px;
  }
}
section.wysiwyg h4, section.more-info h4 {
  color: #0085b1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins";
  margin: 0 0 20px;
}
section.wysiwyg h5, section.more-info h5 {
  color: #0085B1;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: bold;
}

section.wysiwyg {
  padding: 0 0 80px;
}
section.wysiwyg img {
  max-width: 100%;
  height: auto;
}
section.wysiwyg.no-bottom-padding {
  padding-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg {
    text-align: center;
  }
}
section.wysiwyg a {
  color: #FF7000;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  section.wysiwyg a {
    text-decoration: none;
  }
  section.wysiwyg a:hover {
    text-decoration: underline;
  }
}
section.wysiwyg h1 {
  color: #0085B1;
  font-size: 75px;
  font-weight: bold;
  margin: 0 0 140px;
  font-family: poppins;
  line-height: 1.1;
}
section.wysiwyg p {
  margin: 20px 0 30px;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
}
section.wysiwyg p.large-blue {
  color: #0085B1;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg p.large-blue {
    font-size: 22px;
  }
}
section.wysiwyg p img.inset-img-left {
  float: left;
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg p img.inset-img-left {
    float: unset;
    margin: 30px auto;
    display: block;
  }
}
section.wysiwyg .container > *:last-child:not(img) {
  margin-bottom: 0px;
}
section.wysiwyg .container > *:first-child:not(img) {
  margin-top: 0px;
}
section.wysiwyg .two-column-block {
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  section.wysiwyg .two-column-block {
    margin-top: 40px;
    flex-direction: column;
  }
}
section.wysiwyg .two-column-block .two-column-block__column {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  section.wysiwyg .two-column-block .two-column-block__column {
    width: auto;
    padding-right: 0;
  }
}
section.wysiwyg hr {
  height: 1px;
  background: #969696;
  border: none;
  margin: 40px 0;
  max-width: 140px;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg hr {
    margin: 40px auto;
  }
}
section.wysiwyg h3 {
  color: #0085B1;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
}
@media only screen and (max-width: 550px) {
  section.wysiwyg h3 {
    font-size: 24px;
  }
}
section.wysiwyg h4 {
  color: #0085b1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins";
  margin: 0 0 20px;
}
section.wysiwyg h5 {
  color: #0085B1;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: bold;
}
section.wysiwyg ul {
  padding-left: 0;
  margin: 20px 0;
  color: #4E4E4E;
  font-size: 16px;
  list-style-position: outside;
  text-align: left;
}
section.wysiwyg ul li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 36px;
}
section.wysiwyg ul ul {
  margin-left: 26px;
}
section.wysiwyg ol {
  padding-left: 15px;
  margin: 20px 0;
  color: #4E4E4E;
  font-size: 16px;
  list-style-position: outside;
  text-align: left;
}
section.wysiwyg ol li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

section.pill-cards {
  padding: 0 0 100px;
}
section.pill-cards.no-bottom-padding {
  padding-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  section.pill-cards {
    padding: 0 0 50px;
  }
}
section.pill-cards .container .pill-card:last-child {
  margin-bottom: 0px;
}
section.pill-cards .pill-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
  min-height: 314px;
}
@media only screen and (max-width: 550px) {
  section.pill-cards .pill-card {
    flex-direction: column;
    height: unset;
  }
  section.pill-cards .pill-card.img-right {
    flex-direction: column-reverse;
  }
}
section.pill-cards .pill-card .pill-img {
  width: 60%;
  max-width: 640px;
}
@media only screen and (max-width: 1100px) {
  section.pill-cards .pill-card .pill-img {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  section.pill-cards .pill-card .pill-img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  section.pill-cards .pill-card .pill-img {
    width: 100%;
    height: 240px;
  }
}
section.pill-cards .pill-card .pill-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
  width: 100%;
}
section.pill-cards .pill-card .pill-copy {
  padding: 75px 100px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  section.pill-cards .pill-card .pill-copy {
    padding: 75px 50px;
  }
}
@media only screen and (max-width: 750px) {
  section.pill-cards .pill-card .pill-copy {
    padding: 75px 30px;
  }
}
@media only screen and (max-width: 550px) {
  section.pill-cards .pill-card .pill-copy {
    padding: 30px 20px;
  }
}
section.pill-cards .pill-card .pill-copy a {
  text-decoration: none;
}
section.pill-cards .pill-card .pill-copy .header {
  font-size: 30px;
  line-height: 1.1;
  color: #0085b1;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  section.pill-cards .pill-card .pill-copy .header {
    font-size: 24px;
  }
}
section.pill-cards .pill-card .pill-copy p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #4e4e4e;
}

section.global-locations {
  padding: 0 0 30px;
}
section.global-locations .header {
  text-align: center;
  text-transform: lowercase;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  color: #0085b1;
  font-family: "Poppins";
  margin-bottom: 70px;
}
section.global-locations div#map {
  max-width: calc(100% - 40px) !important;
  margin: 0 auto 40px;
  height: 640px !important;
  min-height: unset !important;
}
section.global-locations .map-wrap {
  padding: 0 20px;
  margin-bottom: 40px;
}
section.global-locations .filters-wrap {
  margin: 0 -6px -20px;
}
section.global-locations .filters-wrap .filter-wrap {
  padding: 0 6px 20px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 550px) {
  section.global-locations .filters-wrap .filter-wrap {
    width: 100%;
  }
}
section.global-locations .filters-wrap .filter-wrap:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(68deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(68deg) brightness(104%) contrast(101%);
  pointer-events: none;
  position: absolute;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  right: 10px;
  top: 13px;
}
section.global-locations .filters-wrap .filter-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 0px 10px 35px rgba(140, 140, 140, 0.182324);
  opacity: 1;
  background-color: #ff7000;
  background-image: linear-gradient(270deg, #94f7f8 0%, #00849f 40%, #00849f 100%);
  height: 50px;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  section.global-locations .filters-wrap .filter-wrap select {
    width: 100%;
  }
}

section.locations {
  padding: 30px 0 100px;
}
section.locations .header {
  font-size: 36px;
  line-height: 1.2;
  color: #0085b1;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Poppins";
  font-weight: bold;
}
section.locations .locations-outer {
  overflow: hidden;
}
section.locations .locations-outer .locations-inner {
  margin: 0 -57px -40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  section.locations .locations-outer .locations-inner {
    margin: 0 -15px -40px;
  }
}
section.locations .locations-outer .locations-inner .location-outer {
  padding: 0 57px 40px;
  width: 33.3%;
}
@media only screen and (max-width: 1024px) {
  section.locations .locations-outer .locations-inner .location-outer {
    padding: 0 15px 40px;
  }
}
@media only screen and (max-width: 700px) {
  section.locations .locations-outer .locations-inner .location-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  section.locations .locations-outer .locations-inner .location-outer {
    width: 100%;
  }
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .map-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .location-content {
  padding: 30px 0 0 20px;
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .location-content .city {
  font-size: 20px;
  line-height: 1.2;
  color: #0085B1;
  font-weight: bold;
  margin-bottom: 10px;
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .location-content .address {
  color: #0085B1 !important;
  text-decoration: underline;
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .location-content .divider {
  margin: 20px 0;
  background: #969696;
  height: 1px;
  width: 50px;
}
section.locations .locations-outer .locations-inner .location-outer .location-inner .location-content p.description {
  margin: 0;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
}

section.contact-us {
  padding: 0 0 150px;
}
@media only screen and (max-width: 550px) {
  section.contact-us {
    padding: 0 0 65px;
  }
}
section.contact-us .flexer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer {
    flex-direction: column;
  }
}
section.contact-us .flexer .left {
  width: 510px;
}
@media only screen and (max-width: 1024px) {
  section.contact-us .flexer .left {
    width: 350px;
  }
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer .left {
    width: 100%;
  }
}
section.contact-us .flexer .left .header {
  color: #0085b1;
  font-size: 43px;
  font-weight: bold;
  font-family: "Poppins";
  text-transform: lowercase;
  line-height: 1;
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer .left .header {
    font-size: 25px;
    text-align: center;
  }
}
section.contact-us .flexer .left p {
  color: #54565B;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 40px;
  max-width: 450px;
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer .left p {
    max-width: unset;
  }
}
section.contact-us .flexer .left .contact-card {
  border-radius: 0 0 25px 25px;
  background: #fff;
}
section.contact-us .flexer .left .contact-card .top img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 290px;
}
section.contact-us .flexer .left .contact-card .bottom {
  padding: 40px 60px;
  color: #0085b1;
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer .left .contact-card .bottom {
    padding: 30px 15px 60px;
  }
}
section.contact-us .flexer .left .contact-card .bottom .location-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
section.contact-us .flexer .left .contact-card .bottom .location-address {
  max-width: 300px;
}
section.contact-us .flexer .left .contact-card .bottom .location-address a {
  color: #0085B1 !important;
  text-decoration: underline;
}
section.contact-us .flexer .left .contact-card .bottom .divider {
  background: #969696;
  width: 50px;
  height: 1px;
  margin: 20px 0;
}
section.contact-us .flexer .left .contact-card .bottom span {
  color: #4e4e4e;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
section.contact-us .flexer .left .contact-card .bottom .phone {
  margin-bottom: 10px;
}
section.contact-us .flexer .left .contact-card .bottom .phone a {
  color: #4e4e4e;
  text-decoration: none;
}
section.contact-us .flexer .left .contact-card .bottom .email a {
  color: #0085b1;
}
section.contact-us .flexer .right-form {
  flex: 1;
  margin-left: 70px;
}
@media only screen and (max-width: 800px) {
  section.contact-us .flexer .right-form {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  section.contact-us .flexer .right-form {
    margin-left: 0;
    margin-top: 20px;
  }
}
section.contact-us .flexer .right-form .form-outer-wrap {
  border-radius: 25px;
  background: #fff;
  padding: 50px 60px;
  font-size: 20px;
  font-weight: bold;
  color: #0085B1;
  text-transform: lowercase;
}
section.contact-us .flexer .right-form .form-outer-wrap .form-type-checkbox label {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  section.contact-us .flexer .right-form .form-outer-wrap {
    padding: 40px 10px;
  }
}
section.contact-us .flexer .right-form .form-outer-wrap span {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
}
section.contact-us .flexer .right-form .form-outer-wrap label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.contact-us .flexer .right-form .form-outer-wrap input[type=text], section.contact-us .flexer .right-form .form-outer-wrap input[type=email], section.contact-us .flexer .right-form .form-outer-wrap input[type=tel], section.contact-us .flexer .right-form .form-outer-wrap input[type=url] {
  -webkit-appearance: none;
  border-radius: 8px;
  opacity: 1;
  background-color: rgb(240, 240, 240);
  -moz-appearance: none;
       appearance: none;
  border: none;
  margin-bottom: 10px;
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 15px 30px;
  color: #646464;
  outline: none;
}
section.contact-us .flexer .right-form .form-outer-wrap ::-webkit-input-placeholder {
  color: #646464;
}
section.contact-us .flexer .right-form .form-outer-wrap ::-moz-placeholder {
  color: #646464;
}
section.contact-us .flexer .right-form .form-outer-wrap ::-ms-input-placeholder {
  color: #646464;
}
section.contact-us .flexer .right-form .form-outer-wrap ::placeholder {
  color: #646464;
}
section.contact-us .flexer .right-form .form-outer-wrap select {
  outline: none;
  border-radius: 8px;
  opacity: 1;
  background-color: rgb(240, 240, 240);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-bottom: 10px;
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 15px 30px;
  color: #646464;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 95%;
}
section.contact-us .flexer .right-form .form-outer-wrap textarea {
  outline: none;
  border-radius: 8px;
  opacity: 1;
  background-color: rgb(240, 240, 240);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-bottom: 30px;
  height: 200px;
  width: 100%;
  font-size: 16px;
  padding: 15px 30px;
  color: #646464;
}
section.contact-us .flexer .right-form .form-outer-wrap .button {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 10px 50px;
  background: #FF7000;
  border-radius: 9px;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 9px;
}

section.ingredients {
  padding: 0 0 60px;
}
section.ingredients .header {
  font-size: 43px;
  font-weight: bold;
  text-transform: lowercase;
  font-family: "Poppins";
  color: #0085B1;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  section.ingredients .header {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 36px;
  }
}
section.ingredients .ingreds-outer {
  overflow: hidden;
  margin: 0 -15px;
}
@media only screen and (max-width: 1200px) {
  section.ingredients .ingreds-outer {
    margin: 0;
  }
}
section.ingredients .ingreds-outer .ingreds-inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer {
  padding: 0 15px 115px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  section.ingredients .ingreds-outer .ingreds-inner .ingred-outer {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  section.ingredients .ingreds-outer .ingreds-inner .ingred-outer {
    width: 100%;
  }
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner {
  position: relative;
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner .img-wrap {
  border-radius: 15px;
  overflow: hidden;
  height: 216px;
  width: 100%;
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  display: block;
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner .reveal {
  padding: 0 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #54565B;
  border-left: 4px solid #ee7624;
  height: 50px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -65px;
  display: none;
}
@media only screen and (max-width: 767px) {
  section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner .reveal {
    position: static;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
section.ingredients .ingreds-outer .ingreds-inner .ingred-outer .ingred-inner:hover .reveal {
  display: flex;
}

.page-node-type-internal-employee-landing-page, .page-node-type-resource-center {
  background-color: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/hero-left.png), url(/themes/custom/lamark/build/images/hero-right.png);
  background-position: left -200px, right -100px;
  background-repeat: no-repeat;
}
.page-node-type-internal-employee-landing-page .container, .page-node-type-resource-center .container {
  max-width: 1331px;
}
.page-node-type-internal-employee-landing-page section.hero, .page-node-type-resource-center section.hero {
  padding: 60px 0 45px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-internal-employee-landing-page section.hero, .page-node-type-resource-center section.hero {
    padding: 40px 0 45px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero, .page-node-type-resource-center section.hero {
    padding: 0 0 25px;
  }
  .page-node-type-internal-employee-landing-page section.hero .container, .page-node-type-resource-center section.hero .container {
    padding: 0;
  }
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner, .page-node-type-resource-center section.hero .hero-inner {
  min-height: 580px;
  display: flex;
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner, .page-node-type-resource-center section.hero .hero-inner {
    flex-direction: column;
  }
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary, .page-node-type-resource-center section.hero .hero-inner .primary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  text-align: center;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 24px 0 0 24px;
  position: relative;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary.no-secondary, .page-node-type-resource-center section.hero .hero-inner .primary.no-secondary {
  border-radius: 24px;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary:after, .page-node-type-resource-center section.hero .hero-inner .primary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgb(0, 18, 21) 100%);
  content: "";
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .primary, .page-node-type-resource-center section.hero .hero-inner .primary {
    height: 360px;
    border-radius: 0;
    flex: unset;
  }
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner {
  color: #fff;
  position: relative;
  z-index: 10;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .content-date, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .content-date {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .content-title, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .content-title {
  font-size: 55px;
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  max-width: 80%;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .content-title, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .content-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .content-title, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .content-title {
    font-size: 22px;
  }
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .content-title a, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .content-title a {
  color: #fff;
  text-decoration: none;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .read-more a, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .read-more a {
  border-radius: 9px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.172865);
  background-color: #fff;
  max-width: 150px;
  display: flex;
  margin: 0 auto;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: rgb(0, 133, 177);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .primary .primary-inner .read-more a:hover, .page-node-type-resource-center section.hero .hero-inner .primary .primary-inner .read-more a:hover {
  color: #fff;
  background: rgb(0, 133, 177);
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar, .page-node-type-resource-center section.hero .hero-inner .sidebar {
  border-radius: 0px 6px 6px 0px;
  box-shadow: 0px 7px 45px rgba(131, 128, 128, 0.192505);
  opacity: 1;
  background-color: rgb(255, 255, 255);
  width: 270px;
  padding: 10px 0 30px;
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar, .page-node-type-resource-center section.hero .hero-inner .sidebar {
    padding: 25px;
    width: 100%;
    box-shadow: none;
  }
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar .sidebar-inner, .page-node-type-resource-center section.hero .hero-inner .sidebar .sidebar-inner {
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0px 7px 45px rgba(131, 128, 128, 0.192505);
    opacity: 1;
    background-color: rgb(255, 255, 255);
    padding: 20px 0 30px;
  }
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar .side-entry, .page-node-type-resource-center section.hero .hero-inner .sidebar .side-entry {
  color: #0085b1;
  padding: 20px 25px 15px 45px;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar .side-entry .content-title a, .page-node-type-resource-center section.hero .hero-inner .sidebar .side-entry .content-title a {
  font-size: 18px;
  font-weight: bold;
  color: #0085b1;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  line-height: 1.3;
}
.page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar .fance-divide:before, .page-node-type-resource-center section.hero .hero-inner .sidebar .fance-divide:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-image: linear-gradient(167deg, rgba(255, 255, 255, 0), rgba(75, 74, 74, 0.1490196078) 25%, rgba(75, 74, 74, 0.168627451) 85%, rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.hero .hero-inner .sidebar .fance-divide:before, .page-node-type-resource-center section.hero .hero-inner .sidebar .fance-divide:before {
    width: 85%;
  }
}
.page-node-type-internal-employee-landing-page section.paths, .page-node-type-resource-center section.paths {
  padding: 0 0 50px;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner, .page-node-type-resource-center section.paths .paths-outer .paths-inner {
  margin: 0 -20px -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer {
  padding: 0 20px 25px;
  width: 20%;
}
@media only screen and (max-width: 991px) {
  .page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer {
    width: 33.3%;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer {
    width: 100%;
  }
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .path-inner, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .path-inner {
  font-size: 24px;
  color: #0085b1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0 0 9px 9px;
  line-height: 1.2;
  min-height: 170px;
  padding: 0 40px;
  box-shadow: 0px 10px 20px rgba(228, 228, 228, 0.47344);
  position: relative;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .path-inner:hover, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .path-inner:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.22);
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .path-inner, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .path-inner {
    font-size: 18px;
    height: 80px;
  }
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p1, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p1 {
  background-image: linear-gradient(270deg, rgba(0, 133, 177, 0.2) 0%, rgba(158, 255, 255, 0.2) 100%);
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p1:before, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p1:before {
  background-image: linear-gradient(270deg, rgb(0, 133, 177) 0%, rgb(158, 255, 255) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p2, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p2 {
  background-image: linear-gradient(270deg, rgba(253, 129, 13, 0.2) 0%, rgba(183, 221, 51, 0.2) 100%);
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p2:before, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p2:before {
  background-image: linear-gradient(270deg, rgb(253, 129, 13) 0%, rgb(183, 221, 51) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p3, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p3 {
  background-image: linear-gradient(-30.2526608406deg, rgba(202, 222, 32, 0.2) 0%, rgba(158, 255, 255, 0.2) 100%);
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p3:before, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p3:before {
  background-image: linear-gradient(-30.2526608406deg, rgb(202, 222, 32) 0%, rgb(158, 255, 255) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p4, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p4 {
  background-image: linear-gradient(270deg, rgba(255, 128, 0, 0.2) 0%, rgba(246, 213, 0, 0.2) 100%);
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p4:before, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p4:before {
  background-image: linear-gradient(270deg, rgb(255, 128, 0) 0%, rgb(246, 213, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p5, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p5 {
  background-image: linear-gradient(270deg, rgba(148, 247, 248, 0.2) 0%, rgba(0, 132, 159, 0.2) 100%);
}
.page-node-type-internal-employee-landing-page section.paths .paths-outer .paths-inner .path-outer .p5:before, .page-node-type-resource-center section.paths .paths-outer .paths-inner .path-outer .p5:before {
  background-image: linear-gradient(270deg, rgb(148, 247, 248) 0%, rgb(0, 132, 159) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  z-index: 5;
  width: 100%;
}
.page-node-type-internal-employee-landing-page section.directory, .page-node-type-resource-center section.directory {
  padding: 0 0 10px;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer, .page-node-type-resource-center section.directory .directory-outer {
  overflow: hidden;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner {
  margin: 0 -27px -30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner {
    margin: 0 -12px -30px;
  }
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer {
  padding: 0 27px 30px;
  width: 33.3%;
}
@media only screen and (max-width: 1024px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer {
    padding: 0 12px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer {
    width: 100%;
    padding-bottom: 0px;
  }
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner {
  margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner {
    margin-bottom: 10px;
  }
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .head, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .head {
  border-radius: 6px 6px 0px 0px;
  background-image: linear-gradient(270deg, rgb(148, 247, 248) 0%, rgb(0, 132, 159) 100%);
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  padding: 30px 30px 30px 40px;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a {
  font-size: 18px;
  color: #0085b1;
  text-decoration: none;
  display: block;
  padding: 15px 30px 15px 0px;
  position: relative;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a:before, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=);
  position: absolute;
  right: 0;
  -webkit-filter: invert(40%) sepia(47%) saturate(6310%) hue-rotate(172deg) brightness(91%) contrast(101%);
          filter: invert(40%) sepia(47%) saturate(6310%) hue-rotate(172deg) brightness(91%) contrast(101%);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a:after, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul a:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-image: linear-gradient(167deg, rgba(255, 255, 255, 0), rgba(75, 74, 74, 0.14902) 25%, rgba(75, 74, 74, 0.168627) 85%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul li:last-child a::after, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer .column-inner .body ul li:last-child a::after {
  display: none;
}
@media only screen and (max-width: 800px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer.double-columns, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer.double-columns {
    display: flex;
    width: 100%;
  }
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer.double-columns .column-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer.double-columns .column-inner {
    padding: 0 12px 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer.double-columns, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer.double-columns {
    display: unset;
  }
  .page-node-type-internal-employee-landing-page section.directory .directory-outer .directory-inner .column-outer.double-columns .column-inner, .page-node-type-resource-center section.directory .directory-outer .directory-inner .column-outer.double-columns .column-inner {
    padding: unset;
    width: unset;
  }
}
.page-node-type-internal-employee-landing-page section.socials, .page-node-type-resource-center section.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.page-node-type-internal-employee-landing-page section.socials a, .page-node-type-resource-center section.socials a {
  background: #ababab;
  width: 40px;
  height: 40px;
  margin: 0 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.page-node-type-internal-employee-landing-page section.socials a svg, .page-node-type-resource-center section.socials a svg {
  fill: #F6F6F6;
}

.page-node-type-sub-industry {
  background-color: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/hero-left.png), url(/themes/custom/lamark/build/images/hero-right.png);
  background-position: left -200px, right -100px;
  background-repeat: no-repeat;
}
.page-node-type-sub-industry .container {
  max-width: 1252px;
}
.page-node-type-sub-industry section.hero {
  padding: 140px 0 40px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-sub-industry section.hero {
    padding: 80px 0 30px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-sub-industry section.hero {
    padding: 30px 0 20px;
  }
}
.page-node-type-sub-industry section.hero h1 {
  color: #0085b1;
  text-align: center;
  margin: 0px 0 0px;
  font-size: 75px;
  text-transform: lowercase;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins";
}
@media only screen and (max-width: 768px) {
  .page-node-type-sub-industry section.hero h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-sub-industry section.hero h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .page-node-type-sub-industry section.hero h1 {
    font-size: 30px;
  }
}

.highlights-wrap {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1450px;
  position: relative;
}
@media only screen and (max-width: 1450px) {
  .highlights-wrap {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .highlights-wrap {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .highlights-wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 800px) {
  .highlights-wrap {
    max-width: 650px;
  }
}
@media only screen and (max-width: 650px) {
  .highlights-wrap {
    max-width: 550px;
  }
}
@media only screen and (max-width: 480px) {
  .highlights-wrap {
    padding: 0 24px;
  }
}
.highlights-wrap .arrows-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.highlights-wrap .arrows-wrap .slider-wrap {
  max-width: 1250px;
  position: relative;
  height: 580px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1450px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1024px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 480px;
  }
}
@media only screen and (max-width: 650px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 360px;
  }
}
@media only screen and (max-width: 480px) {
  .highlights-wrap .arrows-wrap .slider-wrap {
    max-width: 100%;
  }
}
.highlights-wrap .arrows-wrap .slider-wrap .slide {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.5s;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide.active {
  z-index: 10;
  opacity: 1;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide.second {
  z-index: 9;
  top: 20px;
  bottom: 20px;
  right: -20px;
}
@media only screen and (max-width: 480px) {
  .highlights-wrap .arrows-wrap .slider-wrap .slide.second {
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.highlights-wrap .arrows-wrap .slider-wrap .slide.third {
  z-index: 8;
  top: 40px;
  bottom: 40px;
  right: -40px;
}
@media only screen and (max-width: 480px) {
  .highlights-wrap .arrows-wrap .slider-wrap .slide.third {
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.highlights-wrap .arrows-wrap .slider-wrap .slide.hide {
  right: 100vw;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .field, .highlights-wrap .arrows-wrap .slider-wrap .slide .media {
  height: 100%;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .shader {
  position: absolute;
  background: linear-gradient(53deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer {
  display: flex;
  position: absolute;
  z-index: 5;
  color: #fff;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 140px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer {
    left: 24px;
  }
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner span.sub-head {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner span.headline {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 500px;
  display: block;
}
.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner p.support {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  max-width: 445px;
}
@media only screen and (max-width: 550px) {
  .highlights-wrap .arrows-wrap .left, .highlights-wrap .arrows-wrap .right {
    display: none;
  }
}
.highlights-wrap .arrows-wrap .left button, .highlights-wrap .arrows-wrap .right button {
  background: none;
  border: none;
  border-radius: 0 !important;
}
.highlights-wrap .arrows-wrap .left button svg, .highlights-wrap .arrows-wrap .right button svg {
  fill: #0085b1;
  width: 25px;
  display: block;
}
.highlights-wrap .dots-wrap {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .highlights-wrap .dots-wrap {
    margin: 30px auto 0;
  }
}
.highlights-wrap .dots-wrap .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  min-width: 16px;
  background: #c3c3c3;
  margin: 0 15px;
}
.highlights-wrap .dots-wrap .dot.active {
  background: #0085b1;
}

.breadcrumb {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #0085b1;
  justify-content: center;
  text-transform: lowercase;
}
@media only screen and (max-width: 550px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb svg {
  fill: #0085b1;
  max-width: 15px;
}
.breadcrumb a, .breadcrumb span {
  display: block;
  margin: 0 10px;
  color: #0085b1;
  text-decoration: none;
}

section.wdtd + section {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  section.wdtd + section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  section.wdtd + section {
    margin-top: 60px;
  }
}
section.wdtd + section.news-carousel {
  margin-top: 0;
}

section.more-info {
  padding: 0 0 100px;
  background: url(/themes/custom/lamark/build/images/side-cloud.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
section.more-info.no-bottom-padding {
  padding-bottom: 20px;
}
section.more-info.intro-copy {
  background-image: none;
  padding-bottom: 0px;
}
section.more-info p.big-blue {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 500;
  color: #0085b1;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  section.more-info p.big-blue {
    font-size: 22px;
    text-align: center;
  }
}
section.more-info .flexer {
  display: flex;
}
@media only screen and (max-width: 900px) {
  section.more-info .flexer {
    flex-direction: column;
  }
}
section.more-info .flexer .left {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
  flex: 1;
  margin-right: 60px;
}
section.more-info .flexer .left p {
  margin: 0 0 40px;
}
section.more-info .flexer .left p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 550px) {
  section.more-info .flexer .left {
    text-align: center;
    margin-right: 0;
  }
}
section.more-info .flexer .features-resources {
  width: 525px;
}
@media only screen and (max-width: 900px) {
  section.more-info .flexer .features-resources {
    width: unset;
  }
}
section.more-info .flexer .features-resources.orange-0 .features {
  border-radius: 20px;
}
section.more-info .flexer .features-resources.blue-0 .resources {
  border-radius: 20px;
}
section.more-info .flexer .features-resources .features {
  opacity: 1;
  padding: 50px 60px;
  color: #fff;
  background: linear-gradient(135deg, #00d4f7 0%, #0085b1 100%);
  border-radius: 20px 20px 0 0;
  font-size: 17px;
  font-weight: 600;
}
section.more-info .flexer .features-resources .features .title {
  font-size: 20px;
  font-weight: bold;
}
section.more-info .flexer .features-resources .features ul.features-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}
section.more-info .flexer .features-resources .features ul.features-list li {
  padding: 15px 0;
  position: relative;
}
section.more-info .flexer .features-resources .features ul.features-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  max-width: 238px;
  background: #d8d8d8;
  left: 0;
  right: 0;
}
section.more-info .flexer .features-resources .features ul.features-list li:last-of-type:after {
  content: none;
}
section.more-info .flexer .features-resources .resources {
  opacity: 1;
  background: #FF7000;
  padding: 50px 60px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
section.more-info .flexer .features-resources .resources .title {
  font-size: 20px;
  font-weight: bold;
}
section.more-info .flexer .features-resources .resources ul.features-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}
section.more-info .flexer .features-resources .resources ul.features-list li {
  padding: 15px 0;
  position: relative;
}
section.more-info .flexer .features-resources .resources ul.features-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  max-width: 238px;
  background: #fff;
  left: 0;
  right: 0;
}
section.more-info .flexer .features-resources .resources ul.features-list li:last-of-type:after {
  content: none;
}
section.more-info .flexer .features-resources .resources ul.features-list li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
section.more-info .flexer .features-resources .resources ul.features-list li a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=);
  -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(103%);
          filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(103%);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  right: -30px;
}

section.science {
  padding: 0 0 10px;
}
section.science a.inner-chem {
  text-decoration: none;
}
section.science a.inner-chem:hover span.h {
  text-decoration: underline;
}
section.science a.inner-chem span {
  display: block;
}
section.science a.inner-chem span.h {
  font-size: 22px;
  line-height: 1.1;
  color: #0085b1;
  font-weight: bold;
}
section.science a.inner-chem img {
  height: auto;
}
section.science .outer-chems {
  overflow: hidden;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}
section.science .outer-chems .inner-chems {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
section.science .outer-chems .inner-chems.small-images .outer-chem .inner-chem .img-wrap {
  height: 100px;
}
section.science .outer-chems .inner-chems .outer-chem {
  width: 20%;
  padding: 0 25px 30px;
}
@media only screen and (max-width: 900px) {
  section.science .outer-chems .inner-chems .outer-chem {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.science .outer-chems .inner-chems .outer-chem {
    width: 100%;
  }
}
section.science .outer-chems .inner-chems .outer-chem .inner-chem .img-wrap {
  width: 100%;
  height: 188px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
section.science .outer-chems .inner-chems .outer-chem .inner-chem .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.science .outer-chems .inner-chems .outer-chem .inner-chem .content span {
  font-size: 22px;
  line-height: 1.1;
  color: #0085b1;
  font-weight: bold;
}
section.science .outer-chems .inner-chems .outer-chem .inner-chem .content span.p {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 17px;
}
section.science .outer-chems .inner-chems .outer-chem .inner-chem .content p {
  margin-bottom: 0;
}

section.resources {
  padding: 0 0 80px;
}
section.resources .header {
  color: rgb(0, 133, 177);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
  text-transform: lowercase;
}

.resources-outer {
  overflow: hidden;
  font-size: 16px;
  color: #0085b1;
}
.resources-outer .resources-inner {
  margin: 0 -10px -30px;
  display: flex;
  flex-wrap: wrap;
}

.resource-outer {
  padding: 0 10px 30px;
  width: 25%;
}
@media only screen and (max-width: 900px) {
  .resource-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .resource-outer {
    width: 100%;
  }
}
.resource-outer .resource-inner {
  position: relative;
  height: 100%;
  padding-left: 14px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(228, 228, 228, 0.47);
}
.resource-outer .resource-inner .header {
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 100%);
  padding: 10px 30px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.resource-outer .resource-inner .content {
  padding: 24px 20px 60px;
  position: relative;
  z-index: 1;
}
.resource-outer .resource-inner .content span.date {
  display: block;
  margin-bottom: 10px;
  min-height: 24px;
}
.resource-outer .resource-inner .content a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #0085b1;
  line-height: 1.2;
}
.resource-outer .resource-inner .floater {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  height: 20px;
  width: 30px;
}
.resource-outer .resource-inner .floater svg {
  fill: #0085b1;
}
.resource-outer:nth-child(4n+1) .resource-inner:before, .resource-outer.case-study .resource-inner:before {
  opacity: 1;
  content: "";
  height: 100%;
  width: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.resource-outer:nth-child(4n+1) .resource-inner .radiant-bg, .resource-outer.case-study .resource-inner .radiant-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  opacity: 0.5;
}
.resource-outer:nth-child(4n+1) .resource-inner:before {
  background-image: linear-gradient(359deg, rgb(148, 247, 248) 0%, rgb(0, 133, 177) 100%);
}
.resource-outer:nth-child(4n+1) .resource-inner .radiant-bg {
  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(246, 216, 0) 100%);
}
.resource-outer:nth-child(4n+2) .resource-inner:before, .resource-outer.articles .resource-inner:before, .resource-outer.press-release .resource-inner:before {
  content: "";
  height: 100%;
  width: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.resource-outer:nth-child(4n+2) .resource-inner .radiant-bg, .resource-outer.articles .resource-inner .radiant-bg, .resource-outer.press-release .resource-inner .radiant-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  opacity: 0.5;
}
.resource-outer:nth-child(4n+2) .resource-inner:before {
  background-image: linear-gradient(180deg, rgb(246, 216, 0) 0%, rgb(255, 128, 0) 100%);
}
.resource-outer:nth-child(4n+2) .resource-inner .radiant-bg {
  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 123, 0) 100%);
}
.resource-outer:nth-child(4n+3) .resource-inner:before, .resource-outer.news .resource-inner:before {
  content: "";
  height: 100%;
  width: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.resource-outer:nth-child(4n+3) .resource-inner .radiant-bg, .resource-outer.news .resource-inner .radiant-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  opacity: 0.5;
  border-radius: 9px;
  box-shadow: 0px 10px 20px rgba(228, 228, 228, 0.47344);
  opacity: 0.5;
}
.resource-outer:nth-child(4n+3) .resource-inner:before {
  background-image: linear-gradient(180deg, rgb(183, 221, 51) 0%, rgb(7, 207, 215) 100%);
}
.resource-outer:nth-child(4n+3) .resource-inner .radiant-bg {
  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(139, 198, 80) 100%);
}
.resource-outer:nth-child(4n+4) .resource-inner:before, .resource-outer.pdf .resource-inner:before {
  content: "";
  height: 100%;
  width: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.resource-outer:nth-child(4n+4) .resource-inner .radiant-bg, .resource-outer.pdf .resource-inner .radiant-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  opacity: 0.5;
  border-radius: 9px;
  box-shadow: 0px 10px 20px rgba(228, 228, 228, 0.47344);
  opacity: 0.5;
}
.resource-outer:nth-child(4n+4) .resource-inner:before {
  background-image: linear-gradient(180deg, rgb(246, 216, 0) 0%, rgb(144, 199, 79) 100%);
}
.resource-outer:nth-child(4n+4) .resource-inner .radiant-bg {
  background-image: radial-gradient(rgb(255, 255, 255) 0%, rgb(158, 255, 255) 100%);
}

.table-field-wrap table, .wysiwyg table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-field-wrap table, .wysiwyg table {
    display: none;
  }
}
.table-field-wrap .mobile-table, .wysiwyg .mobile-table {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table-field-wrap .mobile-table, .wysiwyg .mobile-table {
    display: block;
  }
}
.table-field-wrap th, .wysiwyg th {
  background-color: #0085b1;
  font-size: 15px;
  font-weight: 400;
  padding: 24px 10px;
  color: #fff;
}
.table-field-wrap th:first-child, .wysiwyg th:first-child {
  border-top-left-radius: 9px;
}
.table-field-wrap th:last-child, .wysiwyg th:last-child {
  border-top-right-radius: 9px;
}
.table-field-wrap td, .wysiwyg td {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  background-color: #fff;
  padding: 15px 25px;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 1200px) {
  .table-field-wrap td, .wysiwyg td {
    padding: 25px;
  }
}
.table-field-wrap tr td:nth-child(2n), .wysiwyg tr td:nth-child(2n) {
  background-color: #F1F1F1;
}
.table-field-wrap tr:last-child td, .wysiwyg tr:last-child td {
  border-bottom: 0px;
}
.table-field-wrap tr:last-child td:nth-child(2n), .wysiwyg tr:last-child td:nth-child(2n) {
  background-image: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(241, 241, 241) 100%);
}
.table-field-wrap .header, .wysiwyg .header {
  font-size: 22px;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  color: #0085b1;
  text-transform: lowercase;
  margin-bottom: 25px;
  text-align: center;
}
.table-field-wrap .mobile-table-row, .wysiwyg .mobile-table-row {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #0085b1;
}
.table-field-wrap .mobile-table-row .top, .wysiwyg .mobile-table-row .top {
  background-color: #0085b1;
  font-size: 15px;
  font-weight: 600;
  padding: 25px 10px;
  border: 1px solid #0085b1;
  color: #fff;
}
.table-field-wrap .mobile-table-row .top:first-child, .wysiwyg .mobile-table-row .top:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.table-field-wrap .mobile-table-row .bottom, .wysiwyg .mobile-table-row .bottom {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  background-color: #fff;
  padding: 15px 10px;
}
.table-field-wrap .mobile-table-row .bottom + .bottom, .wysiwyg .mobile-table-row .bottom + .bottom {
  border-top: 1px solid #e8e8e8;
}

.wysiwyg table {
  margin-bottom: 30px;
  display: table;
}
.wysiwyg .table-wrap {
  overflow-y: auto;
}

section.typical-properties {
  padding: 0 0 30px;
}

section.safety-sheet {
  padding: 120px 30px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 550px) {
  section.safety-sheet {
    padding: 160px 20px;
  }
}
section.safety-sheet .ss-outer {
  border-radius: 20px;
  box-shadow: 0px 10px 45px rgba(228, 228, 228, 0.290341);
  opacity: 1;
  background-image: linear-gradient(90deg, rgb(249, 248, 248) 0%, rgb(255, 255, 255) 48%, rgb(248, 247, 247) 100%);
  max-width: 1133px;
  margin: 0 auto;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media only screen and (max-width: 550px) {
  section.safety-sheet .ss-outer {
    padding: 60px 20px;
  }
}
section.safety-sheet .ss-outer:after {
  content: url(/themes/custom/lamark/build/images/color-cloud.png);
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
section.safety-sheet .ss-outer .ss-inner {
  max-width: 780px;
  text-align: center;
}
section.safety-sheet .ss-outer .ss-inner span.header {
  font-size: 43px;
  font-weight: bold;
  color: #0085b1;
  display: block;
  font-family: "Poppins";
  text-transform: lowercase;
  line-height: 1.3;
}
@media only screen and (max-width: 550px) {
  section.safety-sheet .ss-outer .ss-inner span.header {
    font-size: 35px;
  }
}
section.safety-sheet .ss-outer .ss-inner p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #767676;
}
section.safety-sheet .ss-outer .ss-inner a {
  margin-top: 20px;
}

section.related-products {
  padding: 0 0 50px;
}
section.related-products .header {
  color: rgb(0, 133, 177);
  font-family: "Poppins";
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 550px) {
  section.related-products .header {
    font-size: 25px;
  }
}
section.related-products .rps-outer {
  overflow: hidden;
}
section.related-products .rps-outer .rps-inner {
  margin: 0 -28px -30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 950px) {
  section.related-products .rps-outer .rps-inner {
    margin: 0 -10px -30px;
  }
}
section.related-products .rps-outer .rps-inner .rp-outer {
  padding: 0 28px 30px;
  width: 33.3%;
  min-height: 325px;
}
@media only screen and (max-width: 950px) {
  section.related-products .rps-outer .rps-inner .rp-outer {
    padding: 0 10px 30px;
  }
}
@media only screen and (max-width: 750px) {
  section.related-products .rps-outer .rps-inner .rp-outer {
    width: 100%;
  }
}
section.related-products .rps-outer .rps-inner .rp-outer .rp-inner {
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
  border-radius: 15px;
  color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  section.related-products .rps-outer .rps-inner .rp-outer .rp-inner {
    padding: 80px 30px;
  }
}
section.related-products .rps-outer .rps-inner .rp-outer .rp-inner .rp-content {
  margin-top: 40px;
  max-width: 250px;
  margin: 40px auto 0;
}
section.related-products .rps-outer .rps-inner .rp-outer .rp-inner .rp-content span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: block;
  line-height: 1.1;
}
section.related-products .rps-outer .rps-inner .rp-outer .rp-inner .rp-content span p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.page-node-type-industry-lander {
  background-color: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/ilp-puff-1.png), url(/themes/custom/lamark/build/images/ilp-puff-2.png);
  background-position: left -200px, right -175px;
  background-repeat: no-repeat;
}
.page-node-type-industry-lander .container {
  max-width: 1252px;
}
.page-node-type-industry-lander section.hero {
  padding: 140px 0 35px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-industry-lander section.hero {
    padding: 80px 0 35px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-industry-lander section.hero {
    padding: 30px 0 35px;
  }
}
.page-node-type-industry-lander section.hero h1 {
  color: #0085b1;
  text-align: center;
  margin: 30px 0;
  font-size: 75px;
  text-transform: lowercase;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins";
}
@media only screen and (max-width: 768px) {
  .page-node-type-industry-lander section.hero h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-industry-lander section.hero h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 350px) {
  .page-node-type-industry-lander section.hero h1 {
    font-size: 30px;
  }
}
.page-node-type-industry-lander section.hero .video-hero-wrap {
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-node-type-industry-lander section.hero .video-hero-wrap {
    background-position: 50% 50%;
    margin-top: 60px;
  }
}
.page-node-type-industry-lander section.hero .video-hero-wrap .video-hero-inner .play-btn-wrap a {
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.6));
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .page-node-type-industry-lander section.hero .video-hero-wrap .video-hero-inner .play-btn-wrap a {
    display: block;
  }
}
.page-node-type-industry-lander section.hero .video-hero-wrap .video-hero-inner .play-btn-wrap a:after {
  content: "play video";
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 550px) {
  .page-node-type-industry-lander section.hero .video-hero-wrap .video-hero-inner .play-btn-wrap a:after {
    margin-top: 10px;
  }
}
.page-node-type-industry-lander section.slider {
  padding: 0 0 40px;
}
.page-node-type-industry-lander section.slider .container {
  display: flex;
  justify-content: center;
}
.page-node-type-industry-lander section.slider .slider-wrap {
  box-shadow: 0px 10px 35px rgba(140, 140, 140, 0.182324);
  opacity: 1;
  background-image: linear-gradient(90deg, rgb(255, 112, 0) 0%, rgb(255, 112, 0) 45%, rgb(246, 216, 0) 100%);
  display: inline-flex;
  align-items: center;
  height: 70px;
  text-transform: lowercase;
}
@media only screen and (max-width: 600px) {
  .page-node-type-industry-lander section.slider .slider-wrap {
    display: block;
    height: unset;
    background-image: linear-gradient(180deg, rgb(255, 112, 0) 0%, rgb(255, 112, 0) 45%, rgb(246, 216, 0) 100%);
    padding-bottom: 20px;
    width: 100%;
  }
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-label {
  background: #fff;
  color: #404040;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-label {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-label {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-label {
    height: 70px;
  }
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-type {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 50;
  line-height: 1.1;
  text-align: center;
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-type:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  -webkit-filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(26deg) brightness(103%) contrast(101%);
          filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(26deg) brightness(103%) contrast(101%);
  margin-bottom: -7px;
  margin-left: 10px;
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-type .children {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-type .children a.child {
  background: #ff7000;
  padding: 15px 10px !important;
  border-bottom: 1px solid #fff;
}
.page-node-type-industry-lander section.slider .slider-wrap .industry-type .children a.child:hover {
  background: #fff;
  color: #0085b1;
}
@media only screen and (min-width: 1201px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type:hover:after {
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    margin-bottom: 0px;
  }
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type:hover .children {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type.open:after {
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    margin-bottom: 0px;
  }
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type.open .children {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .page-node-type-industry-lander section.slider .slider-wrap .industry-type {
    height: 70px;
  }
}
.page-node-type-industry-lander section.slider .slider-wrap a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .page-node-type-industry-lander section.slider .slider-wrap a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .page-node-type-industry-lander section.slider .slider-wrap a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .page-node-type-industry-lander section.slider .slider-wrap a {
    height: 50px;
  }
}

.paragraph--type--overview-panel {
  padding: 0 0 170px;
  scroll-margin-top: 77px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #4e4e4e;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--overview-panel {
    scroll-margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .paragraph--type--overview-panel {
    padding: 0 0 80px;
  }
}
.paragraph--type--overview-panel .field.field--name-field-abstract {
  margin-top: 40px;
  text-align: center;
  font-family: "Poppins";
  font-size: 45px;
  color: #747474;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--overview-panel .field.field--name-field-abstract {
    font-size: 36px;
  }
}
@media only screen and (max-width: 550px) {
  .paragraph--type--overview-panel .field.field--name-field-abstract {
    font-size: 22px;
  }
}

section.overview {
  padding: 0 0 40px;
  scroll-margin-top: 77px;
}
section.overview.no-bottom-padding {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section.overview {
    scroll-margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  section.overview {
    padding: 0 0 0px;
  }
}
section.overview .overview-label {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 10px;
  font-weight: 900;
}
section.overview .overview-intro {
  text-align: center;
  font-family: "Poppins";
  font-size: 40px;
  color: #747474;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  section.overview .overview-intro {
    font-size: 36px;
  }
}
@media only screen and (max-width: 550px) {
  section.overview .overview-intro {
    font-size: 22px;
  }
}

section.product-applications {
  padding: 0 0 80px;
  scroll-margin-top: 77px;
}
@media only screen and (max-width: 768px) {
  section.product-applications {
    scroll-margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  section.product-applications {
    padding: 0 0 80px;
  }
}

section.resources-sect {
  padding: 0 0 180px;
  scroll-margin-top: 77px;
}
@media only screen and (max-width: 768px) {
  section.resources-sect {
    scroll-margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  section.resources-sect {
    padding: 0 0 100px;
  }
}
section.resources-sect .header {
  font-size: 30px;
  color: #0085b1;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
}

.icons-grid-dark {
  background-image: url(/themes/custom/lamark/build/images/icon-grid-dark-bg.png);
  background-size: 100% 110%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  display: flex;
  align-items: center;
  margin: -70px 0;
  overflow: hidden;
}
.icons-grid-dark h3 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: "Poppins";
  text-transform: lowercase;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 550px) {
  .icons-grid-dark h3 {
    font-size: 35px;
  }
}
.icons-grid-dark h3 + .field--name-field-abstract {
  margin-top: -40px;
}
.icons-grid-dark p {
  margin: 0px 0 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.icons-grid-dark .icons-grid-dark-inner {
  padding: 120px 20px;
  background-color: rgba(0, 31, 38, 0.89);
  width: 100%;
  display: flex;
  align-items: center;
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer {
  width: 935px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .icons-grid-dark .icons-grid-dark-inner .igd-outer {
    width: 100%;
  }
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner {
  margin: 0 -20px -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner {
    margin: 0 -10px -30px;
  }
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer {
  padding: 0 20px 30px;
  width: 33.3%;
  min-height: 270px;
}
@media only screen and (max-width: 768px) {
  .icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer {
    padding: 0 10px 30px;
  }
}
@media only screen and (max-width: 700px) {
  .icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer {
    width: 100%;
  }
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer .grid-inner {
  background: #fff;
  text-align: center;
  padding: 35px 20px 20px;
  height: 100%;
  border-radius: 20px;
  background-size: cover !important;
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer .grid-inner .grid-icon {
  margin-bottom: 5px;
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer .grid-inner .grid-content span {
  font-size: 20px;
  font-weight: bold;
  color: #0085b1;
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer .grid-inner .grid-content p {
  color: #4e4e4e;
  line-height: 1.8;
  margin: 10px 0 0;
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer:nth-child(3n+1) .grid-inner {
  background-image: url(/themes/custom/lamark/build/images/icon-grid-dark-1.jpg);
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer:nth-child(3n+2) .grid-inner {
  background-image: url(/themes/custom/lamark/build/images/icon-grid-dark-2.jpg);
}
.icons-grid-dark .icons-grid-dark-inner .igd-outer .igd-inner .grid-outer:nth-child(3n+3) .grid-inner {
  background-image: url(/themes/custom/lamark/build/images/icon-grid-dark-3.jpg);
}

.img-card-cta .img-card-wrap {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .img-card-cta .img-card-wrap {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .img-card-cta .img-card-wrap {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 550px) {
  .img-card-cta .img-card-wrap {
    margin-bottom: 60px;
  }
}
.img-card-cta .img-card-wrap .img-wrap {
  width: 640px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .img-card-cta .img-card-wrap .img-wrap {
    width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .img-card-cta .img-card-wrap .img-wrap {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 850px) {
  .img-card-cta .img-card-wrap .img-wrap {
    width: 350px;
  }
}
@media only screen and (max-width: 700px) {
  .img-card-cta .img-card-wrap .img-wrap {
    width: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .img-card-cta .img-card-wrap .img-wrap {
    width: 100%;
    height: 370px;
    margin-bottom: 50px;
  }
}
.img-card-cta .img-card-wrap .img-wrap div, .img-card-cta .img-card-wrap .img-wrap article {
  height: 100%;
}
.img-card-cta .img-card-wrap .img-wrap img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-card-cta .img-card-wrap .content-wrap {
  padding-left: 70px;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .img-card-cta .img-card-wrap .content-wrap {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .img-card-cta .img-card-wrap .content-wrap {
    padding: 0 !important;
    text-align: left !important;
  }
}
.img-card-cta .img-card-wrap .content-wrap span {
  font-size: 20px;
  font-weight: bold;
  color: #0085b1;
  line-height: 1;
}
.img-card-cta .img-card-wrap .content-wrap p {
  font-size: 16px;
  line-height: 1.8;
  color: #4e4e4e;
}
.img-card-cta .img-card-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.img-card-cta .img-card-wrap:nth-child(even) .content-wrap {
  padding-right: 70px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .img-card-cta .img-card-wrap:nth-child(even) .content-wrap {
    padding-right: 40px;
  }
}
.img-card-cta .img-card-wrap:nth-child(even) .content-wrap a {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 600px) {
  .img-card-cta .img-card-wrap:nth-child(even) .content-wrap a {
    margin: 0;
  }
}

.applications.highlights-wrap .arrows-wrap .slider-wrap {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media only screen and (max-width: 800px) {
  .applications.highlights-wrap .arrows-wrap .slider-wrap {
    height: 780px;
  }
}
@media only screen and (max-width: 480px) {
  .applications.highlights-wrap .arrows-wrap .slider-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 400px) {
  .applications.highlights-wrap .arrows-wrap .slider-wrap {
    height: 1000px;
  }
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide {
  border-radius: 0 30px 30px 30px;
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide.fourth {
  z-index: 9;
  top: 60px;
  bottom: 60px;
  right: -60px;
}
@media only screen and (max-width: 480px) {
  .applications.highlights-wrap .arrows-wrap .slider-wrap .slide.fourth {
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide .top-left {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 15;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner {
  margin-bottom: -50px;
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner span.sub-head {
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, rgba(246, 216, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  height: 40px;
  padding-left: 16px;
  display: inline-flex;
  align-items: center;
  padding-right: 40px;
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner p.tag {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -5px;
}
.applications.highlights-wrap .arrows-wrap .slider-wrap .slide .content-outer .content-inner p.support {
  max-width: 500px;
  font-weight: 400;
  color: #cdcdcd;
}

.resources-cards-inner .resource-card-outer:nth-child(4n) .resource-card-inner {
  background-image: url(/themes/custom/lamark/build/images/resources-1.png);
}
.resources-cards-inner .resource-card-outer:nth-child(4n+1) .resource-card-inner {
  background-image: url(/themes/custom/lamark/build/images/resources-2.png);
}
.resources-cards-inner .resource-card-outer:nth-child(4n+2) .resource-card-inner {
  background-image: url(/themes/custom/lamark/build/images/resources-3.png);
}
.resources-cards-inner .resource-card-outer:nth-child(4n+3) .resource-card-inner {
  background-image: url(/themes/custom/lamark/build/images/resources-4.png);
}

.resource-cards .resources-cards-outer {
  overflow: hidden;
}
.resource-cards .resources-cards-outer .resources-cards-inner {
  margin: 0 -23px -56px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .resource-cards .resources-cards-outer .resources-cards-inner {
    margin: 0 -10px -56px;
  }
}
@media only screen and (max-width: 600px) {
  .resource-cards .resources-cards-outer .resources-cards-inner {
    margin: 0 -10px -45px;
  }
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer {
  padding: 0 23px 56px;
  width: 50%;
  min-height: 360px;
}
@media only screen and (max-width: 768px) {
  .resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer {
    padding: 0 10px 56px;
  }
}
@media only screen and (max-width: 600px) {
  .resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer {
    width: 100%;
    padding: 0 10px 45px;
  }
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer.hidden {
  display: none;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner {
  min-height: 360px;
  border-radius: 0 10px 10px 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 70px 50px 25px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner span {
  display: block;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .top-left {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 26px;
  z-index: 11;
  text-transform: lowercase;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .resource-content {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.subhead {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  background-image: linear-gradient(90deg, rgba(246, 216, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  padding: 10px 18px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.headline {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  max-width: 375px;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .resource-content p.support {
  margin: 10px 0 0;
  font-size: 14px;
  color: #cbc8c8;
  line-height: 1.8;
  max-width: 400px;
}
.resource-cards .resources-cards-outer .resources-cards-inner .resource-card-outer .resource-card-inner .shader {
  background: linear-gradient(91deg, rgb(0, 16, 20) 0%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 10px 10px;
}
.resource-cards a.load-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 60px auto 0;
  width: 170px;
  height: 50px;
  border-radius: 9px;
  background: #ee7624;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.resource-cards a.load-more:hover {
  background: #fff;
  color: #0085b1;
}

.page-node-type-solutions-by-industry {
  background-color: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/ilp-puff-1.png), url(/themes/custom/lamark/build/images/ilp-puff-2.png), url(/themes/custom/lamark/build/images/lower-left-puff.png);
  background-position: left 0px, right 0px, left 308px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-node-type-solutions-by-industry {
    background-image: url(/themes/custom/lamark/build/images/ilp-puff-1.png);
    background-position: -200px -100px;
  }
}
.page-node-type-solutions-by-industry .toggle-filters {
  margin-top: 0px;
}
.page-node-type-solutions-by-industry .fake-form-resources {
  padding-top: 0;
  padding-bottom: 0;
}
.page-node-type-solutions-by-industry .resource-center-form h1.content-h1 {
  margin-bottom: 35px;
}

.solutions-by-industry .container {
  max-width: 1180px;
}
.solutions-by-industry section.hero {
  padding: 140px 0 0;
}
@media only screen and (max-width: 768px) {
  .solutions-by-industry section.hero {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .solutions-by-industry section.hero {
    padding: 30px 0 0;
  }
}
.solutions-by-industry section.hero h1 {
  color: #0085b1;
  text-align: center;
  margin: 40px 0 100px;
  font-size: 75px;
  text-transform: lowercase;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins";
}
@media only screen and (max-width: 768px) {
  .solutions-by-industry section.hero h1 {
    font-size: 55px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .solutions-by-industry section.hero h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .solutions-by-industry section.hero h1 {
    font-size: 30px;
  }
}

.post-inner {
  display: block;
  text-decoration: none;
}
.post-inner span {
  display: block;
}

.filters-container button.filters-toggle {
  width: 100px;
  height: 50px;
  border-radius: 7px;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #0085b1;
  font-size: 14px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.filters-container button.filters-toggle svg {
  fill: #0085b1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 8px;
}

section.posts-grid .posts-outer {
  margin-top: 35px;
}
section.posts-grid .posts-outer .posts-inner {
  margin: 0 -10px -30px;
  display: flex;
  flex-wrap: wrap;
}
section.posts-grid .posts-outer .posts-inner .post-outer {
  padding: 0 10px 30px;
  width: 20%;
}
@media only screen and (max-width: 950px) {
  section.posts-grid .posts-outer .posts-inner .post-outer {
    width: 33.3%;
  }
}
@media only screen and (max-width: 950px) {
  section.posts-grid .posts-outer .posts-inner .post-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  section.posts-grid .posts-outer .posts-inner .post-outer {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner {
  background: #fff;
  border-radius: 9px;
  height: 100%;
  min-height: 430px;
  padding: 16px;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner:hover {
  box-shadow: 0px 6px 12px rgba(159, 159, 159, 0.5);
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .img-wrap {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  position: relative;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .img-wrap .iw-inner {
  border-radius: 9px;
  overflow: hidden;
  height: 100%;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  display: block;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .img-wrap .blue-label {
  min-height: 30px;
  background: #0085b1;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 16px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .post-content {
  margin-bottom: 30px;
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .post-content span.p-title {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: bold;
  line-height: 1;
  color: #0085b1;
  display: block;
  min-height: 45px;
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .post-content span.p-title {
    min-height: 1px;
  }
}
@media only screen and (max-width: 1075px) {
  section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .post-content span.p-title {
    max-width: unset;
  }
}
section.posts-grid .posts-outer .posts-inner .post-outer .post-inner .post-content span.support {
  margin: 10px 0 0;
  color: #000000;
}

/*  

font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;

*/
.sr-only {
  display: none;
}

.wdtd_cta > .button,
.header-menu-extra > .button,
.big-cta_inner_btn-wrap > a {
  border-radius: 35px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  margin: 0;
}

.wdtd_cta > .button,
.big-cta_inner_btn-wrap > a {
  font-size: 24px;
}

.page-node-type-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.page-node-type-page .homepage-banner {
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: 50% -20px;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.page-node-type-page .homepage-banner .container {
  position: static;
}
.page-node-type-page .banner-image {
  width: 50%;
  height: 50%;
  padding: 0;
  margin: 0;
}
.page-node-type-page .banner-headline-wrapper h1 {
  font-family: "poppins", sans-serif;
  font-size: 35px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 13px;
}
.page-node-type-page .banner-button-wrapper .button {
  border-radius: 35px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
.page-node-type-page .industry-panel {
  text-align: center;
  padding-bottom: 40px;
}
.page-node-type-page .ind-wrp .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-node-type-page .ind-wrp .container h3 {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0 20px;
}
.page-node-type-page .industries-graphics-links {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 32px;
}
.page-node-type-page .industries-graphic-wrapper {
  width: 100%;
}
.page-node-type-page .industries-graphic-link {
  text-decoration: none;
}
.page-node-type-page .industries-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 325px;
  min-height: 325px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.page-node-type-page .industries-graphic-title {
  font-size: 24px;
  max-width: 58%;
  font-family: Poppins, sans-serif;
  color: white;
  font-weight: bold;
}
.page-node-type-page .trending-solutions-panel {
  margin: 56px 0;
}
.page-node-type-page .trending-solutions-panel h3 {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 29px;
  margin: 32px auto;
  text-align: center;
}
.page-node-type-page .trending-solutions-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-node-type-page .trending-solutions-left,
.page-node-type-page .trending-solutions-center,
.page-node-type-page .trending-solutions-right {
  display: flex;
  justify-content: center;
  gap: 0;
}
.page-node-type-page .trending-solution-header {
  position: relative;
  margin-top: auto;
  min-height: 420px;
  height: 100%;
}
.page-node-type-page .trending-solution-card {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 310px;
  margin: 0;
  width: 100%;
}
.page-node-type-page .trending-solution-card:hover {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.page-node-type-page .trending-solution-card:hover .trending-solution-header-image {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.page-node-type-page .trending-solutions-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-node-type-page .trending-solutions-center .trending-solution-header {
  min-height: 210px;
}
.page-node-type-page .trending-solution-header-image {
  z-index: -1;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  position: absolute;
}
.page-node-type-page .trending-solution-title-wrapper {
  display: grid;
  background-color: rgba(0, 133, 177, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 90px;
}
.page-node-type-page .trending-solution-title {
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  margin: 0;
  grid-row: 1;
  max-width: 56px;
}
.page-node-type-page .trending-solution-link-wrap {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  grid-row: 1;
}
.page-node-type-page .trending-solution-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.page-node-type-page .trending-solution-link-arrow {
  width: 32px;
  height: 32px;
}
.page-node-type-page .trending-solution-footer {
  border-left: 3px rgb(0, 133, 177) solid;
  border-bottom: 3px rgb(0, 133, 177) solid;
  border-right: 3px rgb(0, 133, 177) solid;
}
.page-node-type-page .trending-solution-content-wrapper p {
  color: rgb(0, 133, 177);
  font-family: Poppins, sans-serif;
  margin-left: 10px;
  padding: 10px;
}
.page-node-type-page .trending-solutions-views-all-link-wrapper {
  margin: 52px 0;
  display: flex;
  justify-content: center;
}
.page-node-type-page .trending-solution-view-all-link {
  border-radius: 35px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
.page-node-type-page .item-video {
  max-height: 256px;
  height: 256px;
  background-size: cover;
}
.page-node-type-page .video-wrap {
  height: 100%;
}
.page-node-type-page .video-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  line-height: 27px;
}
.page-node-type-page .play-button-wrap svg {
  -webkit-filter: invert(96%) sepia(96%) saturate(17%) hue-rotate(249deg) brightness(104%) contrast(100%);
          filter: invert(96%) sepia(96%) saturate(17%) hue-rotate(249deg) brightness(104%) contrast(100%);
}
.page-node-type-page .owl-item {
  margin: 0;
}
.page-node-type-page .owl-dot {
  zoom: 2 !important;
}

@media only screen and (min-width: 768px) {
  .page-node-type-page .homepage-banner {
    background-size: auto 440px;
    background-position: 50% top;
  }
  .page-node-type-page .homepage-banner .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-node-type-page .ind-wrp .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-node-type-page .industries-graphics-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 27px;
  }
  .page-node-type-page .industries-graphic-wrapper {
    width: 47%;
  }
  .page-node-type-page .industries-graphic {
    background-color: rgba(13, 50, 200, 0.3);
    background-blend-mode: overlay;
    min-width: 250px;
    min-height: 250px;
  }
  .page-node-type-page .industries-graphic:hover {
    background-blend-mode: normal;
    box-shadow: none;
  }
}
@media only screen and (min-width: 986px) {
  .page-node-type-page .industries-graphic-wrapper {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .wdtd-inner {
    padding: 0 !important;
  }
  .wdtd_cta {
    margin: 0 !important;
    padding-top: 120px;
  }
  .page-node-type-page .page-wrapper {
    margin-top: 20px;
  }
  .page-node-type-page .homepage-banner {
    padding: 0 0 100px 0;
    text-align: left;
    background-size: auto 880px;
    background-position: 50% 70px;
    position: relative;
  }
  .page-node-type-page .homepage-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 225px;
  }
  .page-node-type-page .banner-image-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
  }
  .page-node-type-page .banner-image {
    padding: 0 35px 0 0;
    width: 60%;
    height: 60%;
  }
  .page-node-type-page .banner-content {
    width: 50%;
  }
  .page-node-type-page .banner-content h1 {
    font-size: 44px;
  }
  .page-node-type-page .banner-content p {
    font-size: 31px;
    line-height: 42px;
    word-spacing: -4px;
  }
  .page-node-type-page .industry-panel {
    position: relative;
  }
  .page-node-type-page .ind-wrp {
    position: relative;
  }
  .page-node-type-page .ind-wrp .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-node-type-page .ind-wrp .container h3 {
    font-size: 43px;
    line-height: 51px;
    max-width: 800px;
    margin: 0 auto;
  }
  .page-node-type-page .industries-graphics-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-page .industries-graphic {
    min-width: 184px;
    min-height: 200px;
  }
  .page-node-type-page .trending-solutions-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-page .trending-solutions-panel h3 {
    font-size: 43px;
    line-height: 51px;
    max-width: 800px;
  }
  .page-node-type-page .trending-solutions-wrapper-outer {
    display: flex;
    justify-content: center;
    max-width: 1200px;
  }
  .page-node-type-page .trending-solutions-wrapper-inner {
    flex-direction: row;
    gap: 0;
  }
  .page-node-type-page .trending-solutions-left,
  .page-node-type-page .trending-solutions-right {
    width: 33%;
  }
  .page-node-type-page .trending-solutions-center {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .page-node-type-page .trending-solutions-center .trending-solution-card {
    max-width: 242px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-node-type-page .homepage-banner {
    background-size: 100% auto;
  }
  .page-node-type-page .homepage-banner .container {
    max-width: 2048px;
  }
  .page-node-type-page .banner-copy-wrapper {
    max-width: 622px;
  }
  .page-node-type-page .industries-graphic-wrapper {
    width: 18%;
  }
  .page-node-type-page .industries-graphic-title {
    max-width: 100%;
  }
  .page-node-type-page .trending-solutions-wrapper-outer {
    max-width: 1306px;
    padding: 0 20px;
  }
  .page-node-type-page .trending-solutions-center .trending-solution-card {
    max-width: 256px;
  }
  .page-node-type-page .trending-solution-title {
    font-size: 24px;
  }
}
/*  

font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;

*/
img {
  max-width: 100%;
  height: auto;
}

.page-node-type-brand-landing-page.user-logged-in {
  padding-top: 39px !important;
}
.page-node-type-brand-landing-page.user-logged-in header {
  position: absolute;
  top: 39px !important;
}
.page-node-type-brand-landing-page .page-wrapper.is-admin {
  margin-top: 39px !important;
}
.page-node-type-brand-landing-page .brand-breadcrumb {
  display: none;
}
.page-node-type-brand-landing-page .header-wrapper {
  background-color: #ffffff;
  padding: 25px 15px;
}
.page-node-type-brand-landing-page .divider {
  width: 256px;
  height: 4px;
  background-color: #ff7000;
  margin: 10px 0;
}
.page-node-type-brand-landing-page .brand-slogan {
  font-size: 42px;
  color: #0085b1;
  font-family: Poppins, sans-serif;
  line-height: 64px;
  margin: 0;
}
.page-node-type-brand-landing-page .brand-highlight {
  position: relative;
  min-height: 157px;
  background-size: cover;
  margin: 20px;
  padding: 0;
}
.page-node-type-brand-landing-page .brand-highlight img {
  position: absolute;
  z-index: -1;
  padding: 0;
  margin: 0;
  height: 100%;
}
.page-node-type-brand-landing-page .brand-highlight-title {
  color: #ffffff;
  font-size: 54px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  margin: 0;
  padding: 0;
}
.page-node-type-brand-landing-page .brand-highlight-text-wrapper {
  width: 100%;
  background-color: rgba(0, 133, 177, 0.7);
  display: flex;
  align-items: center;
  max-height: 55px;
  position: absolute;
  bottom: 0;
}
.page-node-type-brand-landing-page .brand-highlight-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #ffffff;
  min-height: 56px;
  margin: 0;
  font-size: 18px;
  font-family: Poppins, sans-serif;
}
.page-node-type-brand-landing-page .logo-and-description-wrapper {
  display: grid;
}
.page-node-type-brand-landing-page .brand-link-wrapper {
  margin-bottom: 36px;
  text-align: center;
  grid-row: 2;
}
.page-node-type-brand-landing-page .brand-link-wrapper .button {
  border-radius: 25px;
  font-weight: normal;
  font-size: 26px;
  padding: 8px 25px;
  font-family: Poppins, sans-serif;
}
.page-node-type-brand-landing-page .brand-description-wrapper {
  color: #0085b1;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin: 20px 0;
}
.page-node-type-brand-landing-page .brand-description-wrapper p {
  font-family: Poppins, sans-serif;
  text-align: center;
}
.page-node-type-brand-landing-page .brand-details-row {
  background-color: white;
  padding: 56px 0;
}
.page-node-type-brand-landing-page .brand-details-wrapper {
  display: grid;
}
.page-node-type-brand-landing-page .brand-media-video-wrapper {
  display: none;
}
.page-node-type-brand-landing-page .brand-media-video-wrapper-mobile {
  margin: 5px 0;
}
.page-node-type-brand-landing-page .brand-details-left {
  grid-row: 2;
}
.page-node-type-brand-landing-page .brand-resource-cards-wrapper {
  margin: 25px 0;
}
.page-node-type-brand-landing-page .brand-media-video {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 256px;
}
.page-node-type-brand-landing-page .brand-media-video .button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  border-radius: 25px;
  font-size: 22px;
  font-weight: normal;
  font-family: Poppins, sans-serif;
}
.page-node-type-brand-landing-page .brand-media-video .button svg {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(57deg) brightness(101%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(57deg) brightness(101%) contrast(104%);
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer {
  overflow: hidden;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer {
  margin: 18px;
  width: 100%;
  min-height: 183px;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer.hidden {
  display: none;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner {
  border-radius: 0 10px 10px 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 70px 50px 25px 0;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner span {
  display: block;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .top-left {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 13px;
  z-index: 11;
  text-transform: lowercase;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content {
  position: relative;
  z-index: 10;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.subhead {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  background-image: linear-gradient(90deg, rgba(246, 216, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  padding: 10px 18px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.headline {
  display: block;
  line-height: 1.2;
  max-width: 375px;
  padding: 0 0 0 10px;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content p.support {
  margin: 10px 0 0;
  font-size: 14px;
  color: #cbc8c8;
  line-height: 1.8;
  max-width: 400px;
}
.page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer .resource-card-inner .shader {
  background: linear-gradient(91deg, rgb(0, 16, 20) 0%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 10px 10px;
}
.page-node-type-brand-landing-page .brand-sustainability-icon-outer a {
  text-decoration: none;
}
.page-node-type-brand-landing-page .brand-sustainability-icon {
  max-width: 136px;
  max-height: 136px;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-application-wrapper {
  width: 50%;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-application-wrapper .brand-application-title {
  margin-bottom: 5px;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-application-wrapper .brand-application-list {
  margin-top: 5px;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-application-wrapper .brand-application-list .brand-application-item a {
  text-decoration: none;
  color: #0085B1;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-function-wrapper {
  width: 50%;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-function-wrapper .brand-function-title {
  margin-bottom: 5px;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-function-wrapper .brand-function-list {
  margin-top: 5px;
}
.page-node-type-brand-landing-page .brand-application-and-function-wrapper .brand-function-wrapper .brand-function-list .brand-function-item a {
  text-decoration: none;
  color: #0085B1;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-title {
  margin-bottom: 5px;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer .brand-market-served {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer .brand-market-served .brand-market-served-link {
  text-decoration: none;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer .brand-market-served .brand-market-served-link .brand-market-served-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 100% 100%;
  min-height: 120px;
  max-height: 120px;
  min-width: 220px;
  max-width: 333px;
  padding: 5px;
  color: white;
  background-color: rgba(20, 125, 255, 0.42);
  background-blend-mode: soft-light;
  border-radius: 10px;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer .brand-market-served .brand-market-served-link .brand-market-served-image-wrapper:hover {
  background-color: inherit;
  background-blend-mode: normal;
}
.page-node-type-brand-landing-page .brand-markets-served-wrapper .brand-markets-served-outer .brand-market-served .brand-market-served-link .brand-market-served-image-wrapper .brand-market-served-text {
  font-weight: bold;
  font-size: 26px;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 28px;
}
.page-node-type-brand-landing-page .big-cta_inner_btn-wrap a {
  border-radius: 25px;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 698px) {
  .page-node-type-brand-landing-page .brand-breadcrumb {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #0085b1;
    justify-content: start;
    text-transform: lowercase;
    padding: 11px 0;
  }
  .page-node-type-brand-landing-page .brand-breadcrumb svg {
    fill: #0085b1;
    max-width: 15px;
  }
  .page-node-type-brand-landing-page .brand-breadcrumb a, .page-node-type-brand-landing-page .brand-breadcrumb span {
    display: block;
    margin: 0 3px;
    color: #0085b1;
    text-decoration: none;
  }
  .page-node-type-brand-landing-page .header-wrapper {
    display: flex;
    justify-content: center;
  }
  .page-node-type-brand-landing-page .header-wrapper .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
  }
  .page-node-type-brand-landing-page .brand-header-logo {
    width: 90%;
  }
  .page-node-type-brand-landing-page .divider {
    min-width: 4px;
    max-width: 4px;
    height: 198px;
    margin: 0 8px;
  }
  .page-node-type-brand-landing-page .brand-slogan {
    text-align: left;
    max-width: 404px;
    font-size: 46px;
  }
  .page-node-type-brand-landing-page .brand-highlights-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 50px;
  }
  .page-node-type-brand-landing-page .brand-highlight {
    position: relative;
    margin: 0;
    padding: 0;
    width: 48%;
    min-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-brand-landing-page .brand-highlight-title {
    text-align: center;
  }
  .page-node-type-brand-landing-page .brand-media-video {
    max-width: 512px;
  }
  .page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer {
    max-width: 292px;
  }
}
@media screen and (min-width: 768px) {
  .page-node-type-brand-landing-page.user-logged-in header {
    top: 39px !important;
  }
  .page-node-type-brand-landing-page .page-wrapper.is-admin {
    margin-top: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .page-node-type-brand-landing-page {
    margin-top: 232px;
  }
  .page-node-type-brand-landing-page.user-logged-in {
    margin-top: 184px;
  }
  .page-node-type-brand-landing-page .page-wrapper.is-admin {
    margin-top: 187px;
  }
  .page-node-type-brand-landing-page .brand-highlight {
    max-width: 412px;
  }
  .page-node-type-brand-landing-page .brand-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-brand-landing-page .brand-description-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-brand-landing-page .brand-description-wrapper p {
    max-width: 901px;
  }
  .page-node-type-brand-landing-page .brand-details-wrapper {
    display: flex;
    flex-direction: row;
  }
  .page-node-type-brand-landing-page .brand-media-video-wrapper {
    display: revert;
  }
  .page-node-type-brand-landing-page .brand-media-video-wrapper-mobile {
    display: none;
  }
  .page-node-type-brand-landing-page .brand-details-left {
    width: 50%;
  }
  .page-node-type-brand-landing-page .brand-details-right {
    width: 50%;
  }
  .page-node-type-brand-landing-page .brand-resources-cards-outer .brand-resources-cards-inner .resource-card-outer {
    margin: 10px;
    width: 46%;
  }
}
@media screen and (min-width: 1920px) {
  .page-node-type-brand-landing-page .header-wrapper .container {
    gap: 25px;
    margin: 25px 0;
  }
  .page-node-type-brand-landing-page .brand-highlight {
    width: 24%;
  }
}
.path-search {
  background-color: #F6F6F6;
  background-image: url(/themes/custom/lamark/build/images/hero-left.png), url(/themes/custom/lamark/build/images/hero-right.png);
  background-position: left -200px, right -100px;
  background-repeat: no-repeat;
}
.path-search .breadcrumb {
  padding-bottom: 0px;
}

section.search-wrap {
  padding: 140px 0 80px;
}
@media only screen and (max-width: 768px) {
  section.search-wrap {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 550px) {
  section.search-wrap {
    padding: 30px 0 50px;
  }
}
section.search-wrap.no-padding {
  padding: 0;
}
section.search-wrap.no-padding h2 {
  display: none;
}
section.search-wrap h1 {
  color: #0085b1;
  text-align: center;
  margin: 0px 0 30px;
  font-size: 75px;
  text-transform: lowercase;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins";
}
@media only screen and (max-width: 768px) {
  section.search-wrap h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 550px) {
  section.search-wrap h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 350px) {
  section.search-wrap h1 {
    font-size: 30px;
  }
}
section.search-wrap .views-exposed-form {
  position: relative;
}
section.search-wrap .views-exposed-form label {
  display: none;
}
section.search-wrap .views-exposed-form .js-form-item {
  width: 100%;
}
section.search-wrap .views-exposed-form .js-form-item input {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  border: none;
  background-color: #F0F0F0;
  padding: 15px 60px 15px 27px;
  border-radius: 5px;
  width: 100%;
  text-transform: lowercase;
}
section.search-wrap .views-exposed-form .form-item {
  margin: 0;
}
section.search-wrap .views-exposed-form .form-actions {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 45px;
  height: 56px;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(/themes/custom/lamark/build/images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
  margin: 0;
}
section.search-wrap .view-empty {
  padding-top: 50px;
  text-align: center;
  font-size: 16px;
  color: #4E4E4E;
  letter-spacing: 0;
  line-height: 29px;
}

.search-result {
  padding-top: 40px;
}
.search-result h3 {
  font-size: 30px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
  font-weight: 300;
}
.search-result h3 a {
  color: #0085B1;
  text-decoration: none;
}
.search-result h3 a:hover {
  text-decoration: underline;
}
.search-result .search-snippet-info {
  display: flex;
  align-content: flex-start;
}
.search-result .search-snippet-info article {
  padding-right: 20px;
  padding-top: 10px;
  max-width: 150px;
}
.search-result .search-snippet-info article img {
  height: auto;
  width: 100%;
}
.search-result .search-snippet {
  margin-top: 0px;
  font-size: 16px;
  color: #4E4E4E;
  letter-spacing: 0;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  section.search-wrap .views-exposed-form .js-form-item input {
    font-size: 27px;
    line-height: 27px;
  }
  section.search-wrap .views-exposed-form .form-actions {
    top: 0px;
    height: 70px;
  }
}
/* Page Not Found Serch */
section.search-wrap.no-padding {
  margin-bottom: 100px;
}
section.search-wrap.no-padding h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  section.search-wrap.no-padding {
    margin-bottom: 80px;
  }
}

nav.pager {
  padding: 100px 0 50px;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  nav.pager {
    padding: 50px 0;
  }
}
nav.pager h4 {
  display: none;
}
nav.pager .pager__items {
  text-align: center;
  margin: 0;
  padding: 0;
}
nav.pager .pager__items li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav.pager .pager__item a {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #0085b1;
  text-decoration: none;
  display: inline-block;
  padding: 16px 25px;
  border-radius: 10px;
}
nav.pager .pager__item.is-active a {
  background-color: #AEDBE1;
}
nav.pager .pager__item--first a, nav.pager .pager__item--previous a, nav.pager .pager__item--next a, nav.pager .pager__item--last a {
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px auto;
}
nav.pager .pager__item--first, nav.pager .pager__item--last {
  display: none !important;
}
nav.pager .pager__item--previous a {
  background-image: url(/themes/custom/lamark/build/images/a-prev.png);
}
nav.pager .pager__item--next a {
  background-image: url(/themes/custom/lamark/build/images/a-next.png);
}

section.pagination .pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.pagination .pages a.ends {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 550px) {
  section.pagination .pages a.ends {
    width: 40px;
    height: 40px;
  }
}
section.pagination .pages a.ends svg {
  fill: #a6a6a6;
  max-width: 25px;
}
section.pagination .pages a.ends.back {
  justify-content: flex-start;
}
section.pagination .pages a.ends.forward {
  justify-content: flex-end;
}
section.pagination .pages span.page {
  background: #AEDBE1;
  border-radius: 5px;
}
section.pagination .pages em {
  margin: 0px 20px;
}
section.pagination .pages .page {
  font-size: 22px;
  font-weight: bold;
  color: #0085b1;
  text-decoration: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 550px) {
  section.pagination .pages .page {
    width: 40px;
    height: 40px;
  }
}

.page-node-type-resource-center {
  background-color: #F6F6F6;
}
@media only screen and (max-width: 768px) {
  .page-node-type-resource-center {
    background-image: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-node-type-resource-center {
    background-image: url(/themes/custom/lamark/build/images/ilp-puff-1.png), url(/themes/custom/lamark/build/images/ilp-puff-2.png), url(/themes/custom/lamark/build/images/lower-left-puff.png);
    background-position: left -200px, right -175px, left 300px;
    background-repeat: no-repeat;
  }
}

.fake-form-resources .children-industry-items, .mfp-filter .children-industry-items {
  display: none;
}
.fake-form-resources .children-industry-items[expanded="1"], .mfp-filter .children-industry-items[expanded="1"] {
  display: flex;
}

.fake-form-resources {
  display: flex;
}

.fake-form-resources {
  max-width: 930px;
  margin: 0px auto;
  padding: 30px 0px 40px;
}

.resource-types {
  border-bottom: 1px solid #C6C6C6;
}

.resource-types-wrap {
  display: flex;
}

button.toggle {
  border: 0;
  font-size: 16px;
  font-weight: 300;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 16px;
  padding: 30px 25px 20px;
  background-color: transparent;
  text-transform: lowercase;
  position: relative;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-size: auto 18px;
}
button.toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  left: -9999px;
  bottom: -2px;
  background: #0085B1;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
button.toggle[data-active="1"]:after {
  left: 0;
}

.show-filters {
  display: block;
  padding: 16px 20px 16px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #0085B1;
  letter-spacing: 0;
  background-color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 7px;
  border: 0;
  text-align: center;
  line-height: 20px;
}
.show-filters:before {
  content: "";
  background-image: url(/themes/custom/lamark/build/images/filters.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 25% center;
  display: block;
  width: 18px;
  height: 20px;
  vertical-align: bottom;
  margin: 0px auto 5px;
}

.resource-center-form {
  padding-bottom: 60px;
}
.resource-center-form .container {
  max-width: 1180px;
  padding-left: 0px;
  padding-right: 0px;
}
.resource-center-form .view-filters {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -1000px;
}
.resource-center-form .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 23px;
  width: 100%;
}
@media only screen and (max-width: 619px) {
  .resource-center-form .view-content {
    justify-content: center;
  }
}
.resource-center-form .views-row {
  width: 275px;
  min-height: 275px;
}
.resource-center-form .resource-outer {
  width: auto;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #0085b1;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .resource-center-form .resource-outer:hover {
    box-shadow: 0 10px 20px 0 #9F9F9F;
  }
}
.resource-center-form .resource-outer.download:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(/themes/custom/lamark/build/images/pdf-download-arrow.png);
  overflow: hidden;
  background-size: 16px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.resource-center-form .resource-outer .header {
  color: rgb(0, 133, 177);
  text-transform: lowercase;
}
.resource-center-form .resource-outer .abstract {
  font-size: 15px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 4px;
}
.resource-center-form .resource-outer .headline {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #0085b1;
  line-height: 1.2;
}
.resource-center-form .resource-outer span {
  display: block;
}

.page-node-type-solutions-by-industry .resource-center-form .view-content {
  gap: 0;
}

.mfp-filter .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}
.mfp-filter button.mfp-close {
  font-weight: 600;
  font-size: 18px;
  color: #9B0000;
  letter-spacing: 0;
  line-height: 29px;
  opacity: 1;
  top: 20px;
  right: 60px;
  width: auto;
}
.mfp-filter .mfp-content {
  background-color: #fff;
  background: #FFFFFF;
  box-shadow: 0 5px 34px 0 rgba(145, 145, 145, 0.5);
  border-radius: 22.5px;
  padding: 28px 0px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .mfp-filter .mfp-content {
    width: 690px;
  }
}
.mfp-filter .popup-title {
  border-bottom: 1px solid #D8D8D8;
  padding-left: 60px;
  margin-bottom: 20px;
}
.mfp-filter .popup-title p {
  font-weight: 600;
  font-size: 20px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
  padding-bottom: 15px;
}
.mfp-filter .popup-content {
  padding-left: 60px;
  padding-right: 60px;
}
.mfp-filter .industry-item {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  flex-wrap: wrap;
}
.mfp-filter .industry-item .expander {
  margin-right: auto;
  width: 50px;
  border: 0;
  background-color: transparent;
  background-image: url(/themes/custom/lamark/build/images/arrow-down-checkbox.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 50%;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.5s ease-out;
}
.mfp-filter .industry-item .expander[data-active="1"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mfp-filter .industry-item .checkbox {
  position: relative;
  width: calc(100% - 50px);
  border: 0;
  background-color: transparent;
  text-align: left;
  padding-left: 36px;
  font-weight: 500;
  font-size: 18px;
  color: #54565B;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: lowercase;
  position: relative;
}
.mfp-filter .industry-item .checkbox:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0px;
  margin-top: -11px;
  background: #F2F2F2;
  border: 1px solid #000000;
}
.mfp-filter .industry-item .checkbox[data-active="1"]:before {
  background: #0085B1;
  background-image: url(/themes/custom/lamark/build/images/checkmark.png);
  background-size: 13px auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.mfp-filter .children-industry-items {
  width: 100%;
  flex-direction: column;
}
.mfp-filter .children-industry-items button {
  width: 100%;
  border: 0;
  background-color: transparent;
  text-align: left;
  text-transform: lowercase;
  position: relative;
  padding-left: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #D8D8D8;
}
.mfp-filter .children-industry-items button:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 36px;
  margin-top: -11px;
  background: #F2F2F2;
  border: 1px solid #000000;
}
.mfp-filter .children-industry-items button[data-active="1"]:before {
  background: #0085B1;
  background-image: url(/themes/custom/lamark/build/images/checkmark.png);
  background-size: 13px auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.mfp-filter .popup-footer {
  width: 100%;
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 38px;
}
.mfp-filter .popup-footer .submit-selections {
  border: 0;
  margin-left: auto;
}
.mfp-filter .popup-footer .clear-all {
  font-weight: 600;
  font-size: 16px;
  color: #0085B1;
  letter-spacing: 0;
  line-height: 29px;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
}

/* Overrides */
.page-node-type-resource-center section.hero {
  padding-top: 0;
}

.resource-center-form {
  padding-top: 80px;
}
.resource-center-form h1.content-h1 {
  margin: 0 0 50px;
}

.toggle-filters {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .resource-center-form {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .resource-center-form section.hero {
    display: none;
  }
  .resource-types {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .resource-types-wrap {
    width: 600px;
  }
  .fake-form-resources {
    display: block;
  }
  .toggle-filters {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
  .show-filters {
    display: block;
    text-align: center;
  }
  .mfp-filter .popup-title {
    padding-left: 20px;
  }
  .mfp-filter .popup-title p {
    font-size: 15px;
  }
  .mfp-filter button.mfp-close {
    right: 20px;
    font-size: 15px;
  }
  .mfp-filter .popup-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mfp-filter .popup-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mfp-filter .children-industry-items button, .mfp-filter .industry-item .checkbox {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mfp-filter .children-industry-items button:before, .mfp-filter .industry-item .checkbox:before {
    width: 16px;
    height: 16px;
    left: 0px;
    margin-top: -8px;
  }
  .mfp-filter .children-industry-items button {
    padding-left: 67px;
  }
  .mfp-filter .children-industry-items button:before {
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .resource-center-form {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .page-node-type-solutions-by-industry .toggle-filters {
    width: 100%;
  }
}
.page-node-type-content section.hero.news-detail h1 {
  margin-bottom: 20px;
}

.news-detail .news-info {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #54565B;
}
.news-detail .news-info > div {
  display: inline-block;
}
.news-detail .news-date:after {
  content: " ";
}
.news-detail .news-type:before {
  content: " | ";
  display: inline-block;
  margin: 0px 20px;
}
.news-detail .news-type div {
  display: inline;
}

.page-node-type-content.page-node-type-resource section.hero h1 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-content.page-node-type-resource section.hero h1 {
    font-size: 35px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  .page-node-type-content.page-node-type-resource section.hero h1 {
    font-size: 25px;
    margin: 0 0 30px;
  }
}

.page-node-type-content.page-node-type-resource .wysiwyg {
  padding: 0;
}

.page-node-type-product .page-wrapper {
  margin-top: 234px;
}
.page-node-type-product .page-wrapper.is-admin {
  margin-top: 184px;
}
@media only screen and (max-width: 1200px) {
  .page-node-type-product .page-wrapper.is-admin {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper.is-admin {
    margin-top: 0;
  }
}
@media only screen and (max-width: 468px) {
  .page-node-type-product .page-wrapper.is-admin {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .page-node-type-product .page-wrapper {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper {
    margin-top: 42px;
  }
}
.page-node-type-product .page-wrapper .product {
  margin-top: 10px;
}
.page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form h2 {
  display: none;
}
.page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 468px) {
  .page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline {
    gap: 0;
    width: 100%;
  }
}
.page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords label {
  font-size: 18px;
  font-weight: bolder;
}
@media only screen and (max-width: 468px) {
  .page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords label {
    display: none;
  }
}
.page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords input {
  border: 1px #ff7000 solid;
  height: 42px;
  border-radius: 10px;
}
.page-node-type-product .page-wrapper .product .container .product-search-form-wrapper .views-exposed-form #views-exposed-form-product-search-page-1 .form--inline #edit-submit-product-search {
  display: none;
}
.page-node-type-product .page-wrapper .product .container .product-breadcrumb {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #0085b1;
  justify-content: start;
  text-transform: lowercase;
}
@media only screen and (max-width: 550px) {
  .page-node-type-product .page-wrapper .product .container .product-breadcrumb {
    display: none;
  }
}
.page-node-type-product .page-wrapper .product .container .product-breadcrumb svg {
  fill: #0085b1;
  max-width: 15px;
}
.page-node-type-product .page-wrapper .product .container .product-breadcrumb a, .page-node-type-product .page-wrapper .product .container .product-breadcrumb span {
  display: block;
  margin: 0 3px;
  color: #0085b1;
  text-decoration: none;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper {
    flex-direction: column;
  }
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left {
  width: 40%;
  padding: 5px 25px 5px 0;
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-left {
    padding: 0 10px 56px;
    width: 100%;
    order: 2;
  }
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel {
  display: flex;
  flex-direction: column;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel .owl-stage-outer {
  max-height: 250px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel .owl-stage-outer .owl-stage {
  max-height: 250px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100% !important;
  padding: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel .owl-stage-outer .owl-stage .owl-item .item {
  width: 100%;
  height: 100%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-media-wrapper #product-media-carousel .owl-stage-outer .owl-stage .owl-item .item .product-media-image {
  border-radius: 25px;
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  -o-object-fit: fill;
     object-fit: fill;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer {
  overflow: hidden;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner {
  margin: 0 -23px -56px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner {
    margin: 0 -10px -56px;
  }
}
@media only screen and (max-width: 600px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner {
    margin: 0 -10px -45px;
  }
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer {
  padding: 0 23px 56px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer {
    padding: 0 10px 56px;
  }
}
@media only screen and (max-width: 600px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer {
    width: 100%;
    padding: 0 10px 45px;
  }
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer.hidden {
  display: none;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner {
  border-radius: 0 10px 10px 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 70px 50px 25px 0;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner span {
  display: block;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .top-left {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 13px;
  z-index: 11;
  text-transform: lowercase;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content {
  position: relative;
  z-index: 10;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.subhead {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  background-image: linear-gradient(90deg, rgba(246, 216, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  padding: 10px 18px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content span.headline {
  display: block;
  line-height: 1.2;
  max-width: 375px;
  padding: 0 0 0 10px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .resource-content p.support {
  margin: 10px 0 0;
  font-size: 14px;
  color: #cbc8c8;
  line-height: 1.8;
  max-width: 400px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .product-media-video {
  position: relative;
  z-index: 10;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 217px;
  min-height: 133px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .product-media-video .video-modal {
  fill: #fff;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards .product-resources-cards-outer .product-resources-cards-inner .resource-card-outer .resource-card-inner .shader {
  background: linear-gradient(91deg, rgb(0, 16, 20) 0%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 10px 10px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards a.load-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 60px auto 0;
  width: 170px;
  height: 50px;
  border-radius: 9px;
  background: #ee7624;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-resource-cards-wrapper .product-resources-cards a.load-more:hover {
  background: #fff;
  color: #0085b1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .cosmetic-certification-wrapper .product-cosmetic-certification-list .product-cosmetic-certification-item .product-cosmetic-certification-link {
  text-decoration: none;
  color: #0085b1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-sustainability-icons-wrapper .product-sustainability-icon-outer a {
  text-decoration: none;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-left .product-sustainability-icons-wrapper .product-sustainability-icon-outer a .product-sustainability-icon {
  max-width: 136px;
  max-height: 136px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right {
  width: 60%;
  padding: 5px 0 5px 25px;
}
@media only screen and (max-width: 768px) {
  .page-node-type-product .page-wrapper .product .container .product-wrapper .product-right {
    padding: 0 10px 56px;
    width: 100%;
    order: 1;
  }
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-title {
  color: #0085B1;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-family: "poppins", sans-serif;
  line-height: 1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-details-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-details-wrapper .product-subtitle {
  color: #0085B1;
  font-weight: lighter;
  font-size: 17px;
  margin: 5px 5px 5px 0;
  padding: 8px 8px 8px 0;
  font-family: "poppins", sans-serif;
  overflow-wrap: anywhere;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-details-wrapper .product-inci-name {
  overflow-wrap: anywhere;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-application-wrapper {
  width: 50%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-application-wrapper .product-application-title {
  margin-bottom: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-application-wrapper .product-application-list {
  margin-top: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-application-wrapper .product-application-list .product-application-item a {
  text-decoration: none;
  color: #0085B1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper {
  width: 50%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-function-wrapper .product-function-title {
  margin-bottom: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-function-wrapper .product-function-list {
  margin-top: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-function-wrapper .product-function-list .product-function-item a {
  text-decoration: none;
  color: #0085B1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-related-wrapper .product-related-title {
  margin-bottom: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-related-wrapper .product-related-list {
  margin-top: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-application-function-and-related-wrapper .product-function-and-related-wrapper .product-related-wrapper .product-related-list .product-related-item .product-related-link {
  text-decoration: none;
  color: #0085B1;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-title {
  margin-bottom: 5px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.markets-served-count-1 {
  width: 100%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.markets-served-count-2 {
  width: 50%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.markets-served-count-3 {
  width: 33%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.markets-served-count-4 {
  width: 50%;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.markets-served-count-4.item-2 {
  justify-content: end;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.start {
  justify-content: end;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served.end {
  justify-content: start;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served .product-market-served-link {
  text-decoration: none;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served .product-market-served-link .product-market-served-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 100% 100%;
  min-height: 120px;
  max-height: 120px;
  min-width: 220px;
  max-width: 333px;
  padding: 5px;
  color: white;
  background-color: rgba(20, 125, 255, 0.42);
  background-blend-mode: soft-light;
  border-radius: 10px;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served .product-market-served-link .product-market-served-image-wrapper:hover {
  background-color: inherit;
  background-blend-mode: normal;
}
.page-node-type-product .page-wrapper .product .container .product-wrapper .product-right .product-markets-served-wrapper .product-markets-served-outer .product-market-served .product-market-served-link .product-market-served-image-wrapper .product-market-served-text {
  font-weight: bold;
  font-size: 26px;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 28px;
}
.page-node-type-product .product-brand-logo {
  margin: 14px 0;
}

@media screen and (min-width: 698px) {
  .page-node-type-product .product-brand-logo-wrapper a {
    display: flex;
    justify-content: center;
  }
  .page-node-type-product .product-brand-logo {
    width: 50%;
  }
}
.margintop20 {
  margin-top: 20px;
  border-left: unset;
  padding-left: 0;
}

section.product .flexer .left {
  width: 100%;
}

body.path-products #main-content {
  margin-top: 232px;
}
@media only screen and (max-width: 1200px) {
  body.path-products #main-content {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products #main-content {
    margin-top: 42px;
  }
}
body.path-products #main-content .container .nexus-underlay {
  position: fixed;
  z-index: -1;
  opacity: 0.175;
  width: 987px;
  height: 987px;
}
body.path-products #main-content .container .nexus-underlay.left {
  left: -376px;
  top: 23%;
}
@media screen and (max-width: 1200px) {
  body.path-products #main-content .container .nexus-underlay.left {
    display: none;
  }
}
body.path-products #main-content .container .nexus-underlay.right {
  right: -316px;
  top: 66%;
}
@media screen and (max-width: 1200px) {
  body.path-products #main-content .container .nexus-underlay.right {
    top: 33%;
    right: -420px;
  }
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .nexus-underlay.right {
    width: 768px;
    height: 768px;
    top: 10%;
    right: -512px;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products #main-content .container .nexus-underlay.right {
    width: 420px;
    height: 420px;
    top: 10%;
    right: -512px;
  }
}
@media only screen and (max-width: 1200px) {
  body.path-products #main-content .container .content-h1 {
    margin: 0 0 36px;
  }
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-h1 {
    margin: 0 0 18px;
  }
}
body.path-products #main-content .container .content-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper {
    flex-direction: column;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left {
    width: 100%;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .product-filters-title {
  margin: 0 0 8px 0;
  font-size: 24px;
}
body.path-products #main-content .container .content-wrapper .sidebar-left .product-filters-title #filter-collapse-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .product-filters-title #filter-collapse-button {
    display: revert;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .filters-hr {
  background-color: #FF7000;
  height: 4px;
  margin: 0;
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox {
  padding: 4px 4px 4px 0;
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox h2 {
  border-bottom: 1px lightgrey solid;
  max-width: 66%;
  margin: 4px 0;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox h2 {
    margin: 4px;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox h2 {
    margin: 4px;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox {
  margin: 4px;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox {
    width: 100%;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper {
  display: none;
  padding: 8px;
  margin: 2px;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 467px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper .mobile-filters {
  padding: 8px;
  margin: 2px;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper .mobile-filters {
    width: 100%;
  }
}
@media only screen and (max-width: 467px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .mobile-filters-wrapper .mobile-filters {
    width: 100%;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .js-facets-widget {
  list-style-type: none;
  padding-left: 5px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .js-facets-widget {
    display: none;
  }
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .js-facets-widget .facet-item .facets-checkbox {
  accent-color: #0085B1;
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .js-facets-widget .facet-item label {
  padding: 4px;
}
body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .facets-soft-limit-link {
  color: #0085B1;
}
@media only screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sidebar-left .region-sidebarleft .block-facet--checkbox .facets-widget-checkbox .facets-soft-limit-link {
    display: none;
  }
}
body.path-products #main-content .container .content-wrapper .sections {
  width: 75%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  body.path-products #main-content .container .content-wrapper .sections {
    width: 100%;
  }
}
body.path-products #block-productsearchfacets {
  display: flex;
  flex-direction: column;
  clear: both;
}
body.path-products #block-productsearchfacets .contextual {
  display: none;
}
body.path-products #block-productsearchfacets ul {
  display: flex;
  gap: 8px;
  list-style-type: none;
}
@media only screen and (max-width: 467px) {
  body.path-products #block-productsearchfacets ul {
    flex-direction: column;
    gap: 2px;
    padding: 2px;
  }
}
body.path-products #block-productsearchfacets ul li.facet-summary-item--facet a {
  color: #0085B1;
}
body.path-products #block-productsearchfacets ul li.facet-summary-item--facet a .facet-item__status .facet-item__value {
  padding: 6px;
}
body.path-products #block-productsearchfacets ul .facet-summary-item--clear a {
  color: #0085B1;
  padding: 6px;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline * {
  font-size: 18px;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-item-items-per-page select {
  border-radius: 10px;
  background-color: white;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-item-items-per-page select option {
  padding: 4px;
  text-align: center;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords label {
  font-weight: bolder;
  font-size: 24px;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-item-keywords input {
  height: 42px;
  border-radius: 10px;
  border: 1px #ff7000 solid;
}
body.path-products #views-exposed-form-product-search-page-1 .form--inline .form-actions input {
  border: 0;
}
body.path-products .view-product-search {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.path-products .view-product-search .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
body.path-products .view-product-search .view-content .views-row {
  border: 1px solid #FF7000;
  border-radius: 15px;
  padding: 20px;
  background-color: #ffffff;
  width: 32%;
}
@media screen and (max-width: 1200px) {
  body.path-products .view-product-search .view-content .views-row {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  body.path-products .view-product-search .view-content .views-row {
    width: 90%;
    display: grid;
  }
}
@media only screen and (max-width: 768px) {
  body.path-products .view-product-search .view-content .views-row .product-industry-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products .view-product-search .view-content .views-row .product-industry-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.path-products .view-product-search .view-content .views-row .product-markets-served-wrapper {
    width: 50%;
    justify-self: end;
    margin-top: -56px;
  }
}
@media only screen and (max-width: 476px) {
  body.path-products .view-product-search .view-content .views-row .product-markets-served-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
body.path-products .view-product-search .view-content .views-row:hover {
  box-shadow: 5px 5px 0.4em rgba(255, 112, 0, 0.7);
}
body.path-products .view-product-search .view-content .views-row a {
  text-decoration: none;
  color: #0085B1;
  font-family: "poppins", sans-serif;
}
body.path-products .view-product-search .view-content .views-row a .product-title {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1;
  word-break: break-word;
}
body.path-products .view-product-search .view-content .views-row .product-subtitle {
  color: #0085B1;
  font-weight: lighter;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  padding: 0 8px 8px 0;
  overflow-wrap: anywhere;
}
body.path-products .view-product-search .view-content .views-row .product-subtitle a {
  text-decoration: none;
}
body.path-products .view-product-search .view-content .views-row .views-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.path-products .view-product-search .view-content .views-row .views-field .views-label {
  font-weight: bolder;
  border-bottom: 1px solid lightgrey;
  width: 60%;
}
body.path-products .view-product-search .view-content .views-row .product-body-wrapper .product-body ul {
  padding-left: 4px;
  margin-top: 0;
}
body.path-products .view-product-search .view-content .views-row .product-body-wrapper .product-body ul li {
  list-style-type: none;
}
body.path-products .view-product-search .view-content .views-row .product-sustainability-wrapper {
  margin-top: 10px;
}
body.path-products .view-product-search .view-content .views-row .product-sustainability-wrapper .product-sustainability img {
  max-width: 75px;
  max-height: 75px;
}
body.path-products .view-product-search .pager {
  margin-top: 10px;
  padding: 4px;
}

.path-sustainability-credentials .page-wrapper .container {
  margin-top: 223px;
}
.path-sustainability-credentials .page-wrapper .container .sections .region-content .view-sustainability .view-header h2 {
  color: #0085B1;
  text-align: center;
}
.path-sustainability-credentials .page-wrapper .container .sections .region-content .block-views-blocksustainability-block-1 {
  margin-bottom: 18px;
}
.path-sustainability-credentials .page-wrapper .container .sections .region-content .block-views-blocksustainability-block-1 h2 {
  color: #0085B1;
  text-align: center;
}
.path-sustainability-credentials .page-wrapper .container .views-table {
  margin: 20px 0;
}
.path-sustainability-credentials .page-wrapper .container .views-table caption {
  font-weight: bold;
}
.path-sustainability-credentials .page-wrapper .container .views-table tbody tr {
  border: 1px solid lightgray;
}
.path-sustainability-credentials .page-wrapper .container .views-table tbody tr td {
  margin-left: 8px;
}
.path-sustainability-credentials .page-wrapper .container .views-table .views-field-field-sustainability-icon .media img {
  max-width: 128px;
  max-height: 128px;
}

.klaro {
  --klaro-primary-color: #12285f;
  --klaro-link-color: var(--klaro-primary-color);
  --klaro-link-color-hover: var(--klaro-primary-color);
  --klaro-link-decoration: inherit;
  --klaro-link-decoration-hover: inherit;
  --klaro-link-decoration-line: inherit;
  --klaro-link-decoration-line-hover: inherit;
  --klaro-button-bg: var(--klaro-primary-color);
  --klaro-button-text-color: #fff;
  --klaro-button-border: 3px solid #0085B1;
  --klaro-button-border-radius: 6px;
  --klaro-button-padding: 13px 17px;
  --klaro-button-font-size: inherit;
  --klaro-button-font-weight: inherit;
  --klaro-button-line-height: 1rem;
  --klaro-button-box-shadow: inherit;
  --klaro-button-bg-hover: #fff;
  --klaro-button-text-color-hover: var(--klaro-primary-color);
  --klaro-button-border-hover: 3px solid var(--klaro-primary-color);
  --klaro-button-focus-outline: 2px solid var(--klaro-primary-color);
  --klaro-button-focus-outline-offset: 2px;
  --klaro-button-focus-box-shadow: inherit;
  --klaro-dialog-focus-outline: auto;
  --klaro-dialog-focus-box-shadow: 0 0 0 2px var(--klaro-primary-color),
  0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  --font-size: 14px;
  --font-family: inherit;
  --title-font-family: inherit;
  --klaro-slider-bg: var(--white2);
  --klaro-slider-bg-active: var(--klaro-primary-color);
  --klaro-slider-bg-required: var(--klaro-primary-color);
  --green1: var(--klaro-link-color);
  --green2: var(--klaro-link-color);
  --green3: var(--klaro-link-color);
}
.klaro .cookie-modal .cm-btn,
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-decline,
.klaro .cookie-modal .cm-btn.cm-btn-danger,
.klaro .context-notice .cm-btn,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-decline,
.klaro .context-notice .cm-btn.cm-btn-danger,
.klaro .cookie-notice .cm-btn,
.klaro .cookie-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-danger, .klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--klaro-button-padding);
  color: var(--klaro-button-text-color);
  border: var(--klaro-button-border);
  border-radius: var(--klaro-button-border-radius);
  background-color: #0085B1;
  box-shadow: var(--klaro-button-box-shadow);
  font-size: var(--klaro-button-font-size);
  font-weight: var(--klaro-button-font-weight);
  line-height: var(--klaro-button-line-height);
}
.klaro .cookie-modal .cm-btn:hover,
.klaro .cookie-modal .cm-btn.cm-btn-info:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-decline:hover,
.klaro .cookie-modal .cm-btn.cm-btn-danger:hover,
.klaro .context-notice .cm-btn:hover,
.klaro .context-notice .cm-btn.cm-btn-info:hover,
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .context-notice .cm-btn.cm-btn-decline:hover,
.klaro .context-notice .cm-btn.cm-btn-danger:hover,
.klaro .cookie-notice .cm-btn:hover,
.klaro .cookie-notice .cm-btn.cm-btn-info:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-decline:hover,
.klaro .cookie-notice .cm-btn.cm-btn-danger:hover, .klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more:hover {
  color: var(--klaro-button-text-color-hover);
  border: var(--klaro-button-border-hover);
  background-color: var(--klaro-button-bg-hover);
}
.klaro .cookie-modal .cm-btn:focus,
.klaro .cookie-modal .cm-btn.cm-btn-info:focus,
.klaro .cookie-modal .cm-btn.cm-btn-success:focus,
.klaro .cookie-modal .cm-btn.cm-btn-decline:focus,
.klaro .cookie-modal .cm-btn.cm-btn-danger:focus,
.klaro .context-notice .cm-btn:focus,
.klaro .context-notice .cm-btn.cm-btn-info:focus,
.klaro .context-notice .cm-btn.cm-btn-success:focus,
.klaro .context-notice .cm-btn.cm-btn-decline:focus,
.klaro .context-notice .cm-btn.cm-btn-danger:focus,
.klaro .cookie-notice .cm-btn:focus,
.klaro .cookie-notice .cm-btn.cm-btn-info:focus,
.klaro .cookie-notice .cm-btn.cm-btn-success:focus,
.klaro .cookie-notice .cm-btn.cm-btn-decline:focus,
.klaro .cookie-notice .cm-btn.cm-btn-danger:focus, .klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more:focus {
  outline: var(--klaro-button-focus-outline);
  outline-offset: var(--klaro-button-focus-outline-offset);
  box-shadow: var(--klaro-button-focus-box-shadow);
}
.klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more {
  flex-grow: unset;
  margin-right: auto;
  cursor: pointer;
  text-align: center;
}
.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: var(--klaro-link-color);
  -webkit-text-decoration-style: var(--klaro-link-decoration);
          text-decoration-style: var(--klaro-link-decoration);
  -webkit-text-decoration-line: var(--klaro-link-decoration-line);
          text-decoration-line: var(--klaro-link-decoration-line);
}
.klaro .cookie-modal a:hover,
.klaro .context-notice a:hover,
.klaro .cookie-notice a:hover {
  color: var(--klaro-link-color-hover);
  -webkit-text-decoration-style: var(--klaro-link-decoration-hover);
          text-decoration-style: var(--klaro-link-decoration-hover);
  -webkit-text-decoration-line: var(--klaro-link-decoration-line-hover);
          text-decoration-line: var(--klaro-link-decoration-line-hover);
}
.klaro .cookie-modal a:focus,
.klaro .context-notice a:focus,
.klaro .cookie-notice a:focus {
  outline: solid 2px currentColor;
  outline-offset: 2px;
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  outline: var(--klaro-button-focus-outline);
  outline-offset: var(--klaro-button-focus-outline-offset);
  box-shadow: var(--klaro-button-focus-box-shadow);
}
.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  transition: none;
  background-color: #0085B1 !important;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #0085B1;
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #0085B1;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  opacity: 0.6;
  background-color: #0085B1;
}
.klaro .cm-modal.cm-klaro:focus,
.klaro .cm-modal.cm-klaro:focus-visible,
.klaro .context-notice:focus,
.klaro .context-notice:focus-visible,
.klaro .cookie-notice:focus,
.klaro .cookie-notice:focus-visible {
  outline: var(--klaro-dialog-focus-outline);
  box-shadow: var(--klaro-dialog-focus-box-shadow), 0 0 0 10px #fff;
}

.klaro.klaro-theme-olivero {
  --klaro-primary-color: var(--color-text-primary-medium);
  --klaro-link-color-hover: var(--color--primary-50);
  --klaro-link-decoration: var(--gin-link-decoration-style);
  --klaro-link-decoration-hover: none;
  --klaro-link-decoration-line: underline;
  --klaro-link-decoration-line-hover: underline;
  --klaro-button-bg: var(--color--primary-40);
  --klaro-button-border: solid 2px #0085B1;
  --klaro-button-border-radius: var(--border-radius);
  --klaro-button-padding: 0 var(--sp1-5);
  --klaro-button-font-size: var(--font-size-m);
  --klaro-button-font-weight: 700;
  --klaro-button-line-height: var(--sp2-5);
  --klaro-button-bg-hover: var(--color--primary-30);
  --klaro-button-text-color-hover: var(--klaro-button-text-color);
  --klaro-button-border-hover: solid 2px var(--color--primary-30);
  --klaro-button-focus-outline: 2px solid var(--color--primary-60);
  --klaro-button-focus-outline-offset: 2px;
  --klaro-dialog-focus-outline: 2px solid var(--color--primary-60);
  --klaro-dialog-focus-box-shadow: 0 0 0 2px var(--color--primary-60),
  0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro.klaro-theme-claro {
  --klaro-primary-color: var(--color-absolutezero);
  --klaro-link-decoration-line: underline;
  --klaro-link-decoration-line-hover: none;
  --klaro-button-bg: var(--button-bg-color--primary);
  --klaro-button-text-color: var(--button-fg-color--primary);
  --klaro-button-border: 1px solid transparent;
  --klaro-button-border-radius: var(--button-border-radius-size);
  --klaro-button-font-weight: 700;
  --klaro-button-padding: calc(var(--space-m) - 1px) calc(var(--space-l) - 1px);
  --klaro-button-bg-hover: var(--button--hover-bg-color--primary);
  --klaro-button-text-color-hover: var(--button-fg-color--primary);
  --klaro-button-border-hover: var(--klaro-button-border);
  --klaro-button-focus-outline: var(--focus-outline);
  --klaro-button-focus-box-shadow: var(--focus-box-shadow);
  --klaro-dialog-focus-outline: var(--jui-dialog--focus-outline);
  --klaro-dialog-focus-box-shadow: var(--jui-dialog--focus-box-shadow);
}
.klaro.klaro-theme-claro .cookie-modal .hide:active,
.klaro.klaro-theme-claro .cookie-modal .hide:focus,
.klaro.klaro-theme-claro .cookie-modal .hide:focus-visible,
.klaro.klaro-theme-claro .cookie-modal button.klaro-close:active,
.klaro.klaro-theme-claro .cookie-modal button.klaro-close:focus,
.klaro.klaro-theme-claro .cookie-modal button.klaro-close:focus-visible,
.klaro.klaro-theme-claro .cookie-modal a:focus,
.klaro.klaro-theme-claro .context-notice .hide:active,
.klaro.klaro-theme-claro .context-notice .hide:focus,
.klaro.klaro-theme-claro .context-notice .hide:focus-visible,
.klaro.klaro-theme-claro .context-notice button.klaro-close:active,
.klaro.klaro-theme-claro .context-notice button.klaro-close:focus,
.klaro.klaro-theme-claro .context-notice button.klaro-close:focus-visible,
.klaro.klaro-theme-claro .context-notice a:focus,
.klaro.klaro-theme-claro .cookie-notice .hide:active,
.klaro.klaro-theme-claro .cookie-notice .hide:focus,
.klaro.klaro-theme-claro .cookie-notice .hide:focus-visible,
.klaro.klaro-theme-claro .cookie-notice button.klaro-close:active,
.klaro.klaro-theme-claro .cookie-notice button.klaro-close:focus,
.klaro.klaro-theme-claro .cookie-notice button.klaro-close:focus-visible,
.klaro.klaro-theme-claro .cookie-notice a:focus {
  outline: var(--focus-outline);
  box-shadow: var(--focus-box-shadow);
}
@media (prefers-contrast: more) {
  .klaro.klaro-theme-claro {
    --focus-outline: 1px dotted #fff;
  }
}

.klaro.klaro-theme-gin {
  --klaro-primary-color: var(--gin-color-primary);
  --klaro-link-decoration: var(--gin-link-decoration-style);
  --klaro-link-decoration-hover: none;
  --klaro-link-decoration-line: underline;
  --klaro-link-decoration-line-hover: none;
  --klaro-button-bg: var(--klaro-primary-color);
  --klaro-button-text-color: var(--gin-color-button-text);
  --klaro-button-border: 2px solid var(--gin-color-primary) !important;
  --klaro-button-border-radius: var(--gin-border-m);
  --klaro-button-font-size: var(--gin-font-size-s);
  --klaro-button-font-weight: var(--gin-font-weight-semibold);
  --klaro-button-padding: calc(var(--gin-spacing-s) - 2px) var(--gin-spacing-m);
  --klaro-button-box-shadow: 0.1em 0.25em 0.5em var(--gin-color-primary-light);
  --klaro-button-bg-hover: var(--gin-color-primary-hover) !important;
  --klaro-button-text-color-hover: var(--gin-color-button-text);
  --klaro-button-border-hover: var(--klaro-button-border);
  --klaro-button-focus-outline: none;
  --klaro-button-focus-box-shadow: 0 0 0 1px var(--gin-color-focus-border),
  0 0 0 4px var(--gin-color-focus);
  --klaro-dialog-focus-outline: var(--klaro-button-focus-outline);
  --klaro-dialog-focus-box-shadow: var(--klaro-button-focus-box-shadow);
  --klaro-slider-bg: var(--gin-color-disabled);
  --klaro-slider-bg-active: var(--gin-switch);
  --klaro-slider-bg-required: var(--gin-switch);
  --light1: var(--gin-color-text-light);
  --light3: var(--gin-color-text-light);
  --white2: var(--gin-color-disabled);
}
.klaro.klaro-theme-gin .cookie-modal p,
.klaro.klaro-theme-gin .cookie-modal strong,
.klaro.klaro-theme-gin .cookie-modal h2,
.klaro.klaro-theme-gin .cookie-modal ul,
.klaro.klaro-theme-gin .cookie-modal li,
.klaro.klaro-theme-gin .context-notice p,
.klaro.klaro-theme-gin .context-notice strong,
.klaro.klaro-theme-gin .context-notice h2,
.klaro.klaro-theme-gin .context-notice ul,
.klaro.klaro-theme-gin .context-notice li,
.klaro.klaro-theme-gin .cookie-notice p,
.klaro.klaro-theme-gin .cookie-notice strong,
.klaro.klaro-theme-gin .cookie-notice h2,
.klaro.klaro-theme-gin .cookie-notice ul,
.klaro.klaro-theme-gin .cookie-notice li {
  color: var(--gin-color-text);
}
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .context-notice .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro.klaro-theme-gin .cookie-notice .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: var(--gin-color-text-light);
}
.klaro.klaro-theme-gin .cookie-modal button.klaro-close:focus,
.klaro.klaro-theme-gin .cookie-modal .hide:active,
.klaro.klaro-theme-gin .cookie-modal .hide:focus,
.klaro.klaro-theme-gin .cookie-modal a:focus,
.klaro.klaro-theme-gin .context-notice button.klaro-close:focus,
.klaro.klaro-theme-gin .context-notice .hide:active,
.klaro.klaro-theme-gin .context-notice .hide:focus,
.klaro.klaro-theme-gin .context-notice a:focus,
.klaro.klaro-theme-gin .cookie-notice button.klaro-close:focus,
.klaro.klaro-theme-gin .cookie-notice .hide:active,
.klaro.klaro-theme-gin .cookie-notice .hide:focus,
.klaro.klaro-theme-gin .cookie-notice a:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--gin-color-focus-border), 0 0 0 4px var(--gin-color-focus);
}
@media (prefers-contrast: more) {
  .klaro.klaro-theme-gin .cookie-modal button.klaro-close:focus,
  .klaro.klaro-theme-gin .cookie-modal .hide:active,
  .klaro.klaro-theme-gin .cookie-modal .hide:focus,
  .klaro.klaro-theme-gin .cookie-modal a:focus,
  .klaro.klaro-theme-gin .context-notice button.klaro-close:focus,
  .klaro.klaro-theme-gin .context-notice .hide:active,
  .klaro.klaro-theme-gin .context-notice .hide:focus,
  .klaro.klaro-theme-gin .context-notice a:focus,
  .klaro.klaro-theme-gin .cookie-notice button.klaro-close:focus,
  .klaro.klaro-theme-gin .cookie-notice .hide:active,
  .klaro.klaro-theme-gin .cookie-notice .hide:focus,
  .klaro.klaro-theme-gin .cookie-notice a:focus {
    outline: solid 2px currentColor;
    box-shadow: unset;
  }
}
.klaro.klaro-theme-gin h1.title {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  padding: var(--gin-spacing-m) var(--gin-spacing-l);
  color: var(--gin-color-primary-active);
  border: 0 none;
  border-radius: var(--gin-border-m);
  background: var(--gin-bg-header);
  font-size: var(--gin-font-size-l);
  font-weight: var(--gin-font-weight-bold);
}
.klaro.klaro-theme-gin .cookie-modal .cm-modal .hide {
  top: 15px;
  right: 2px;
}
.klaro.klaro-theme-gin .cookie-modal .cm-modal .hide .cm-header {
  padding-right: 30px;
}

@media (prefers-color-scheme: dark) {
  .klaro.klaro-theme-gin {
    --white3: var(--gin-color-primary-hover);
    --klaro-slider-bg: var(--gin-bg-input);
    --klaro-slider-bg-active: var(--gin-color-primary-light-active);
    --klaro-slider-bg-required: var(--gin-color-primary-light-active);
  }
  .klaro.klaro-theme-gin .context-notice,
  .klaro.klaro-theme-gin .cookie-notice,
  .klaro.klaro-theme-gin .cm-modal.cm-klaro {
    border: 1px solid #fff;
    background: var(--gin-bg-layer);
  }
  .klaro.klaro-theme-gin .cm-modal.cm-klaro:focus,
  .klaro.klaro-theme-gin .cm-modal.cm-klaro:focus-visible,
  .klaro.klaro-theme-gin .context-notice:focus,
  .klaro.klaro-theme-gin .context-notice:focus-visible,
  .klaro.klaro-theme-gin .cookie-notice:focus,
  .klaro.klaro-theme-gin .cookie-notice:focus-visible {
    box-shadow: var(--klaro-dialog-focus-box-shadow), 0 0 0 10px var(--gin-bg-layer);
  }
}
.gin--dark-mode .klaro.klaro-theme-gin {
  --white3: var(--gin-color-primary-hover);
  --klaro-slider-bg: var(--gin-bg-input);
  --klaro-slider-bg-active: var(--gin-color-primary-light-active);
  --klaro-slider-bg-required: var(--gin-color-primary-light-active);
}
.gin--dark-mode .klaro.klaro-theme-gin .context-notice,
.gin--dark-mode .klaro.klaro-theme-gin .cookie-notice,
.gin--dark-mode .klaro.klaro-theme-gin .cm-modal.cm-klaro {
  border: 1px solid #fff;
  background: var(--gin-bg-layer);
}
.gin--dark-mode .klaro.klaro-theme-gin .cm-modal.cm-klaro:focus,
.gin--dark-mode .klaro.klaro-theme-gin .cm-modal.cm-klaro:focus-visible,
.gin--dark-mode .klaro.klaro-theme-gin .context-notice:focus,
.gin--dark-mode .klaro.klaro-theme-gin .context-notice:focus-visible,
.gin--dark-mode .klaro.klaro-theme-gin .cookie-notice:focus,
.gin--dark-mode .klaro.klaro-theme-gin .cookie-notice:focus-visible {
  box-shadow: var(--klaro-dialog-focus-box-shadow), 0 0 0 10px var(--gin-bg-layer);
}

/*# sourceMappingURL=global.css.map*/