/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

main.body-container-wrapper .dnd-section > .row-fluid, .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px 0;
}

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

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


@font-face { font-family: "Clarimo UD PE DemiBold";
  src: url("//webfont.fujifilm.com/3/tsad/dist/ja/ts?condition=3823e6e3d234480832bac2fa5c3eb210&eid=5d4bcd1b80f0475385db437eac1e02d5&bw[name]=Firefox&bw[ftf]=0&bw[os]=Windows&location=www-fbnz.fujifilm.com%2F&fonts[id]=1985&fonts[str]=JjBDREZHSUpMTVBTVWFjZGVnaGlsbW5vcHJzdHV2eQ%3D%3D"); 
  font-weight: bold;
}


@font-face { font-family: "Clarimo UD PE Regular";
  src: url("//webfont.fujifilm.com/3/tsad/dist/ja/ts?condition=3823e6e3d234480832bac2fa5c3eb210&eid=5d4bcd1b80f0475385db437eac1e02d5&bw[name]=Firefox&bw[ftf]=0&bw[os]=Windows&location=www-fbnz.fujifilm.com%2F&fonts[id]=1981&fonts[str]=ISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0%2BP0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltdX2FiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fsKp");
  font-weight: bold;
}


@font-face {
  font-family: "Clarimo UD PE Light";
  src: url("//webfont.fujifilm.com/3/tsad/dist/ja/ts?condition=3823e6e3d234480832bac2fa5c3eb210&eid=5d4bcd1b80f0475385db437eac1e02d5&bw[name]=Firefox&bw[ftf]=0&bw[os]=Windows&location=www-fbnz.fujifilm.com%2F&fonts[id]=1979&fonts[str]=MD9CQ0lNUlNXYWNkZWdoaWxtbm9wcnN0dXZ4eQ%3D%3D"); font-weight: bold; }

@font-face {
  font-family: "icomoon"; 
  src: url("https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/FujiFilm_April2021/icomoon.eot") format("embedded-opentype"),
    url(https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/raw_assets/public/FujiFilm_April2021/fonts/icomoon.woff) format("woff"),
    url(https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/raw_assets/public/FujiFilm_April2021/fonts/icomoon.ttf) format("truetype"),
    url(https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/raw_assets/public/FujiFilm_April2021/fonts/icomoon.svg) format("svg");
  font-style: normal; font-weight: normal;
}





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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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




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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {

  white-space: nowrap;
  min-width: 130px !important;
  margin: 2px 0;
  color: #fff;
  background: #01916d;
  border: 1px solid #01916d;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  position: relative;
  padding: 0 10px 0;
  cursor: pointer;
  width: auto;
  vertical-align: middle;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  font-size: 1em;
  
  text-decoration: none;
  display: inline-block;
}

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

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


.hs-form label {
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  color: #000;
  font-size: 1em;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  display: block;
  float: none;
  width: auto;

  margin-bottom: 4px;
}

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

.hs-input {
  display: inline-block;
  line-height: 1.15;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  font-size: 1em;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  width: 100%;
  vertical-align: middle;
  height: 36px;
  margin: 4px 0;
  padding: 0 10px;
  font-family: ts-unused;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.hs-private.hs-private.hs-private .CjCnS{
  background: none!important;
}
.back-to-top {
  position: fixed;
  right: 15px;
  top: 80%;
  padding: 4px 10px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  display: none;
  line-height: 38px;
  width: 3rem;
  border-radius: .5rem;
  background-color: rgba(0,0,0,0.25);
  text-decoration: none;
  color: #fff;
  font-family: "Clarimo UD PE Regular","UD Shin Go Regular JIS2004",sans-serif;
  padding-top: 8px;
  padding-bottom: 0px;
}

.fixedHeader .back-to-top{
  display: block;
}

.back-to-top i {
  font-size: 24px;
  line-height: 1;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' ;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-up:before {
  content: "\f106";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  z-index: 200;
}

.top-header {
  border-bottom: 1px solid #dcdcdc;
}
.btn-nav-menu:focus{
  outline:none;
}
.top-nav a:hover{
  text-decoration: underline;
  color: #01916d;
}
.top-nav li:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.header__container {
  padding: 0px 30px 0;
  margin: 0 auto;
  max-width: 1180px !important;
}

.header-logo-wrap {
  float: left;
  margin-bottom: 20px;
  margin: 0 0 30px 5px;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 144px !important;
  height: 40px;
  max-width: 100%;
}

.header-logo > div {
  display: flex;
}

.header-logo div > .hs_cos_wrapper {
  line-height: 0;
}


.header__container:before, .header__container:after {
  content: "";
  display: table;
}

.header__container:after {
  clear: both;
}

.m-global-header__region {
  font-size: 0.875rem;
  color: #707070;
  padding-left: 10px;
}

.search-bar {
  background: transparent;
  position: relative;
  top: 0;
  padding: 0;
  border: 0;
  z-index: 999;
}

input#searchbar {
  vertical-align: middle;
  margin: 4px 0;
  padding: 0 10px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  width: 100%;
  font-size: 1em;
  background-color: #f6f6f6;
  height: 46px !important;
  font-family: inherit;
  border: none;
  line-height: 1.15;
  color: #737373;
}

