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

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

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

.body-wrapper .banner-section .dnd-section > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1280px) {
  .body-wrapper .dnd-section > .row-fluid {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .body-wrapper .dnd-section > .row-fluid {
    padding: 0 36px;
  }
}

@media (max-width: 999px) {
  .body-wrapper .dnd-section > .row-fluid {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .body-wrapper .dnd-section > .row-fluid {
    padding: 0 16px;
  }
}
@font-face {
  font-family: "CJ Only One";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20200/0a33064e6b337c76d87198039094eedb.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20200/light.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20200/0a33064e6b337c76d87198039094eedb.woff2") format("woff2"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20200/0a33064e6b337c76d87198039094eedb.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "CJ Only One";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20400/75728c1a866a524e1fd35aaf12bbe904.eot") format("eot"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20400/regular.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20400/75728c1a866a524e1fd35aaf12bbe904.woff2") format("woff2"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20400/75728c1a866a524e1fd35aaf12bbe904.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "CJ Only One";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20800/bd251b73db150dbc802eb5e7be632d96.eot") format("eot"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20800/bold.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20800/bd251b73db150dbc802eb5e7be632d96.woff2") format("woff2"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/CJ%20Only%20One%20800/bd251b73db150dbc802eb5e7be632d96.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Font Awesome";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Light/FontAwesome5Pro-Light.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Light/fa-light.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Light/FontAwesome5Pro-Light.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Light/FontAwesome5Pro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Font Awesome";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Regular/FontAwesome5Pro-Regular.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Regular/fa-regular.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Regular/FontAwesome5Pro-Regular.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Regular/FontAwesome5Pro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Solid/FontAwesome5Pro-Solid.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Solid/FontAwesome5Pro-Solid.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Pro%20Solid/FontAwesome5Pro-Solid.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome Brands";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Brands%20Regular/FontAwesome5Brands-Regular.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Brands%20Regular/fa-brands.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Brands%20Regular/FontAwesome5Brands-Regular.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Font%20Awesome%205%20Brands%20Regular/FontAwesome5Brands-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Regular/Noto_Sans_KR_Regular.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Regular/regular.woff") format("woff"),
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Regular/Noto_Sans_KR_Regular.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Regular/Noto_Sans_KR_Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans";
  src: url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Bold/Noto_Sans_KR_Bold.eot") format("eot"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Bold/bold.woff") format("woff"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Bold/Noto_Sans_KR_Bold.woff2") format("woff2"), 
    url("https://2623741.fs1.hubspotusercontent-na1.net/hubfs/2623741/CJ_Logistics_January2021/Fonts/Noto%20Sans%20KR%20Bold/Noto_Sans_KR_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

html {
  font-size: 18px;
  line-height: 1.6;
  width: 100vw;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  background-color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.6;
}

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

blockquote {
  margin: 18px 40px;
}

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

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eeeff0;
}

body::-webkit-scrollbar-thumb {
  background-color: #0080c6;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #eeeff0;
}

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

.fab {
  font-family: 'Font Awesome Brands';
}

.fal {
  font-family: 'Font Awesome';
  font-weight: 300;
}

.far {
  font-family: 'Font Awesome';
  font-weight: 400;
}

.fa, .fas {
  font-family: 'Font Awesome';
  font-weight: 900;
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-caret-down:before {
  content: "\f0d7";
}

svg {
  display: block;
  width: 100%;
}

svg .black {
  fill: #000000;
}

svg .red {
  fill: #e42f44;
}

svg .yellow {
  fill: #ec8922;
}

svg .blue {
  fill: #0080c6;
}

/* media query */


@media (max-width: 1280px) {
  .body-container-wrapper .content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .body-container-wrapper .content-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 999px) {
  .body-container-wrapper .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px !important;
  }
}

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

  body {
    font-size: 14px !important;
  }
}

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

@media (max-width: 479px) {
  .body-container-wrapper h1 {
    font-size: 30px;
  }

  .body-container-wrapper h2 {
    font-size: 29px;
  }
}



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

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border:0;
  padding:5px;
}

.body-wrapper .hs-error-msgs {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
}

.body-wrapper .hs-error-msgs li {
  line-height: inherit;
}

.body-wrapper .hs-error-msgs label {
  color: red;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  display: block;
  float: none;
  width: auto;
  padding: 0;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  outline: 0 !important;
  width: auto;
  height: auto;
  white-space: normal !important;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  font-family: 'Noto Sans',Helvetica,Arial,sans-serif;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
}

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

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


.hs-form label {
  font-family: 'Noto Sans',Helvetica,Arial,sans-serif;
  font-size: inherit;
  line-height: 1.6;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password {
  width: 100% !important;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 6px 12px;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  color: #000;
  font-family: 'Noto Sans',Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.6;
  height: 40px;
  font-weight: normal;
}

#hs-pwd-widget-password {
  height: 40px !important;
}

.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);    
}

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

.hs-input[type=file] {
  background-color: #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, 
.hs-form-field {
  margin-bottom: 20px;
}

.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: 767px) {
  form {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border: 0;
  }
}

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

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

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

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
 */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid rgba(147, 149, 152, 0.5);
  z-index: 1000;
  -webkit-transition: all 0.2s, width 0.0s;
  -o-transition: all 0.2s, width 0.0s;
  transition: all 0.2s, width 0.0s;
}

.custom-header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 75px;
  max-width: 100%;
}

.col-header-section {
  padding: 0 28px;
  position: relative;
  height: 100%;
}

.custom-logo .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.custom-logo a {
  display: block;
  /*   width: 142px; */
  width: 8rem;
}

.custom-header a {
  text-decoration: none !important;
  outline: 0 !important;
}