form.search-bar button {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 7px;
  right: 0;
  background: url(https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/raw_assets/public/FujiFilm_April2021/images/icon-search.svg) 7px 7px no-repeat;
  background-size: 16px;
  width: 38px;
  height: 38px;
  margin: 1px;
  padding: 1px 6px;
  white-space: nowrap;
  border: none;
  border-left: 0;
  min-width: 0 !important;
  outline: 0;
  border-color: #707070;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav {
  display: none;
  z-index: 202;
}

.top-nav ul {
  margin: 0 0 0 20px;
  height: 40px;
  white-space: nowrap;
}

.top-nav li {
  height: 100%;
  padding: 0 0 0 22px;
  display: inline-block;
}

.top-nav li:first-child {
  padding: 0;
}

.top-nav a {
  line-height: 1.35;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.btn-nav-menu {
  vertical-align: top;
  background: transparent;
  position: relative;
  width: 30px;
  height: 40px;
  padding: 0;
  border: 0;
}

.btn-nav-menu {
  position: absolute;
  right: 0;
  width: 32px;
  margin: -5px 5px 0 25px;
  cursor: pointer;
}

.btn-nav-menu:before {
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  content: "";
  margin: -9px 0 0;
}

.btn-nav-menu span {
  display: block;
  overflow: hidden;
  height: 0;
}

.btn-nav-menu span:after {
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  content: "";
  margin-top: -1px;
}

.btn-nav-menu:after {
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  content: "";
  margin: 7px 0 0;
}

.open-menu .btn-nav-menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -2px 0 0;
  background: #01916d;

}

.open-menu .search-bar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  left: 0;
}

.open-menu .btn-nav-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -2px 0 0;
  background: #01916d;
}

.open-menu .btn-nav-menu span:after {
  content: none;
}