.custom-logo a svg .black {
  fill: #000000!important;
}

.custom-header-top-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.custom-header-top-menu .hs_cos_wrapper {
  height: inherit;
  display: block;
}

.custom-header-top-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li {
  height: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  padding: 0 1.5em;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
}

.custom-header-top-menu .hs-menu-wrapper {
  height: inherit;
}

.custom-header-right-content .inner-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.custom-header-right-content .inner-right-content svg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: auto;
  height: 100%;
  right: 100%;
  top: 0;
}

.custom-header button {
  font-family: Arial;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  margin: 0;
  border: 0;
  padding: 0;
  text-transform: none;
  overflow: visible;
  width: auto;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.fa-search:before {
  content: "\f002";
}

.custom-header button.mobile-trigger {
  position: relative;
  z-index: 500;
  margin-left: 2em;
}

.custom-header button.mobile-trigger .close {
  display: none;
}

.custom-header-search {
  padding: 0 64px;
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 750;
  border-bottom: 1px solid rgba(147, 149, 152, 0.5);
  opacity: 0;
  transition: opacity 0.2s;
}

.custom-header-fixed-flyout-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.mobile-open .custom-header-fixed-flyout-menu {
  pointer-events: all;
}

.custom-header-fixed-flyout-menu .inner-flyout-menu {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.0s ease-in-out;
  -o-transition: opacity 0.5s 0.0s ease-in-out;
  transition: opacity 0.5s 0.0s ease-in-out;
  position: relative;
  z-index: 100;
}

.mobile-open .custom-header-fixed-flyout-menu .inner-flyout-menu {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out;
}

.custom-mobile-search {
  display: none !important;
}

.flyout-background {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transition: height 0.5s 0.5s ease-in-out;
  -o-transition: height 0.5s 0.5s ease-in-out;
  transition: height 0.5s 0.5s ease-in-out;
  z-index: 50;
}

.mobile-open .flyout-background {
  height: 200%;
  -webkit-transition: height 0.5s 0.0s ease-in-out;
  -o-transition: height 0.5s 0.0s ease-in-out;
  transition: height 0.5s 0.0s ease-in-out;
}

body.mobile-open {
  overflow: hidden;
}

.custom-fixed-menu-group .inner-menu-nav {
  padding: 128px 0;
}

.custom-menu-primary .navigation-primary > ul {
  list-style: none;
  padding: 0;
  margin: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-menu-primary .navigation-primary > ul > li {
  line-height: inherit;
  padding: 18px;
  width: 50%;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.child-trigger {
  display: none !important;
}

.custom-menu-primary .navigation-primary > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.777777778rem;
  width: 100%;
  display: block;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li {
  line-height: inherit;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > a {
  display: block;
}

.custom-fixed-menu-group {
  padding: 0 64px;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu > a i.far.fa-plus {
  display: none !important;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu > a i.fa-angle-right {
  display: block;
}

.mobile-open .custom-header button.mobile-trigger .open {
  display: none;
}

.mobile-open .custom-header button.mobile-trigger .close {
  display: block;
}

.fa-times:before {
  content: "\f00d";
}

.search-open .custom-header-search {
  opacity: 1;
}

body.search-open {
  overflow: hidden;
}

.body-wrapper .custom-header-search .content-wrapper {
  padding: 2rem 0;
}

.visually-hidden {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  font-family: Arial;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.custom-header-search .hs-search-field {
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 635px !important;
  margin: 0 auto !important;
}

.custom-header-search .hs-search-field form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.custom-header-search .hs-search-field form * {
  font-size: 1rem;
}

.custom-header-search .hs-search-field__input {
  border-right: none !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-family: Arial;
  padding: 0.777777778rem 0.888888889rem;
  display: block;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none !important;
  outline: 0 !important;
  transition: none !important;
  border-radius: 0 !important;
  font-weight: normal;
  height: auto;
  color: #000;
}

.custom-header-search button {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(3.444444444rem + 7px);
  overflow: hidden;
}

.custom-header-search button > .hs_cos_wrapper {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  padding: 0.777777778rem 0.888888889rem;
  width: calc( 100% - 1.222222222rem );
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-right: unset;
  height: 100%;
}

.custom-header-search button > .hs_cos_wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome';
  font-weight: 300;
  font-size: 1rem;
  content: "\f002";
}

.custom-header-search button svg {
  display: none !important;
}

.custom-header-search button > .hs_cos_wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 100;
  border-bottom: 0.833333333rem solid transparent;
}

.custom-header-search input[type="search" i]::-webkit-search-cancel-button,
.custom-mobile-search input[type="search" i]::-webkit-search-cancel-button {
  display: none !important;
}

.scroll-header .custom-header {
  -webkit-transition: all 0.2s, width 0.0s, -webkit-transform 0.2s 0.2s;
  transition: all 0.2s, width 0.0s, -webkit-transform 0.2s 0.2s;
  -o-transition: all 0.2s, transform 0.2s 0.2s, width 0.0s;
  transition: all 0.2s, transform 0.2s 0.2s, width 0.0s;
  transition: all 0.2s, transform 0.2s 0.2s, width 0.0s, -webkit-transform 0.2s 0.2s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-show .custom-header {
  -webkit-transition: all 0.2s, width 0.0s, -webkit-transform 0.2s 0.0s;
  transition: all 0.2s, width 0.0s, -webkit-transform 0.2s 0.0s;
  -o-transition: all 0.2s, transform 0.2s 0.0s, width 0.0s;
  transition: all 0.2s, transform 0.2s 0.0s, width 0.0s;
  transition: all 0.2s, transform 0.2s 0.0s, width 0.0s, -webkit-transform 0.2s 0.0s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-header-hor-space {
  width: 78px;
}

#magic-line {
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  -webkit-transform: skewX(-60deg);
  -ms-transform: skewX(-60deg);
  transform: skewX(-60deg);
  background-color: #fff;
  margin: 0 1.5em !important;
  padding: 0 !important;
}

.scroll-header #magic-line,
.search-open #magic-line,
.no-banner #magic-line {
  background-color: #0080c6;
}

.banner {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding: 0 64px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.banner .page-center {
  padding: unset;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: repeat(11, 1fr 36px) 1fr;
  grid-column-gap: 36px;
  grid-auto-rows: auto;
  -ms-grid-rows: 1fr;
}

.banner-content {
  padding: unset;
  text-align: center;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  grid-column: 1/span 12;
  -ms-grid-column: 1;
  -ms-grid-column-span: 23;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 50;
  opacity: 0.6;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-angle {
  pointer-events: none;
  z-index: 50;
}

.banner-angle .inner {
  height: 100%;
  position: relative;
  display: block;
}

.banner-angle.top.left .inner {
  margin-left: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 36px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / -2 );
  padding-left: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 36px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / 2 );
  padding-left: unset;
}

.banner-angle.btm.right .wrap {
  right: 0;
  bottom: 0;
  max-width: 400px;
}

.banner-angle.btm.right .inner {
  margin-right: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 36px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / -2 );
  padding-right: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 36px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / 2 );
  padding-right: unset;
}

.banner-angle .wrap {
  position: absolute;
  width: 100%;
}

.banner-angle.top.left .wrap {
  left: 0;
  top: 0;
  max-width: 300px;
}

.banner-angle.btm.right .wrap .rhombus {
  color: #ffffff;
  background-color: #ec8922;
  width: 50%;
  max-width: 186px;
  height: 4.666666667rem;
  margin-left: auto;
  -webkit-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.banner-angle svg .banner-angle {
  fill: #ffffff;
}

.banner-angle.top.left {
  grid-column: 1/span 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}

.banner-angle.btm.right {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 10/span 3;
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
}

#scroll-main {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  font-family: Arial;
  overflow: visible;
  color: inherit;
  position: absolute;
  width: 2.666666667rem;
  height: 2.666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 250;
  font-size: 1.5rem;
  cursor: pointer;
  outline:0;
}

.banner-content .banner-content-inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 128px 0;
}

.banner h1 {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 72px;
  text-transform: lowercase;
  margin: 0;
  color: #fff;
  letter-spacing: normal;
  font-weight: 700;
}

.banner p {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  max-width: 36em;
  margin: 0 auto;
}

.fa-arrow-down:before {
  content: "\f063";
}

.banner-angle svg polygon {
  fill: #ffffff;
}


/* media query */

@media (min-width: 768px) {
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>a>span .home {
    display: none !important;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul {
    display: block !important;
  }

  .custom-fixed-menu-group {
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
  }
}

@media (max-width: 1439px) {
  .col-header-section {
    padding: 0 22px;
  }

  .custom-fixed-menu-group .inner-menu-nav {
    padding: 72px 0;
  }

  .custom-menu-primary .navigation-primary>ul>li {
    padding: 12px;
  }

  .custom-menu-primary .navigation-primary>ul {
    margin: -12px;
  }

  .custom-header-search {
    padding: 0 48px;
  }

  .custom-fixed-menu-group {
    padding: 0 48px;
  }

  .banner h1 {
    font-size: calc(18px + 54 * ((100vw - 320px) / 1120));
  }

  .banner p {
    font-size: calc(14px + 8 * ((100vw - 320px) / 1120));
  }

  .banner-content .banner-content-inner {
    padding: 72px 0;
  }

  .banner-angle.btm.right .inner {
    margin-right: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 24px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 24px ) ) ) / -2 );
  }

  .banner .page-center {
    -ms-grid-columns: repeat(11, 1fr 24px) 1fr;
    grid-column-gap: 24px;
  }

  .banner {
    padding: 0 48px;
  }

  .banner-angle.top.left .inner {
    margin-left: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 24px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 24px ) ) ) / -2 );
  }
}

@media (max-width: 1199px) {
  .custom-fixed-menu-group .inner-menu-nav {
    padding: 54px 0;
  }

  .custom-fixed-menu-group {
    padding: 0 36px;
  }

  .custom-header-search {
    padding: 0 36px;
  }

  .custom-header-hor-space {
    width: 70px;
  }

  /* update style */

  .custom-logo a {
    width: 7.5rem;
  }

  .custom-header {
    height: 64px;
  }

  .custom-header .header__container {
    height: 100%;
  }
}

@media (max-width: 1220px) and (min-width: 1000px) {
  .custom-header-top-menu .hs-menu-wrapper > ul > li {
    padding: 0 1em;
  }
  
  #magic-line {
    margin: 0 1em !important;
  }
}

@media (max-width: 1140px) and (min-width: 1000px) {
  .custom-header-top-menu .hs-menu-wrapper > ul {
    font-size: 13px;
  }

  .custom-header-top-menu .hs-menu-wrapper > ul > li {
    padding: 0 0.7em;
  }
  
  #magic-line {
    margin: 0 0.7em !important;
  }
}

@media (max-width: 999px) {
  .col-header-section {
    padding: 0 16px;
  }

  .custom-header-right-content {
    padding-left: 0;
  }

  .custom-logo {
    padding-right: 0;
  }

  .custom-logo a svg .black {
    fill: #ffffff !important;
  }

  .scroll-header .custom-logo a svg .black,
  .no-banner .custom-logo a svg .black {
    fill: #000000 !important;
  }

  .custom-header-top-menu {
    display: none !important;
  }

  .custom-header-search {
    padding: 0 24px;
  }

  .custom-fixed-menu-group {
    padding: 0 24px;
  }

  .custom-fixed-menu-group .inner-menu-nav {
    padding: 36px 0;
  }

  #magic-line {
    display: none !important;
  }

  .banner-content .banner-content-inner {
    padding: 36px 0;
  }

  .banner {
    padding: 0 24px;
  }

  .banner-angle.top.left .inner {
    margin-left: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 16px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 16px ) ) ) / -2 );
  }

  .banner-angle.btm.right .inner {
    margin-right: calc( ( 100vw - calc( ( ( 100% - ( ( 3 - 1 ) * 16px ) ) / 3 ) * 12 + ( ( 12 - 1 ) * 16px ) ) ) / -2 );
  }

  .banner-angle .inner {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .custom-header-search {
    padding: 0 16px;
  }

  .custom-mobile-search {
    color: #ffffff;
    background-color: #245687;
    padding: 0 16px;
    display: block !important;
  }

  .custom-mobile-search .inner-mobile-search {
    max-width: 1190px;
    margin: 0 auto;
    padding: 2rem 0;
  }

  .custom-mobile-search .inner-mobile-search h2 {
    font-size: calc(12px + 16 * ((100vw - 320px) / 1120));
    font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
    margin: 0;
    line-height: 1.6;
  }

  .custom-mobile-search form.search-form {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 auto !important;
    max-width: unset !important;
    margin-top: 0.5rem !important;
  }

  .custom-mobile-search form.search-form .inner-mobile-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1rem;
  }

  .custom-mobile-search form.search-form * {
    font-size: 1rem;
  }

  .custom-mobile-search form.search-form .text.search-field {
    border: 1px solid #bec0c2;
    border-right: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border: none;
    border-right: 1px solid #bec0c2;
  }

  .custom-mobile-search form.search-form .submit.search-field {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 3.444444444rem;
    overflow: hidden;
  }

  .custom-mobile-search form.search-form .inner-mobile-form .search-field .inner {
    height: 100%;
  }

  .custom-mobile-search form.search-form .search-field-input {
    margin: 0;
    border: 0;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-family: Arial;
    font-size: 1rem;
    padding: 0.777777778rem 0.888888889rem;
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .custom-mobile-search form.search-form .search-field-input:focus {
    outline: 0;
  }

  .custom-mobile-search form.search-form .inner-mobile-form .submit.search-field .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-mobile-search form.search-form .inner-mobile-form .submit.search-field button {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    padding: 0.777777778rem 0.888888889rem;
    width: calc( 100% - 1.222222222rem );
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: unset;
    background-color: #ffffff;
    color: #0080c6;
  }

  .custom-mobile-search form.search-form .inner-mobile-form .submit.search-field button:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 2rem solid #0080c6;
    border-bottom: 0.833333333rem solid transparent;
    border-left: 1.222222222rem solid #0080c6;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
  }

  .custom-mobile-search form.search-form .inner-mobile-form .submit.search-field button:hover,
  .custom-mobile-search form.search-form .inner-mobile-form .submit.search-field button:focus {
    background-color: #ffffff;
    color: #0080c6;
    outline: 0;
  }

  .custom-fixed-menu-group {
    padding: 0 16px;
  }

  .custom-fixed-menu-group .inner-menu-nav {
    padding: 24px 0;
  }

  .custom-menu-primary .navigation-primary>ul {
    margin: -8px;
  }

  .custom-menu-primary .navigation-primary>ul>li {
    padding: 8px;
    width: 100%;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul {
    display: none;
  }

  .custom-menu-primary .navigation-primary>ul>li>a {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .custom-menu-primary .navigation-primary>ul>li:last-child>a {
    border: 0;
    padding-bottom: 0;
  }

  .custom-menu-primary .navigation-primary>ul>li.has-submenu>a i.fa-angle-right {
    display: none;
  }

  .child-trigger {
    display: flex !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px !important; /* Button width */
    min-width: 20px !important;
    height: 38px !important; /* Button height */
    padding: 0 !important;
    color: #fff;
    align-items: center;
  }

  .fa-plus:before {
    content: "\f067";
  }

  .fa-minus:before {
    content: "\f068";
  }

  .custom-menu-primary .navigation-primary>ul>li.has-submenu {
    position: relative;
  }

  .child-trigger i {
    display: inline;
    position: absolute;
  }

  .child-trigger i.far.fa-minus {
    display: none;
    font-size: 1.125rem;
  }

  .child-trigger.child-open i.far.fa-minus {
    display: block;
  }

  .child-trigger.child-open i.far.fa-plus {
    display: none;
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a > span .home {
    display: none;
  }

  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-open > a > span .home {
    display: inline;
  }

  .custom-fixed-menu-group {
    max-height: 700px;
    height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .custom-header-hor-space {
    width: 61px;
  }

  .custom-logo a {
    width: 7rem;
  }

  .custom-header {
    height: 52px;
  }

  .banner-content .banner-content-inner {
    padding: 24px 0;
  }

  .banner .page-center {
    display: block;
  }

  .banner {
    padding: 0 16px;
  }

  .site-wrapper {
    overflow: hidden;
    position: relative;
  }

  .custom-mobile-search .hs-search-field {
    max-width: unset;
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 100%;
  }

  .custom-mobile-search .hs-search-field form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .custom-mobile-search .hs-search-field form * {
    font-size: 1rem;
  }

  .custom-mobile-search .hs-search-field__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    border-right: 1px solid #bec0c2;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: none !important;
    height: 100%;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-family: Arial;
    font-size: 1rem;
    padding: 0.777777778rem 0.888888889rem;
    width: 100% !important;
    display: block;
    background-color: #ffffff;
  }

  .custom-mobile-search button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(3.444444444rem + 4px);
    overflow: hidden;
    font-size: 1rem;
  }

  .custom-mobile-search button > .hs_cos_wrapper {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    padding: 0.777777778rem 0.888888889rem;
    width: calc(100% - 1.222222222rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: unset;
    background-color: #ffffff;
    color: #0080c6;
    height: 100%;
  }

  .custom-mobile-search button > .hs_cos_wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome';
    font-weight: 300;
    font-size: 1rem;
    content: "\f002";
  }

  .custom-mobile-search button > .hs_cos_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 2rem solid #0080c6;
    border-bottom: 0.833333333rem solid transparent;
    border-left: 1.222222222rem solid #0080c6;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  display: block;
  width: 100%;
  font-weight: 400;
}

.custom-footer-top, .custom-footer-middle, .custom-footer-bottom {
  display: block;
  width: 100%;
  padding: 0 64px;
}

.custom-footer-bottom {
  border-top: 1px solid #939598;
  font-size: 12px;
}

.custom-footer-bottom .footer__container.bottom-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: repeat(11, 1fr 36px) 1fr;
  grid-column-gap: 36px;
  padding: 36px 0;
  padding-bottom: 35px;
}