ul.submenu.level-1>li.Company ul.submenu.level-4>li>a,
ul.submenu.level-1>li.Sustainability ul.submenu.level-4>li>a {
  display: none;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-4>li>a:hover {
  color: #000;
}


@media only screen and (min-width: 768px) {
  .top-nav {
    font-size: 0.875em;
    font-weight: 300;
    background: transparent;
    z-index: 1;
    display: block;
    width: auto;
    position: static;
    top: auto;
    left: auto;
    visibility: visible;
    margin: 0px 57px 0 0;
    float: right;
  }
  .header-logo-wrap {
    margin: 20px 30px 0px 0;
    max-width: 500px;
  }
  .btn-nav-menu {
    top: 20px;
    right: 30px;
    margin-left: 20px;
    margin-top: 0;
  }

}

@media only screen and (min-width: 992px) {

  .btn-nav-menu {
    display: none;
  }
  .header-logo-wrap {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 20px 0 20px 0;
  }
  form.search-bar {
    float: right;
    vertical-align: top;
  }
  .top-nav {
    vertical-align: top;
    float: right;
    left: 0;
    margin: 5px 10px 0 0;
  }
  .top-nav li {
    padding: 0 0 0 24px;
  }
  .menu-wrapper {
    float: left;
    font-size: .9em;
    background: transparent;
    z-index: 1;
    width: 100%;
    margin: 0;
    border: 0;
  }
  ul.submenu.level-1 {
    float: left;
  }
  .share-contact ul {
    float: right;
  }

  ul.submenu.level-1>li {
    float: left;
    padding: 0 16px;
  }
  ul.submenu.level-1>li:first-child {
    padding-left: 0;
  }
  ul.submenu.level-1>li:last-child {
    padding-right: 0;
  }
  ul.submenu.level-1>li>a, .share-contact ul>li>a {
    display: inline-block;
    padding: 0 0 9px;
    border: 0;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    text-decoration: none;
  }
  ul.submenu.level-1>li:hover>a, .share-contact ul>li:hover>a {
    padding-bottom: 4px;
    border-bottom: 5px solid #01916d;
  }
  ul.submenu.level-2 {
    position: absolute;
    left: 0;
    visibility: hidden;
    overflow: visible;
    padding: 30px;
    -webkit-box-shadow: 0 4px 5px rgb(102 102 102 / 40%);
    box-shadow: 0 4px 5px rgb(102 102 102 / 40%);
    white-space: nowrap;
    min-width: 240px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    z-index: 1000;
  }
  ul.submenu.level-1>li:hover>ul.submenu.level-2 {
    visibility: visible;
  }
  ul.submenu.level-3 {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  ul.submenu.level-3>li:first-child>a {
    display: none;
  }

  ul.submenu.level-3>li:nth-child(2)>a {
    font-size: 1.125em;
    font-weight: bold;
    display: inline-block;
    padding: 0 35px 0 0;
    line-height: 1.35;
    color: #01916d;
    position: relative;
  }

  ul.submenu.level-3>li:nth-child(2)>a:after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 90%;
    text-decoration: none;
    color: #01916d;
    position: absolute;
    top: 60%;
    right: 20px;
    display: inline-block;
    content: "\0000a0\276F";
  }
  ul.submenu.level-3>li.has-submenu {
    margin: 0 -20px;
  }

  ul.submenu.level-4>li {
    padding: 12px 20px 0;
    width: 33.3333333333%;
    float: left;
  }
  ul.submenu.level-4>li {
    display: block;
    margin-top: -2px;
  }
  ul.submenu.level-4>li>a {
    margin: 0 0 10px;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.35;
    font-weight: bold;
    display: inline-block;
    color: #000;
    text-decoration: none;
  }  
  ul.submenu.level-1>li.Solutions ul.submenu.level-4>li>a {
    color: #01916d;    
  }  
  ul.submenu.level-1>li.Solutions ul.submenu.level-4>li>a:hover {
    text-decoration: underline;
  }
  ul.submenu.level-1>li.Company ul.submenu.level-4>li,
  ul.submenu.level-1>li.Sustainability ul.submenu.level-4>li {
    margin-top: 0px;
  }

  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child {
    width: 50%;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5>li {
    white-space: normal;
    padding: 0 20px;
    margin-bottom: 20px;
    float: left;
    width: 50%;
  }

  ul.submenu.level-1>li.Products ul.submenu.level-5>li img {
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    object-position: center center;
    width: 65px;
    height: 40px;
    margin: 0 20px 10px 0;
    float: left;
  }

  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5 {
    margin: 0 -20px;
  }

  ul.submenu.level-5 {
    margin: 0 0 10px;
    width: 100%;
  }

  ul.submenu.level-5>li>a {
    font-weight: 400;
    line-height: 1.35;
    position: relative;
    display: block;
    padding: 2px 0;
    border: 0;
    text-decoration: none;   
  }
  ul.submenu.level-1>li.Products ul.submenu.level-5>li>a {
    background: transparent !important;
  }

}




@media only screen and (max-width: 991px) {
  .header-wrap {
    position: relative;
    min-height: 80px;
  }
  header.header {
    position: fixed;
  }
  .top-header {
    min-height: 80px;
  }
  .top-nav {
    display: none;
  }
  .search-bar {
    position: absolute;
    top: 81px;
    width: 100%;
    padding: 5px 20px;
    background-color: #ebebeb;
    border: 1px solid #e3e3e3;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  form.search-bar button {
    top: 15px;
    right: 20px;
  }
  .open-menu .search-bar {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    left: 0;
  }

  .menu-wrapper {
    position: absolute;
    z-index: 300;
    top: 140px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 140px);
    height: calc(100vh - 140px);
    background-color: #ebebeb;
    font-size: 0.9375em;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }

  .open-menu .menu-wrapper {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  ul.submenu.level-1>li>a, .share-contact ul>li>a {
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    position: relative;
    display: block;
    padding: 9px 30px 9px 20px;
    border-bottom: 1px solid #e3e3e3;
    text-decoration: none;
  }

  ul.submenu.level-1>li>a:after, .share-contact ul>li>a:after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: Arial;
    font-size: 90%;
    text-decoration: none;
    color: #01916d;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    content: "\0000a0\276F";
  }

  ul.submenu.level-2 {
    position: absolute;
    top: 0;
    z-index: 401;
    background-color: #ebebeb;
    width: 100%;
    height: -webkit-calc(100vh - 140px);
    height: calc(100vh - 140px);
    overflow-y: scroll;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  ul.submenu.level-1>li {
    position: relative;
  }
  ul.submenu.level-1>li.child-open {
    position: static;
  }
  ul.submenu.level-1>li>.child-trigger {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
  }
  .child-open ul.submenu.level-2 {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  ul.submenu.level-3>li:first-child>a {
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 30px 9px 20px;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    font-family: Arial;
    text-decoration: none;
    cursor: default;
  }
  ul.submenu.level-3>li:first-child>a:before {
    -webkit-transform: rotateZ(180deg) translate(0, 50%);
    transform: rotateZ(180deg) translate(0, 50%);
    font-size: 90%;
    color: #01916d;
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 0 0 0 5px;
    content: "\0000a0\276F";
  }
  ul.submenu.level-3>li:nth-child(2)>a {
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    position: relative;
    display: block;
    padding: 9px 30px 9px 20px;
    border-bottom: 1px solid #e3e3e3;
    text-decoration: none;
  }
  ul.submenu.level-3>li:nth-child(2)>a:after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: Arial;
    font-size: 90%;
    text-decoration: none;
    color: #01916d;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    content: "\0000a0\276F";
  }
  ul.submenu.level-4>li {
    width: 33.3333333333%;
    float: left;
  }  

  ul.submenu.level-4>li>a {
    padding: 9px 30px 9px 20px;
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    line-height: 19px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
  }
  ul.submenu.level-1>li.Solutions ul.submenu.level-4>li>a {
    color: #01916d;
    line-height: 1.35;
  } 
  ul.submenu.level-5>li {
    line-height: 1.35;
    font-weight: 400;
  }
  ul.submenu.level-5>li>a {
    display: block;
    padding: 9px 30px 9px 20px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child {
    width: 50%;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5>li {
    white-space: normal;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li>a {
    border: none;
  }

  ul.submenu.level-1>li.Products ul.submenu.level-5>li img {
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    object-position: center center;
    width: 65px;
    height: 40px;
    margin: 0 10px 10px 0;
    float: left;
  } 
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5>li {
    height: 57px;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5>li>a {
    padding: 9px 0;
    display: inline-block;    
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
  }


}


@media only screen and (max-width: 767px) {
  ul.submenu.level-4>li {
    width: 100%;
    float: none;
  }
  ul.submenu.level-1>li.Products ul.submenu.level-4>li:first-child ul.submenu.level-5>li {
    height: auto;
    width: 100%;
  }
  .top-header>.header__container {
    padding: 20px 0 0;
    position: static;
  }

  .header-logo img {
    width: 108px !important;
    height: 30px;
  }

  span.m-global-header__region {
    font-size: 0.625rem;
    padding-right: 2.5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


footer.footer_wrap {
  background-color: #333333;
  padding-top: 2.25rem;
  margin-top: 45px;
}

.footer_container {
  max-width: 1184px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.copyrights_inner .hs_cos_wrapper ul>li>a:hover{
  text-decoration:underline;
}
.bg-black_wrap {
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: #333333 ;
  color: #ffffff ;
}
.bg-black_wrap p{
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center ;
  font-family: Clarimo UD PE Regular,UD Shin Go Regular JIS2004,sans-serif;
  font-weight: 300;
}
.footer-logo-column ul li a:hover  p{
   color:#fff;
}
.bg-black_wrap p small{
  font-size: 90%;
}
.footer-links_logo {
  border-bottom: 1px solid ;
  padding-bottom: 2.5rem;
}
.footer-links_logo .hs_cos_wrapper>p {
  line-height: 1.6;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 0.25rem !important;
}
.footer-logo-column {
  margin-top: 0;
  margin-bottom: 0; 
}
.footer-logo-column .hs_cos_wrapper>ul{
  margin:0px;
  padding:0px;
  list-style:none;

}
.footer-logo-column .hs_cos_wrapper>ul>li{
  float: left;
}
.footer-logo-column .hs_cos_wrapper>ul>li img{
  vertical-align: top;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-style: none;
}
.footer-logo-column .hs_cos_wrapper>ul>li p{
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  color: #dcdcdc;
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-top: 0.5rem !important;
}
.footer_social_wrapper {
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  text-align: center ;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
}
.footer_social_wrapper a{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}
.footer_social_wrapper a img{
  opacity: 0.8;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  vertical-align: top;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer_social_wrapper a:hover img{
  opacity: 1;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer-sitemap {
  border-top: 1px solid ;
  padding-top: 2.5rem;
  margin-bottom: 0;
}

.footer-sitemap ul{
  margin:0px;
  padding:0px;
  list-style:none;
}

.left_navigation, .right-navigation {
  float: left;
}
.left_navigation .hs-menu-flow-horizontal> ul>li.hs-item-has-children{
  margin: 0;
  padding: 0;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
}
.left_navigation .hs-menu-flow-horizontal> ul>li{
  font-size: 1rem;
  margin-bottom: 0.625rem;
  line-height: 1.6;
  font-weight: bold;
  word-wrap: break-word;
  color: #000;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}
.left_navigation .hs-menu-flow-horizontal> ul>li>a{
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
  color: #DCDCDC;
  display: block;
  font-size: 1rem;
}
footer .hs-menu-children-wrapper{
  padding-left: 1rem;
}

.left_navigation .hs-menu-wrapper>ul>li>ul{
  padding-left:0;
}

footer .hs-menu-children-wrapper>li{
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  color: #000;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}
footer .hs-menu-children-wrapper>li>a{
  color: #dcdcdc;
}
.right-navigation .hs-menu-flow-horizontal>ul>li{
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
}
.right-navigation .hs-menu-flow-horizontal>ul>li>a{
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
  color: #DCDCDC;
  display: block;
}


.left_navigation .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>a{
  font-family: "Clarimo UD PE DemiBold","UD Shin Go Conde90 DB JIS2004",sans-serif;
  color: #dcdcdc;
  display: block;
  font-size: 1rem;
}


.left_navigation .hs-menu-wrapper>ul>li>ul>li{
  margin-bottom:0.625rem ;
}
.left_navigation .hs-menu-wrapper>ul>li>ul>li:first-child>a{
  padding-left:1rem;
}

.copyright_footer {
  background-color: #000000;
  margin-top: 10px;
}

.copyriight_padding {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.copyrights_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.copyrights_inner .hs_cos_wrapper ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.copyrights_inner .hs_cos_wrapper ul>li{
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  color: #000;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}

.copyrights_inner .hs_cos_wrapper ul>li>a{
  color: #999999;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}
.copyrights_inner  .hs_cos_wrapper{
  width:100%;
}
.copyrights_inner .hs_cos_wrapper ul>li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  margin-left: 1rem;
  background-color: #707070;
  height: 0.75rem;
}
.copyrights_inner .hs_cos_wrapper>p{
  margin: 0px;
}

.copyrights_inner .hs_cos_wrapper>p>small{
  color: #8c8c8c;
  font-size: 80%;
  line-height: 1.6;
  font-weight: 300;
  word-wrap: break-word;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}
.footer-logo-column .hs_cos_wrapper>ul>li>a:hover >img{
  filter: brightness(1.2);
}
.footer-logo-column .hs_cos_wrapper>ul>li>a:hover{
  text-decoration:none;
}
@media only screen and (min-width: 768px){
  .footer-logo-column .hs_cos_wrapper>ul>li{
    width: 25%;
    padding: 0 6px;
    padding-left: 0px;
  } 
  .right-navigation .hs-menu-flow-horizontal>ul>li{
    width:33.3333333333%;
    padding: 0 6px;
    float:left;

  }
  .right-navigation{
    width: 75%;
  }
  .footer_social_wrapper a:not(:last-child){
    margin-right: 1rem;
  }
  .left_navigation {
    width: 25%;
    padding: 0 6px;
  }
}

@media only screen and (min-width: 992px){
  .footer-logo-column .hs_cos_wrapper>ul>li{
    width: 25%;
    padding: 0 6px;
    padding-left: 0px;
  } 
}



@media screen and (max-width: 767px){
  .footer_container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-logo-column .hs_cos_wrapper>ul>li{
    width: 50%;
    padding: 0 6px;
    padding-left:0px;
  }
  .copyrights_inner .hs_cos_wrapper>p>small{
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
  .footer-logo-column .hs_cos_wrapper>ul>li p{
    display:none;
  }
  .footer_social_wrapper a:not(:last-child){
    margin-right: 1.5rem;
  }
  .left_navigation, 
  .right-navigation{
    float: none;
    width: 100%;
  }
  .footer-sitemap .hs-menu-wrapper>ul>li>ul{
    display:none;
  }
  .footer-sitemap .hs-menu-wrapper li.hs-item-has-children{
    position:relative;
  }
  .footer_trigger {
    position: absolute;
    right: 8px;
    top: 4px;
    height: 25px;
    width: 30px;
    cursor: pointer;
  }
  .footer_trigger i:after, .footer_trigger i:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #8c8c8c;
    width: 1.125rem;
    height: 0.0625rem;
    right: -7px;
    top: 1rem;
  }
  .footer_trigger i:after{
    transform: translateX(-50%) rotate(
      90deg
    );
  }
  .footer_trigger i:before{
    transform: translateX(-50%) rotate(0);
  }

  .open_child .footer_trigger i:after{
    transform: translateX(-50%) rotate(0);
    background-color: #ffffff;
  }

  .left_navigation .hs-menu-flow-horizontal>ul>li.hs-item-has-children,
  .footer-sitemap .right-navigation .hs-menu-wrapper>ul>li{
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
  }
  .footer-sitemap .right-navigation .hs-menu-wrapper>ul{

    margin-right: -0.5rem;
    margin-bottom: -0.25rem;
    margin-left: -0.5rem;
  }
  .footer-sitemap .left_navigation .hs-menu-wrapper>ul{
    margin-top: -0.25rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .footer-sitemap{
    padding-top: 0.3125rem;
  }
}



@media screen and (max-width: 380px){
  .copyrights_inner .hs_cos_wrapper>p>small {
    margin-top: 41px;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.comment-date {
  display: block!important; 
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/*  Post  */


.post-image-wrap {
  width: 100%;
  margin-bottom: 24px;
}

.post-image {
  position: relative;
  display: -webkit-flex;
  display: flex;
  /* overflow: hidden; */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0 0 15px;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.background {
  background-color: #333;
}

.post-image:hover {
  box-shadow: 0 2px 8px rgb(0 0 0 / 40%);
}

.post-image img {
  width: 100%;
  display: block;
}

.post-image:hover img {
  opacity: 0.75;
}


aside.layout-left {
  width: 100%;
  margin: 0 0 0 24px;
}

article.layout-main.post {
  max-width: 1120px;
  margin: 0 auto;
}

aside.layout-right {
  width: 100%;
  margin: 0 0 0 24px;
}

.main-content:before, .main-content:after {
  content: "";
  display: table;
}

.main-content:after {
  clear: both;
}

section.post-section h1 {
  font-weight: 300;
  margin: 0px 0 10px;
  font-size: 36px;
  color: #000;
  line-height: 1.6;
}

section.post-section h1 span {
  font-size: 24px;
}

.post-layout-right {
  margin: 0px 0 20px;
  border-top: 1px solid #c1c1c1;
}

.post-layout-right h3 {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 20px 0 10px;
  color: #000;
  font-family: Clarimo UD PE Light,UD Shin Go Conde90 DB JIS2004,sans-serif;
}

.post-layout-right h3 a {
  color: #01916D;
  font-weight: 400;
  font-family: Clarimo UD PE Light,UD Shin Go Conde90 DB JIS2004,sans-serif;
}

.post-layout-right ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.post-layout-right ul li a {
  display: inline-block;
  line-height: 1.666666;
  padding: 5px 0;
  color: #01916d;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}

.social-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-aside ul li a {
  color: #000;
  width: 100%!important;
  margin: 0 0 -4px;
  padding: 17px 0 19px!important;
  border-top: 1px solid #EBEBEB;
  text-decoration: none;
  font-weight: 300;
  float: none!important;
  display: inline-block;
}

.social-aside {
  display: inline-block;
}

.social-aside ul li:first-child a {
  border: none;
}

.social-aside ul li a span {
  width: 26px!important;
  height: 26px!important;
  line-height: 26px!important;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}

.social-aside ul li a span svg {
  width: 26px!important;
  height: 26px!important;
  line-height: 26px!important;
  fill: #fff;
}

.addthis_32x32_style .at-icon {
  width: 26px!important;
  height: 26px!important;
  line-height: 26px!important;
}

section.post-section {
  margin-bottom: 25px;
}

.related-post-title {
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004", sans-serif;
  font-size: 32px;
  line-height: 1.6;
}

.related-post {
  width: 50%;
}

.related-post img {
  width: 100%;
}

.panel-gradient {
  position: relative;
  margin-top: 6px;
  padding: 0 6px;
  width: 100%;
  display: inline-block;
  height: 368px;
}

.bnr-01.ride-hdg {
  background: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 12px;
  height: 100%;
}

.bnr-01.ride-hdg > a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  height: 100%;
  max-height: 100%;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.bnr-01.ride-hdg > a .image:after {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  min-height: 100%;
  content: "";
}

.bnr-01.ride-hdg > a:hover .image:after {
  display: block;
}

.bnr-01.ride-hdg .image {
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  height: 122px;
}

.bnr-01.ride-hdg .image img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.bnr-01.ride-hdg .group {
  padding: 20px 20px 70px 20px;
  position: relative;
  display: block;
}

.bnr-01.ride-hdg span.hdg {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin: 0 0 10px;
}

.bnr-01.ride-hdg span.txt {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin: 0 0 10px;
}

.bnr-01.ride-hdg span.btn {
  color: #fff;
  background-color: #01916d;
  margin-top: 20px;
  border-color: #01916d;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding: 5px 20px 5px 20px;
  text-indent: 0;
  border: 1px solid #d7d7d7;
}

.bnr-01.ride-hdg > a:hover span.hdg, 
.bnr-01.ride-hdg > a:hover span.txt {
  text-decoration: underline;
}

.hs-blog-post img {
  max-width: 100%;
}

.bnr-01.ride-hdg > a:hover span.btn {
  color: #000;
  background-color: #fff;
  border-color: #c1c1c1;
}

@media (min-width: 768px) {
  .post-image {
    position: relative;
    overflow: hidden;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: auto;
    margin-bottom: 12px;
    padding-top: 40%;
  }
  .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  aside.layout-left {
    float: left;
    width: 20%;
    max-width: 240px;
    margin: 0 24px 0 0;
  }
  article.layout-main.post {
    float: left;
    width: -webkit-calc(60% - 48px);
    width: calc(60% - 48px);
    min-width: -webkit-calc(100% - 528px);
    min-width: calc(100% - 528px);
  }
  aside.layout-right {
    float: left;
    width: 20%;
    max-width: 240px;
    margin: 0 0 0 24px;
  }
  .bnr-01.ride-hdg > a {
    margin: -6px -3px 0 -3px;
  }
  span.hdg {
    font-size: 22px;
  }
}

@media (min-width: 840px) {
  .post-image {
    padding-top: 36.8%;
  }
}

@media only screen and (min-width: 992px) {
  .post-layout-right ul li a {
    line-height: 1.875;
  }
}


@media (max-width: 945px) {
  .panel-gradient {
    height: 423px;
  }
}

@media only screen and (max-width: 767px) {
  aside.layout-left {
    display: none;
  }

  .post-image-wrap {
    padding-top: 20px;
  }

  article.layout-main.post {
    padding-top: 0;
  }
  .related-post {
    width: 100%;
  }

  .panel-gradient {
    height: 322px;
  }
  aside.layout-right {
    margin: 0;
  }
}

/* Listing post */



.breadcrumb {
  display: none;
  width: 100%;
  color: #8c8c8c;
  margin: 0 0 20px;
  line-height: 1.9;
  font-size: 0.875em;
  padding-top: 19px;
}

.breadcrumb ul,
.insight__filter ul{
  padding:0;
  margin:0;
  list-style:none;
}

.breadcrumb li {
  float: left;
}

.breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.breadcrumb a:hover{
  color: #000;
  text-decoration:underline;
}

.breadcrumb li:not(:last-child):after {
  content: ' / ';
  margin: 0 10px;
}

.filter-item{

}

.insight {
  position: relative;
  background-color: #ebebeb;
  padding: 10px;
}

.insight__header--text {
  position: relative;
  z-index: 2;
  padding: 0 5px;
  margin-bottom: 36px;
}

.insight__header--text h1{
  font-family: "Clarimo UD PE DemiBold","UD Shin Go Conde90 DB JIS2004",sans-serif;
  line-height: 1.166666;
  font-weight: 300;
  font-size: 1.875em;
  margin: .67em 0;
  color: #000;
}

.insight_content {
  position: relative;
  z-index: 2;
  margin-top: -12px;
}

.column-row {
  margin: 0 -6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-tiles{
  -webkit-transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  width:100%;
  margin-top: 12px;
  padding: 0 6px;
}

.card-tiles .bnr-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 12px;
  height: 100%;
  margin-top: 12px;
}

.card-tiles a {
  display: block;
  background-color: #fff;
  height: 100%;
  color: #000;
  text-decoration: none;
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  height: 100%;
  max-height: 100%;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.card-tiles a .image {
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  height: 122px;
}

.card-tiles a .image img{
  vertical-align: top;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.card-tiles .group{
  position: relative;
  display: block;
  padding: 20px 20px 70px 20px;
}

.card-tiles .group h2{
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin: 0 0 10px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}

.card-tiles .description{
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin: 0 0 10px;
}

.card-tiles .meta .category{
  font-size: 0.75em;
  line-height: 1.875
}

.card-tiles .meta .date{
  font-size: 0.75em;
  line-height: 1.875;
}

.card-tiles .meta .date:before{
  display: inline-block;
  margin: 0 5px;
  content: "|";
}

.card-tiles .btn{
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding: 5px 20px 5px 20px;
  text-indent: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #fff;
  background-color: #01916d;
  margin-top: 20px;
  border-color: #01916d;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-tiles:hover a {
  background-color: #d5d5d5;
}

.card-tiles a:hover .btn{
  color: #000;
  background-color: #fff;
  border-color: #c1c1c1;
}

.card-tiles a:hover{
  box-shadow: 0 2px 8px rgb(0 0 0 / 40%);
  color: #000;
}

.insight__filter {
  margin-bottom: 20px;
}

.insights-filter {
  position: relative;
  z-index: 10;
}

.filter-item{
  position: relative;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
}

.filter-item .dropdown-copy{
  position: relative;
}

.filter-item .dropdown-copy button{
  font-size: 100%;
  -webkit-appearance: button;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: inherit;
  text-align: left;
  background: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 6px 35px 6px 20px;
  border: 1px solid #D7D7D7;
  font-family: Arial;
}

.filter-item .dropdown-copy button:after {
  -webkit-transform: rotate(
    45deg
  );
  transform: rotate(
    45deg
  );
  position: absolute;
  top: -4px;
  right: 10px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.filter-item .dropdown-copy button:focus{
  color: #fff;
  background: #01916d;
  outline:0;
}
.dropdown-copy > button:focus:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.filter-item .dropdown-copy ul {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 300px;
  margin: 0;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  display:none;
}

.filter-item .dropdown-copy ul li a{
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  color: #000;
  background: #eee;
  display: block;
  width: 100%;
  padding: 6px 5px 6px 20px;
  border: 0;
  border-bottom: 1px solid #fff;
  cursor: default;
  font-family: Arial;
}

.filter-item .dropdown-copy ul li a:hover {
  color: #fff;
  background: #898989;
}

.show_cat .filter-item .dropdown-copy ul{
  display:block;
}


.show-more{
  font-size: 1.125em;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
  background: transparent;
  width: 100%;
  margin: 10px 0 0;
  padding: 5px 10px;
  border: 0;
  cursor: pointer;
}

.show-more span{
  display: block;
  cursor: pointer;
  font-family: Arial;
}
.show-more:focus{
  outline:none;
}

.show-more span {
  display: block;
}

.show-more .show-more-img {
  content: "";
  background-image: url(https://5755106.fs1.hubspotusercontent-na1.net/hubfs/5755106/raw_assets/public/FujiFilm_April2021/images/sprite.png);
  background-repeat: no-repeat;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-position: -912px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 768px){
  .breadcrumb{
    display: block;
  }

  .filter-item{
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 20%;
    position: relative;
  }

  .insight__header--text h1{
    font-size: 2.5em;
    margin: 25px 0 20px;
  }

  .card-tiles{

    padding: 0 6px;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card-tiles a{
    margin: -6px -3px 0 -3px;
  }

  .card-tiles .group h2{
    font-size: 22px;
  }

  .insights-filter {
    margin: 0 0 20px -10px;
  }

  .filter-item{
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 20%;
  }

}


@media only screen and (min-width: 992px){
  .card-tiles{
    padding: 0 10px;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}


@media (max-width:767px){ 
  .filter-item .dropdown-copy button{
    font-family: Arial;
  }
  .main_content {
    padding: 20px 0px 0;
  }

  .show-more{
    padding-top: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}


input.email-edit.hs-input{
  max-width:750px!important;
  width:100%!important;
}

.systems-page .hs-input{
  max-width:750px;
  width:100%;
  display:block!important;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block !important;
  min-height: 0 !important;
}
ul.no-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
input#hs-pwd-widget-password{
  display: block;
  line-height: 1.15;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  font-size: 1em;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  width: 100%;
  vertical-align: middle;
  height: 36px!important;
  margin: 4px 0;
  padding: 0 10px;
  font-family: ts-unused;
  max-width:750px;
  width:100%;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 767px){
  .error-page_heading{
    font-size: 28px;
  }
  .page-header h1 {
    font-size: 30px;
  }
  .page-header h2{
    font-size: 25px;
  }
}