.custom-footer-copyright-with-logo {
  grid-column: 1/span 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
}

.custom-footer-dropdown-toggle {
  grid-column: 10/span 3;
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
}

.custom-footer-copyright-with-logo .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer-copyright-with-logo .copyright-inner > div {
  width: 100%;
}

.custom-footer-copyright-with-logo .copyright-inner > div > .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer-copyright-with-logo a {
  display: block;
  /*   width: 142px; */
  width: 8rem;
}

.custom-footer a {
  text-decoration: none !important;
  outline: 0 !important;
}

.custom-footer-copyright-with-logo p {
  margin: 0.444444444rem 0 0 1.166666667rem;
}

.footer-sites-dropdown {
  position: relative;
  border: 1px solid #eeeff0;
}

.footer-sites-dropdown button {
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  margin: 0;
  border: 0;
  text-transform: none;
  padding: 1em 2.666666667em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  outline: none;
  color: inherit;
}

.custom-footer-middle {}

.custom-footer-middle .footer__container.middle-container {
  padding: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-footer-middle {
  font-size: 0.777777778rem;
  padding: 0.642857143em 0;
}

.col-footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-footer-follow-us.col-footer-middle ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-footer-middle ul li {
  line-height: inherit;
}

.custom-footer-privacy-links ul li a {
  display: block;
}

.custom-footer-privacy-links ul li a span:last-child {
  margin: 0 2em;
  color: #939598;
}

.custom-footer-follow-us ul li:first-of-type {
  margin-right: 0.833333333em;
}

.custom-footer-follow-us ul li + li {
  margin-left: 0.222222222rem;
}

.custom-footer-follow-us ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-footer-follow-us ul li:nth-child(2) {
  margin-left: 0;
}

.custom-footer-follow-us ul li a i {
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome Brands';
}

.custom-footer-follow-us ul li:nth-child(2) a i:before {
  content: "\f0e1";
}

.custom-footer-follow-us ul li:nth-child(3) a i:before {
  content: "\f39e";
}

.custom-footer-follow-us ul li:nth-child(4) a i:before {
  content: "\f099";
}

.custom-footer-follow-us ul li:nth-child(5) a i:before {
  content: "\f167";
}

.custom-footer-top .footer__container.top-container {
  padding: 1.333333333rem 0;
}

.custom-footer-top-menu .hs-menu-wrapper > ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: repeat(11, 1fr 36px) 1fr;
  grid-column-gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li:nth-child(1) {
  grid-column: 1/span 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  width: 50%;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li:nth-child(2) {
  grid-column: 4/span 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li {
  line-height: inherit;
  padding: 1.333333333rem 0;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: unset;
  font-size: 0.777777778rem;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li > ul > li {
  line-height: inherit;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 0.857142857em 0;
  display: block;
}

.custom-footer-top-menu .hs-menu-wrapper > ul > li:nth-child(1) > a {
  padding-top: 6px;
}

.footer-sites-dropdown.open-dropdown {
  border-color: #bec0c2;
}

.custom-footer-dropdown-menu {
  position: absolute;
  border: 0;
  border-bottom: none !important;
  top: unset;
  bottom: calc(100% - 1px);
  max-height: 0;
  overflow: hidden;
  left: -1px;
  width: calc(100% + 2px);
  display: block !important;
  transition: all 0.3s ease-in-out;
}

.open-dropdown .custom-footer-dropdown-menu {
  max-height: 20rem;
  overflow-y: scroll;
  border: 1px solid #bec0c2;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 1em 2.666666667em;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li {
  line-height: inherit;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li + li {
  border-top: 1px solid #bec0c2;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li > a {
  padding-top: 1em;
  font-size: 12px;
  font-weight: 700;
  display: block;
  cursor: text;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0.5em 0;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li > ul > li {
  line-height: inherit;
}

.custom-footer-dropdown-menu .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 0.5em 0;
  display: block;
}

#select_txt{
  opacity: 0;
  position: absolute;
}

.custom-footer-top-hor-space {
  height: 54px;
}

.custom-footer-bottom-no-nav .footer__container.bottom-container {
  padding-bottom: 36px;
}

.custom-footer-middle-no-nav {
  border-top: 1px solid #eeeff0;
}

.main-actions {
  position: fixed;
  display: block;
  right: 16px;
  bottom: 11.388888889rem;
  z-index: 250;
  color: #77787b;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-back .main-actions {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-actions .actions-button  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.main-actions .actions-button ul li {
  line-height: inherit;
}

.main-actions .actions-button > ul > li {
  border: 1px solid #bec0c2;
  background-color: #ffffff;
}

.main-actions .actions-button > ul > li + li {
  margin-top: 0.555555556rem;
}

.main-actions .actions-button button {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-family: Arial;
  color: inherit;
  height: 2.666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.666666667rem;
  font-size: 1.25rem;
  background-color: #ffffff;
  cursor: pointer;
  outline: 0;
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.main-actions .actions-button > ul > li > ul > li {
  position: relative;
}

.main-actions .actions-button > ul > li > ul > li ul.actions-menu-social {
  position: absolute;
  top: -1px;
  right: 50%;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #bec0c2;
  z-index: -1;
}

.main-actions .actions-button>ul>li>ul>li ul.actions-menu-social.visible-social {
  pointer-events: all;
  opacity: 1;
  right: 100%;
}

.fa-share-alt:before {
  content: "\f1e0";
}

.main-actions .actions-button > ul > li > ul > li ul.actions-menu-social > li > a {
  height: 2.666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.333333333rem;
  font-size: 1rem;
  background-color: #f7f7f7;
  text-decoration: none !important;
  color: inherit;
}

.fa-link:before {
  content: "\f0c1";
}

.main-actions .actions-button>ul>li>ul>li ul.actions-menu-social.visible-social > li > a {
  width: 2.666666667rem;
}

.custom-footer-no-nav .custom-footer-privacy-links ul li:last-child a span:last-child {
  display: none;
}

/* media query */

@media (max-width: 1439px) {
  .custom-footer-top, .custom-footer-middle, .custom-footer-bottom {
    padding: 0 48px;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul {
    -ms-grid-columns: repeat(11, 1fr 24px) 1fr;
    grid-column-gap: 24px;
  }

  .custom-footer-bottom .footer__container.bottom-container {
    -ms-grid-columns: repeat(11, 1fr 24px) 1fr;
    grid-column-gap: 24px;
  }
}

@media (max-width: 1199px) {
  .custom-footer-top, .custom-footer-middle, .custom-footer-bottom {
    padding: 0 36px;
  }

  .custom-footer-top-menu .hs-menu-wrapper > ul {
    -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
    grid-column-gap: 16px;
  }

  .custom-footer-bottom .footer__container.bottom-container {
    -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
    grid-column-gap: 16px;
    padding-bottom: 36px;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul>li:nth-child(1)>a {
    padding-top: 4px;
  }

  .custom-footer-top-hor-space {
    height: 47px;
  }

  .custom-footer-copyright-with-logo a {
    width: 7.5rem;
  } 
}

@media (max-width: 999px) {
  .custom-footer-top, .custom-footer-middle, .custom-footer-bottom {
    padding: 0 24px;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul>li:nth-child(1) {
    grid-column: 1/span 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    grid-column: 7/span 6;
    -ms-grid-column: 7;
    -ms-grid-column-span: 11;
  }
}

@media (max-width: 767px) {
  .custom-footer-top, .custom-footer-middle, .custom-footer-bottom {
    padding: 0 16px;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-footer-bottom .footer__container.bottom-container {
    display: block;
  }

  .custom-footer-copyright-with-logo .copyright-inner>div>.hs_cos_wrapper {
    display: block;
  }

  .custom-footer-copyright-with-logo p {
    margin: 1rem 0;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }

  .custom-footer-top-menu .hs-menu-wrapper>ul>li:nth-child(1) {
    width: 100%;
  }

  .custom-footer-top-hor-space {
    height: 42px;
  }

  .custom-footer-copyright-with-logo a {
    width: 7rem;
  }
}


@media (max-width: 479px) {
  .custom-footer-middle .footer__container.middle-container {
    display: block;
  }

  .custom-footer-privacy-links ul li:last-child a span:last-child {
    display: none;
  }

  .custom-footer-top-hor-space {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-banner .banner-angle.btm.right .wrap .rhombus {
  background: transparent;
}

.hs-blog-listing, .hs-blog-post {
  display: block;
  width: 100%;
  font-weight: 400;
}

.custom-blog-content-group {
  display: block;
  width: 100%;
}

/* .custom-blog-filter-group,
.post-item, 
.custom-blog-load-more,
.custom-blog-quote,
.custom-blog-more-company-info {
padding: 0 64px;
display: block;
} */

.custom-blog-section {
  padding: 0 64px;
  display: block;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper {
  padding: 128px 0;
}

.custom-blog-content-group .custom-blog-filter-group .content-wrapper {
  padding: 3.333333333rem 0;
}

.blog-filter-list {
  position: relative;
}

.blog-filter-list ul {
  list-style: none;
  margin: -18px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-filter-list ul li {
  padding: 18px;
  width: auto;
  line-height: inherit;
}

.custom-blog-content-group a {
  text-decoration: none !important;
  outline: 0 !important;
}

.blog-filter-list ul li a {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000 !important;
}

.blog-filter-list ul li:not(.active) a {
  color: #bec0c2 !important;
}

.blog-filter-list ul li.active a:after {
  height: 2px;
  position: absolute;
  background-color: #0080c6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 0;
  content: "";
  left: 0;
  width: calc(100% - 36px);
  margin: 0 auto;
  right: 0;
}

.blog-filter-list ul li.active {
  position: relative;
}

.custom-blog-article-group {
  display: block;
  width: 100%;
}

.post-item:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.post-item:nth-of-type(even) {
  background-color: #ffffff;
}

.post-item .post-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.featured-image-wrapper, .content-listing {
  padding: 18px;
  width: 50%;
}

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

.featured-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.content-listing .listing-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-listing h2.post-header {
  margin: 0;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

.content-listing p.excerpt {
  margin-top: 0.888888889rem;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post-item .listing-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: 30px;
}

.post-item a.more-link {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  font-size: 12px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 1.333333333em;
  color: #0080c6;
  border-bottom-color: #0080c6;
}

.post-item a.more-link:hover, .post-item a.more-link:focus {
  color: #0080c6;
  border-bottom-color: #0080c6;
}

.post-item .date {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  margin: 0;
  color: #bec0c2;
  font-size: 12px;
}

.content-listing.no-featured-image {
  width: 100%;
}

.custom-blog-load-more {
  background-color: #f7f7f7;
  text-align: center;
  display: block;
  width: 100%;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination .load-more {
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  display: inline-block;
  color: #bec0c2;
  font-size: 1.111111111rem;
}

.blog-pagination .load-more i {
  font-size: 3.666666667rem;
  margin-top: 0.111111111rem;
  display: block;
  color: #dedfe0;
}

.custom-blog-quote {
  text-align: center;
  background-color: #f7f7f7;
}

.custom-blog-quote blockquote.grid-wrapper {
  margin: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-blog-quote blockquote.grid-wrapper .grid-item {
  padding: 18px;
}

.custom-blog-quote blockquote.grid-wrapper .icon {
  width: 10%;
}

.custom-blog-quote blockquote.grid-wrapper p {
  margin: 0;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 38px;
  width: 80%;
}

.custom-blog-quote blockquote.grid-wrapper footer {
  width: 100%;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.custom-blog-quote blockquote.grid-wrapper .icon svg {
  fill: #bec0c2;
}

.custom-blog-more-company-info {
  background-color: #ffffff;
  display: block;
}

.company-more-info .content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: repeat(11, 1fr 36px) 1fr;
  grid-column-gap: 36px;
  grid-auto-rows: auto;
  -ms-grid-rows: 1fr;
  padding: 0 !important;
}

.company-more-info .company-col-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 1/span 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  position: relative;
  z-index: 100;
  padding: unset;
}

.company-more-info .company-col-image {
  margin-top: -128px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  margin-right: calc( ( 100vw - 100% ) / -2 );
  grid-column: 3/span 10;
  -ms-grid-column: 3;
  -ms-grid-column-span: 19;
}

.company-more-info .company-col-content > .inner {
  padding: 128px 0;
  margin: unset;
  max-width: unset;
}

.company-more-info .company-col-content h2 {
  margin: 0;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 38px;
  letter-spacing: normal;
  color: #000;
  text-transform: none;
}

.company-more-info .company-col-content a {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  font-size: 12px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 1.333333333em;
  color: #0080c6;
  border-bottom-color: #0080c6;
  margin-top: 4.166666667rem;
}

.company-more-info .company-col-content a:hover, 
.company-more-info .company-col-content a:focus {
  color: #0080c6;
  border-bottom-color: #0080c6;
  outline: 0;
}

.company-more-info .company-col-image > .inner {
  margin-right: calc( ( 100vw - calc( ( ( 100% - ( ( 10 - 1 ) * 36px ) ) / 10 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / -2 );
  padding-right: calc( ( 100vw - calc( ( ( 100% - ( ( 10 - 1 ) * 36px ) ) / 10 ) * 12 + ( ( 12 - 1 ) * 36px ) ) ) / 2 );
  padding-right: unset;
  position: relative;
}

.company-more-info .rhombus {
  color: #ffffff;
  background-color: #0080c6;
  display: block;
  position: absolute;
  width: 68.1085742%;
  right: 0;
  bottom: 100%;
  -webkit-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  height: 4.666666667rem;
}

.company-more-info .about-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 57.735026042%;
  position: relative;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.company-more-info .about-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* hs blog post */

.custom-blog-post-intro {
  position: relative;
}

.post-content h1 {
  margin: 0;
  letter-spacing: normal;
  text-transform: lowercase;
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}

.post-image-wrapper {
  display: block;
}

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

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

.custom-blog-overview {
  background-color: #f7f7f7;
}

.custom-blog-overview p {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 100;
  font-size: 38px;
}

.custom-blog-post-content-grp {
  background-color: #ffffff;
}

.custom-blog-post-content-grp .content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: repeat(11, 1fr 36px) 1fr;
  grid-column-gap: 36px;
}

.blog-post {
  grid-column: 1/span 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 13;
}

.custom-blog-social-share {
  grid-column: 9/span 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
}

.blog-post__body p+p {
  margin-top: 2.222222222rem;
}

.custom-blog-social-share h4 {
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #000;
  font-weight: 700;
}

.custom-blog-social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-blog-social-share ul li {
  line-height: inherit;
}

.custom-blog-social-share ul li+li {
  margin-left: 0.222222222rem;
}

.custom-blog-social-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #77787b;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-blog-social-share ul li a i {
  display: block;
}

.fa-envelope:before {
  content: "\f0e0";
}

.custom-blog-post-navigation .content-wrapper {
  padding-top: 0 !important;
}

.post-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-navigation ul li {
  margin: 0;
  line-height: inherit;
}

.post-navigation ul li a {
  font-family: "CJ Only One", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 800;
  font-size: 12px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 1.333333333em;
  color: #0080c6 !important;
  border-bottom-color: #0080c6 !important;
}

.post-navigation ul li a.no-nav-link {
  cursor: text;
}

.hs-blog-post .custom-blog-more-company-info {
  background-color: #f7f7f7;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.blog-comments form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

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

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

/* media query */

@media (min-width: 1440px) {
  .hs-blog-post .header-container-wrapper {
    min-height: auto !important;
  }
}

@media (max-width: 1439px) {
  .custom-blog-section {
    padding: 0 48px;
  }

  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper {
    padding: 72px 0;
  }

  .blog-filter-list ul {
    margin: -12px;
  }

  .blog-filter-list ul li {
    padding: 12px;
  }

  .blog-filter-list ul li.active a:after {
    width: calc(100% - 24px);
  }

  .featured-image-wrapper, .content-listing {
    padding: 12px;
  }

  .post-item .post-item-wrap {
    margin: -12px;
  }

  .company-more-info .company-col-image>.inner {
    margin-right: calc( ( 100vw - calc( ( ( 100% - ( ( 10 - 1 ) * 24px ) ) / 10 ) * 12 + ( ( 12 - 1 ) * 24px ) ) ) / -2 );
  }

  .company-more-info .company-col-image {
    margin-top: -72px;
  }

  .company-more-info .company-col-content>.inner {
    padding: 72px 0;
  }

  .company-more-info .company-col-content h2 {
    font-size: calc(16px + 22 * ((100vw - 320px) / 1120));
  }

  .company-more-info .content-wrapper {
    -ms-grid-columns: repeat(11, 1fr 24px) 1fr;
    grid-column-gap: 24px;
  }

  .custom-blog-quote blockquote.grid-wrapper {
    margin: -12px;
  }

  .custom-blog-quote blockquote.grid-wrapper .grid-item {
    padding: 12px;
  }

  .custom-blog-quote blockquote.grid-wrapper p {
    font-size: calc(16px + 22 * ((100vw - 320px) / 1120));
  }

  .custom-blog-quote blockquote.grid-wrapper footer {
    font-size: calc(14px + 8 * ((100vw - 320px) / 1120));
  }

  .blog-filter-list ul li a {
    font-size: calc(14px + 8 * ((100vw - 320px) / 1120));
  }

  .content-listing h2.post-header {
    font-size: calc(12px + 16 * ((100vw - 320px) / 1120));
  }

  .post-content h1 {
    font-size: calc(18px + 36 * ((100vw - 320px) / 1120));
  }

  .custom-blog-overview p {
    font-size: calc(16px + 22 * ((100vw - 320px) / 1120));
  }

  .custom-blog-post-content-grp .content-wrapper {
    -ms-grid-columns: repeat(11, 1fr 24px) 1fr;
    grid-column-gap: 24px;
  }
}

@media (max-width: 1280px) {
  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .custom-blog-section {
    padding: 0 36px;
  }

  .hs-blog-listing .content-wrapper, 
  .hs-blog-post .content-wrapper {
    padding: 54px 0;
  }

  .company-more-info .content-wrapper {
    -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
    grid-column-gap: 16px;
  }

  .company-more-info .company-col-image {
    margin-top: -54px;
  }

  .company-more-info .company-col-content>.inner {
    padding: 54px 0;
  }
  
  .custom-blog-post-content-grp .content-wrapper {
    -ms-grid-columns: repeat(11, 1fr 16px) 1fr;
    grid-column-gap: 16px;
  }
}

@media (max-width: 999px) {
  .custom-blog-section {
    padding: 0 24px;
  }

  .hs-blog-listing .content-wrapper, 
  .hs-blog-post .content-wrapper {
    padding: 36px 0;
  }

  .company-more-info .company-col-content>.inner {
    padding: 36px 0;
  }

  .company-more-info .company-col-image {
    margin-top: -36px;
  }

  .company-more-info .company-col-content {
    grid-column: 1/span 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }

  .blog-post {
    grid-column: 1/span 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }

  .custom-blog-social-share {
    grid-column: 7/span 6;
    -ms-grid-column: 7;
    -ms-grid-column-span: 11;
  }
}

@media (max-width: 767px) {
  .custom-blog-section {
    padding: 0 16px;
  }

  .hs-blog-listing .content-wrapper, 
  .hs-blog-post .content-wrapper {
    padding: 24px 0;
  }

  .blog-filter-list ul {
    margin: -8px;
  }

  .blog-filter-list ul li {
    padding: 8px;
  }

  .blog-filter-list ul li.active a:after {
    width: calc(100% - 10px);
    left: 5px;
  }

  .post-item .post-item-wrap {
    margin: -8px;
  }

  .featured-image-wrapper, .content-listing {
    padding: 8px;
    width: 100%;
  }

  .company-more-info .content-wrapper {
    display: block;
  }

  .company-more-info .company-col-content>.inner {
    padding: 24px 0;
  }

  .company-more-info .company-col-image {
    margin-top: -24px;
  }

  .company-more-info .company-col-image>.inner {
    margin: 0;
    padding: 0;
  }

  .custom-blog-quote blockquote.grid-wrapper .grid-item {
    padding: 8px;
  }

  .custom-blog-quote blockquote.grid-wrapper {
    margin: -8px;
  }
  
  .custom-blog-social-share {
    margin-top: 40px;
  }

  .custom-blog-post-content-grp .content-wrapper {
    display: block;
  }

}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-wrapper .custom-subs-tem-form form#email-prefs-form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

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

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

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

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


@media (max-width: 767px) {
  .body-container-wrapper .systems-page h1 {
    font-size: 21px;
  }

  .body-container-wrapper .systems-page h2 {
    font-size: 17px;
  }

  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }
}