/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .two_col_post.wtch-vdo .left_col_post {
    width: 100%;
}
  .two_col_post.wtch-vdo .right_col_post {
    width: 100%;
}
  .std-post-content .two_col_post.wtch-vdo img {
    width: auto !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "forolight";
  src: url("https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/SpecialChem_July2020/Fonts/ForoLig-webfont.eot") format("eot"),
    url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/Fonts/ForoLig-webfont.woff) format("woff"),
    url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/Fonts/ForoLig-webfont.ttf) format("truetype");
  font-weight: normal;
}



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

body {
  font-family: Lato, serif;
  font-size: 19px;
  color: #494a52;
  line-height: normal;
}
p {
  font-family: Lato, serif;
  margin: 12px 0px;
}

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

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

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

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

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 20px 0px 10px 0px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 20px 0px 10px 0px;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@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: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;;
  padding: 15px 53px;
  
  text-decoration: none;
  margin: 20px 0;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
  border-style: solid;
  line-height: normal;
  white-space: normal;
}

input#hs-pwd-widget-password {
  margin-top: 0 !important;
}

form input::placeholder {
  color: #95A8A9 !important;
}

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register {
  display: block;
  padding: 10px;
  max-width: 700px;
}


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

.hs-button:focus {
  outline: 0;
}

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


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

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

.hs-input,
input#hs-pwd-widget-password {
  width: 100% !important;
  font-weight: normal;
  line-height: normal;
  color: #33475b;
  box-sizing: border-box;
  height: auto !important;
  border: 1px solid #ccc;
  text-align: left;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  margin-top: 5px;
}

ul.no-list.hs-error-msgs>li>label {
  color: #FF0000;
  font-size: 11px;
  margin: 0;
}

ul.no-list.hs-error-msgs {
  margin-bottom: 0 !important;
}

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

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

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

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

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



textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000;
}
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: #ff0000;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.legal-consent-container .hs-richtext p{font-size:13px !important;}

.legal-consent-container .hs-richtext a{color:inherit;}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  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.
*********************************************************************************
****************************************************************************** */

.no-banner .content-wrapper {
  padding-top: 81px;
}

.hs-site-page .website-page h1 {
  margin: 0.67em 0;
  text-align: center;
  line-height: normal;
  font-size: 34pt;
  padding-bottom: 4px;
}

.hs-site-page .website-page h1+span {
  text-align: center;
  display: block;
  line-height: normal;
  padding-bottom: 20px;
}

.hs-site-page .website-page p {
  line-height: normal;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14pt;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-align: justify;
}

.hs-site-page .website-page h2 {
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 10px;
  font-size: 24pt;
  line-height: normal;
}

.hs-site-page .website-page p strong {
  color: #99c027;
  margin-top: 16px;
  display: inline-block;
}

.hs-site-page .website-page p strong sup {
  font-size: smaller;
  position: relative;
  top: -7px;
}

.hs-site-page .website-page h1+span img {
  position: relative;
  top: 2px;
}

.hs-site-page .website-page h4 {
  font-size: 20pt;
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 10px;
  font-family: 'forolight','calibri',sans-serif;
  line-height: normal;
}

.hs-site-page .website-page h6 {
  font-size: 14pt;
  margin: 0 auto;
  max-width: 900px;
  text-align: justify;
  font-family: 'calibri',sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}

.visibility_page .top-section-inner h2,
.visibility_page .advertising-section-inner h2,
.marketing_page .digital-section-inner h2,
.marketing_page .marketing-section-inner h2,
.digital_page .transformation-section-inner h2,
.digital_page .digitalization-section-inner h2,
.digital_page .benefit-section-inner h2,
.insight_page .insight-section-inner h2,
.insight_page .innovation-section-inner h2,
.case_page .case-insight-inner h2 {
  font-weight: normal;
  font-size: 24pt;
  text-align: center;
  line-height: normal;
  
}

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



.visibility_page .top-section-inner .span3 .dnd-row, 
.visibility_page .top-section-inner .span3 .dnd-row .row-fluid,
.visibility_page .top-section-inner .span3 .dnd-row .row-fluid .span12, 
.visibility_page .top-section-inner .span3 .dnd-row .row-fluid .span12>div {
  height: 100%;
}

.visibility_page .top-section-inner .span4 .dnd-row, 
.visibility_page .top-section-inner .span4 .dnd-row .row-fluid,
.visibility_page .top-section-inner .span4 .dnd-row .row-fluid .span12, 
.visibility_page .top-section-inner .span4 .dnd-row .row-fluid .span12>div {
  height: 100%;
}

.digital_page .transformation-section-inner .span4 .dnd-row, 
.digital_page .transformation-section-inner .span4 .dnd-row .row-fluid,
.digital_page .transformation-section-inner .span4 .dnd-row .row-fluid .span12, 
.digital_page .transformation-section-inner .span4 .dnd-row .row-fluid .span12>div {
  height: 100%;
}

.visibility_page .advertising-section-inner hr {
  margin: 0;
  height: 2px;
  background-color: #EEF0F0;
}

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

.marketing_page .digital-section-inner p {
  text-align: center;
}



.marketing_page .digital-section-inner .span4 .dnd-row, 
.marketing_page .digital-section-inner .span4 .dnd-row .row-fluid,
.marketing_page .digital-section-inner .span4 .dnd-row .row-fluid .span12, 
.marketing_page .digital-section-inner .span4 .dnd-row .row-fluid .span12>div {
  height: 100%;
}

.marketing_page .marketing-section-inner p {
  text-align: center;
}



.case-story{
  max-width: 750px;
  width: 100%;
  margin:auto;
}



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

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

.insight_page .insight-section-inner p {
  margin: 0 auto;
  max-width: 700px;
  font-size: 14pt;
  text-align: center;
}

.insight_page .insight-section-inner .span5 .dnd-row, 
.insight_page .insight-section-inner .span5 .dnd-row .row-fluid,
.insight_page .insight-section-inner .span5 .dnd-row .row-fluid .span12, 
.insight_page .insight-section-inner .span5 .dnd-row .row-fluid .span12>div {
  height: 100%;
}



.insight_page .insight-section-inner .span1 {
  width: 8.33333% !important;
  margin: 0 !important;
}

.solution-list ul {
  list-style-image: url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/images/bullet.png);
  margin: auto;
  font-size: 12pt;
}

.insight_page .innovation-section-inner p {
  font-size: 14pt;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}



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

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

.download_page .two-column-inner .span8 {
  width: 66.6667% !important;
}



.download_page .two-column-inner .span8>.dnd-row {
  padding: 0px 10px 20px;
}

.download_page .two-column-inner img {
  padding-bottom: 15px;
}

.download_page .two-column-inner p {
  font-size: 12pt;
  margin: 0;
  line-height: normal;
}

.download_page .two-column-inner p strong {
  font-size: 18pt;
}

.download_page .two-column-inner form h5 {
  font-size: 18pt;
  margin: 0;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.no-banner .hs-landing-page .body-container {
  padding-top: 80px;
}

.download_page .two-column-inner .hs_cos_wrapper_type_form {
  padding: 15px;
}

.download_page .two-column-inner form span.hs-form-required {
  display: none;
}

.download_page .two-column-inner form .hs-richtext {
  margin: 0;
}

.download_page .two-column-inner form .hs-form-field {
  margin-bottom: 5px;
}

.download_page .two-column-inner form .hs-form-field .hs-input {
  margin-top: 0;
  font-size: 12pt;
}

.download_page .two-column-inner form .hs-form-field .hs-input::placeholder {
  color: #505E5F !important;
}

.download_page .two-column-inner form .hs-form-field>label {
  line-height: 1.5;
  display: block;
  font-size: 9pt;
}

.download_page .two-column-inner form .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-user-select: none;
  background-image: url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/images/Down_Arrow.svg);
  background-position: calc(100% - 12px);
  background-size: auto;
  background-repeat: no-repeat;
}

.two_col_post.wtch-vdo {
  background-color: #99c027;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 20px;
}
.two_col_post.wtch-vdo h2 a {
  color: #fff;
}
.two_col_post.wtch-vdo p a {
  color: #fff;
}
.two_col_post.wtch-vdo a.button {
  border-color: #fff;
}

.download_page .two-column-inner form .hs-richtext p {
  font-size: 9pt !important;
}

.download_page .two-column-inner form .hs-submit {
  text-align: center;
}

.download_page .two-column-inner form .hs-submit .hs-button {
  margin: 0;
  margin-top: 15px;
}

.insight_page .dnd-section > .row-fluid {
  padding: 0;
  display: flex;
}

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

.thank_you_page .marketing-heading-section-inner h2 {
  line-height: normal;
}

.home-solution-section-inner h2 {
  text-align: center;
  font-size: 24pt;
  line-height: normal;
  padding-bottom: 10px;
}

.home-solution-section-inner h2+p {
  max-width: 700px;
  font-size: 14pt;
  text-align: center;
  margin: 0 auto;
}

.home-solution-section-inner .solution-section {
  padding: 0;
}

.home_page .solution-section-inner {
  padding: 10px 10px 45px;
}

.home-solution-section-inner .span4 {
  width: 33.3333% !important;
  padding: 0px 10px 20px !important;
  margin: 0 !important;
}

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

.suppliers-section-inner h2 {
  font-size: 24pt;
  text-align: center;
  line-height: normal;
}

.home-solution-section-inner .span4 .dnd-row, 
.home-solution-section-inner .span4 .dnd-row .row-fluid,
.home-solution-section-inner .span4 .dnd-row .row-fluid .span12, 
.home-solution-section-inner .span4 .dnd-row .row-fluid .span12>div {
  height: 100%;
}

.contact_form_area .hs_cos_wrapper_type_form {
  max-width: unset;
  margin-top: 20px;
}

.technical-section .technical-hdr {
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 1281px) and (min-width: 1100px) {
  .home_page .dnd-section > .row-fluid {
    display: flex;
  }
}


@media (max-width: 1281px) and (min-width: 768px)  {
  .menu-container .navigation-primary>ul>li:last-child > ul {
    right: 0;
  }
}

@media (max-width: 767px) {
  .visibility_page .top-section-inner .span3 {
    width: 100% !important;
  } 

  .visibility_page .top-section-inner h2,
  .visibility_page .advertising-section-inner h2 {
    padding: 0px 30px;
  }

  .visibility_page .top-section-inner .span4 {
    width: 100% !important;
  }

  .marketing_page .digital-section-inner .span4,
  .digital_page .benefit-section-inner .span4,
  .digital_page .transformation-section-inner .span4 {
    width: 100% !important;
  }

  

  .marketing_page .marketing-section-inner .span8,
  .digital_page .digitalization-section-inner .span8,
  .marketing_page .marketing-section-inner .span2,
  .digital_page .digitalization-section-inner .span2 {
    width: 100% !important;
  }

  

  .insight_page .insight-section-inner .span1 {
    width: 100% !important;
  }

  .insight_page .insight-section-inner .span5 {
    width: 100% !important;
  }

  

  .insight_page .innovation-section-inner .span1 {
    width: 100% !important;
  }

  .insight_page .innovation-section-inner .span10 {
    width: 100% !important;
  }

  

  .case_page .case-insight-inner .span8 {
    width: 100% !important;
  }

  .case_page .case-insight-inner .span2 {
    width: 100% !important;
  }

  .download_page .two-column-inner .span8 {
    width: 100% !important;
  }

  .download_page .two-column-inner .span4 {
    width: 100% !important;
  }

  .home-solution-section-inner .span4 {
    width: 100% !important;
  }

  .osx .post-two-column-block {
    padding: 0px 5px !important;
  }

  .contact_form_area ul.inputs-list>li {
    width: 100%;
  }

  .suppliers-section-inner h2 {
    padding: 0 15px;
  }
  .supplier-row:nth-child(1) .supplier-col:nth-child(3) .supplier-col-txt , 
  .supplier-row:nth-child(1) .supplier-col:nth-child(4) .supplier-col-txt {
    display: none;
  }
  .supplier-row:nth-child(1) .supplier-col:last-child {
    padding: 20px 0!important;
  }
  .supplier-row:nth-child(1) .supplier-col:last-child .supplier-col-inner > div {
    display: none;
  }





}

@media (max-width: 630px) {
  .hs-site-page .website-page h1 {
    font-size: 27pt;
  }

}

@media (max-width: 510px) {
  .hs-site-page .website-page h1 {
    font-size: 15pt;
  }
}

@media (max-width: 420px) {
  .osx .video-thumbnail{
    width: 30.7%;
  }
  .osx .video-title{
    padding-left: 9px;
  }
  .home_banner .banner-heading-wrapper h1 {
    font-size: 34pt;
  }

}




p.standard_topics {
  text-align: center;
  color: #99c027;
  margin: 50px auto 20px;
  max-width: 900px;
  font-size: 20pt;
  font-family: 'forolight','calibri,sans-serif';
}
.standard-post-time {
  display: none;
}
.standard__posts iframe {
  max-width: 100%;
}
span.hs-form-required {
  display: none;
}
.four-col-post.gray-four {
  background-color: rgb(238, 240, 240);
  margin-bottom: 0;
  margin-top: 0;
}
.gray-t{
  background-color: rgb(238, 240, 240);
  margin-bottom: 0;
  padding: 50px 0 40px;
}
.guide span.hs-form-required {
  display: inline;
}
.hs_cos_wrapper_type_social_sharing img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px;
}
.hs-main-font-element h3 {
  font-size: 32px;
  font-family: Arial;
  line-height: 1.3;
}
.hs-main-font-element p {
  font-size: 19px;
  font-family: Arial;
  line-height: 1.3;
  color: #505e5f;
  margin-top: 0;
}
.standard_post table.hie td {
  padding: 9px 7px;
  font-size: 14px;
}
.two__column_body .post-body-form .actions {
  text-align: center;
}
.left-content .promo-heading {
  font-size: 32px;
  font-family: Arial;
  line-height: 1.15;
  text-align: left;
}
.left-content .promo-text, .left-content .promo_btn_wrap {
  text-align: left;
}
.post-two-section.left-content {
  padding: 10px 0 14px;
  margin-bottom: 100px;
}
.post-two-section.left-content .post-container {
  padding: 0 5.33333%;
}
.left-content .icon-promo {
  width: 40%;
}
.left-content .icon-promo img {
  max-width: 97%;
}
.left-content .action-promo {
  width: 59%;
  padding-left: 4px;
}
.left-content .button-promo {
  font-size: 19px;
  padding: 10px 30px;
  margin-left: 5px;
  letter-spacing: -0.2px;
}
.left-content .promo-text{
  padding-bottom: 24px;
}
.left-content .button-promo:hover {
  padding: 10px 30px;
}
.post-container h6{
  letter-spacing: 0.15px;
}
.post-container .post-body-form .hs_cos_wrapper_type_form {
  background-color: transparent;
}
.post-container .post-body-form input.hs-button.primary {
  border-color: #fff;
}
p.button_green.hs-button {
  max-width: 224px;
  font-family: sans-serif;
  margin-top: 0;
}
.standard_post th, .standard_post td {
  padding: 10px 5px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.standard_post table{
  border-collapse: collapse;
}
.standard__posts ul{
  margin: 10px 0;
}
.standard__posts ul li{
  padding-bottom: 10px;
}
.standard__posts ul li:last-child{
  padding-bottom: 0;
}
.standard__posts h5{
  font-family: sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
/*new css*/
.form-left-img {
  float: left;
  width: 35%;
}
.post-body-form {
  float: left; 
  width: 64%;
}
/*new css end*/
/* form styling with iframe*/
.left-content-form-wrapper {
  background-color: rgb(153, 192, 39);
  padding: 20px 0;
  margin-bottom: 20px;
}
.left-content-form-wrapper .left_col_post {
  padding: 10px;
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.left-content-form-wrapper .right_col_post {
  width: 59%;
  padding: 10px;
  display: inline-block;
}
.left-content-form-wrapper .hs-form-field {
  display: inline-block;
}
.left-content-form-wrapper h3 {
  color: #fff;
  margin: 10px 0 10px;
}
.left-content-form-wrapper p{
  color: #fff;
}
.left-content-form-wrapper .hs-button, .left-content-form-wrapper .button--primary {
  border-color: #fff;
}
.left-content-form-wrapper .actions {
  text-align: center;
}
.left-content-form-wrapper.gray-section {
  background-color: rgb(238, 240, 240);
}
.left-content-form-wrapper.gray-section h3, .left-content-form-wrapper.gray-section p {
  color: #505e5f;
}
.webinar-post {
  width: 58%;
  display: inline-block;
  padding-right: 15px;
}
.left-content-form-wrapper.webinar-form {
  width: 41%;
  display: inline-block;
  vertical-align: top;
}
.left-content-form-wrapper.webinar-form .hs-form-field {
  width: 100%;
}
.left-content-form-wrapper.webinar-form {
  padding: 20px 20px;
}
.standard__posts .webinar-form ul li {
  padding-bottom: 0;
}
.web-img{
  float: left; 
  padding: 15px 10px 0 0;
}
.guide .hs-form label {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.guide.webinar-form h5 {
  font-family: forolight;
  font-weight: 400;
  text-align: center;
}
.standard__posts ul.list-padding li {
  padding-bottom: 0;
}
.std-post-content .ta-c-pad td {
  padding: 7px 5px;
  font-size: 14px;
}
/* end form styling with iframe*/
@media (max-width: 940px) {
  .std-post-content img {
    max-width: 100% !important;
  }
  .post-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .web-img{
    float: none; 
    padding: 0;
  }
}
@media (max-width: 767px) {
  .webinar-post {
    width: 100%;
    padding: 0;
  }

  .left-content-form-wrapper.webinar-form {
    width: 100%;
  }
  .left-content-form-wrapper .left_col_post{
    display:none;
  }
  .left-content-form-wrapper .right_col_post {
    width: 100%;
  }
  .left-content .icon-promo {
    width: 100%;
  }
  .left-content .action-promo {
    width: 100%;
    padding-left: 0;
  }
  .left-content .icon-promo img {
    max-width: 100% !important;
    width: auto;
  }
  .left-content .post-two-column-content {
    padding: 10px 15px;
  }
  .left-content .promo-heading {
    padding: 16px 0 0 0;
    line-height: 1.17;
  }
  .left-content .promo-text {
    padding: 19px 0 23px;
  }
  .left-content .button-promo {
    margin-bottom: 1px;
  }
  .post-body-text {
    display: none;
  }
  fieldset {
    max-width: 100% !important;
  }
  .hs-form-field {
    width: 100% !important;
  }
  .hs-main-font-element h3 {
    margin: 10px 0;
  }
  .home-solution-section-inner h2+p {
    padding: 0 20px;
  }
  .post-two-section.left-content .post-container {
    padding: 0;
  }
}

/********************************* Contact Page *****************************/

.contact_content h1 {
  color: #505e5f;
  font-family: 'forolight','calibri',sans-serif;
  font-weight: normal;
  font-size: 34pt;
  text-align: center;
  line-height: normal;
}
.contact_content p {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  font-size: 14pt;
  line-height: normal;
}
.contact_form_area .dnd-module {
  width: 66.6667%;
  margin: 0 auto !important;
  float: none;
}
.contact_form_area form {
  background-color: rgb(238, 240, 240);
  padding: 20px;
  border-radius: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  color: rgb(80, 94, 95);
  max-width: 100%;
}
.contact_form_area .hs-form-field {
  margin-bottom: 16px;
}
.contact_form_area .hs-form-field > label {
  ;
}



.contact_form_area .hs-form-field .hs-input{
  text-align: left;
}
.contact_form_area .hs-form-field input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
}
.contact_form_area .hs-form-field .hs-input {
  background-color: #FFFFFF;
  border-width: 1px;
  color: #505E5F;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  margin-top: 0;
}
.contact_form_area .hs-form-field {
  position: relative;
}
.contact_form_area .hs_error_rollup {
  position: relative;
}
.contact_form_area .hs_error_rollup ul.no-list.hs-error-msgs {
  position: relative;
}
.contact_form_area ul.no-list.hs-error-msgs {
  position: absolute;
  width: 100%;
  margin-bottom: 0 !important;
}
.contact_form_area form .hs-form-field textarea {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  resize: vertical;
  height: 75px !important;
  line-height: 1.5;
  padding: 5px;
  border-style: solid !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  border-width: 1px !important;
  color: #505e5f !important;
  font-size: 13pt !important;
  font-family: Calibri,Arial,sans-serif !important;
  text-align: left !important;
  border-radius: 0 !important;
}
.contact_form_area .hs-input::-webkit-input-placeholder {
  color: #505E5F !important;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  text-align: inherit;
}
.contact_form_area .hs_submit.hs-submit {
  text-align: center;
}
.contact_form_area input.hs-button.primary.large {
  margin: 0;
}
.contact_form_area .hs-fieldtype-checkbox > label {
  display: block;
  margin-bottom: 0px;
}
.contact_form_area .hs-fieldtype-checkbox ul.inputs-list {
  margin: 0;
  padding: 0;
}
.contact_form_area ul.inputs-list:after, .contact_form_area ul.inputs-list:before {
  content: "";
  display: table;
}
.contact_form_area ul.inputs-list:after{
  clear: both;
}
.contact_form_area ul.inputs-list > li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0;
}
.contact_form_area ul.inputs-list .hs-input {
  border: 1px solid #ccc;
  position: relative;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  color: #505E5F;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  width: auto !important;
  display: inline-block !important;
  margin: 3px 3px 3px 4px;
}
.contact_form_area .hs_job_department > label,
.contact_form_area .hs_job_role > label,
.contact_form_area .hs_country1 > label{
  display: block;
}
.contact_form_area .hs-form-checkbox-display {
  line-height: normal;
}
.contact_form_area .hs-form-checkbox-display > span {
  margin-left: 4px;
  vertical-align: unset;
}

.contact_form_area .hs-richtext p {
  line-height: normal;
}

.contact_form_area .hs-richtext {
  margin: 0;
}
.contact_form_area .hs-form-field select.hs-input {
  width: 100%;
  display: block;
  border-style: solid;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-user-select: none;
  background-image: url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/images/Down_Arrow.svg);
  background-position: calc(100% - 12px);
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  color: #505E5F;
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
}

.contact_form_area .hs_cos_wrapper_type_form {
  padding: 0;
}


/********************************** Video Page *************************************/


.video__page .dnd-section > .row-fluid {
  padding: 0 !important;
}
.how_to_foster_agile_innovation_with_digital_in_chemicals {
  padding-top: 130px;
  padding-bottom: 20px;
}
.how_to_validate_new_chemicals_prototypes_with_digital {
  padding-top: 130px;
  padding-bottom: 20px;
}
.key_takeaways_for_a_successful_digital_innovation_in_chemicals {
  padding-top: 130px;
  padding-bottom: 20px;
}
.how_to_innovate_faster_and_safer_with_agility {
  padding-top: 130px;
  padding-bottom: 20px;
}
.how_to_identify_new_attractive_markets_in_chemicals_with_digital {
  padding-top: 130px;
  padding-bottom: 20px;
}


/********************************** Post Page *******************************/

.large-two-col {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 0 calc(8.33333% + 10px);
}
.large-two-col > div {
  padding: 10px;
  width: 50%;
}
.large-two-col h3 {
  font-family: 'calibri',sans-serif;
  font-weight: bold;
  font-size: 18pt;
  text-align: center;
  margin: 10px 0;
  color: #505e5f;
}
.two_col_post.small {
  margin: 50px 0;
  padding: 0 calc(16.6667% + 10px);
}
.two_col_post.small > div {
  width: 50%;
  text-align: center;
}
/* .standard_post .std-post-content td {
text-align: center;
font-size: 10pt;
padding: 0;
}
.standard_post .std-post-content tr > td:first-child {
text-align: left;
}
.standard_post .std-post-content tr > td:nth-child(2) {
text-align: left;
} */
.four-col-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  margin: 30px 0;
}
.four-inner-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}
.standard_post .std-post-content .borders .label {
  width: 30%;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: bold;
  background: inherit;
  border: none;
}
.standard_post .std-post-content .value {
  width: 70%;
  vertical-align: middle;
  padding-left: 15px;
  background: inherit;
  border: none;
}
.standard_post .std-post-content .yearlabel {
  width: 100%;
  background: #505E5F;
  color: white;
  text-align: center !important;
  border: solid 1px #505E5F;
  padding: 5px;
}
.standard_post .std-post-content .borders:nth-of-type(odd) {
  background: #FFFFFF;
}
.how_to_make_your_chemicals_r__d_pipeline_agile_and_digital {
  padding-top: 130px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.post-item form .hs-richtext {
  font-size: 13pt;
  line-height: normal;
  margin: 0;
}
.post-item form .hs_error_rollup {
  display: none;
}
.post-item ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.post-item ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 1.5;
  color: #bf0475;
  font-size: 11px;
}
.post-item form .hs-input.invalid.error {
  border-color: #bf0475;
  border-width: 1px;
}
.standard-post-img.standard-bottom-img {
  text-align: center;
}
.want_to_promote_your_content_or_chemicals_in_specialchem_newsletters_ {
  padding-top: 50px !important;
  padding-right: 20px !important;
  padding-bottom: 50px !important;
  padding-left: 20px !important;
}
.want_to_promote_your_content_or_chemicals_in_specialchem_newsletters_ .promo-heading {
  max-width: 56%;
  padding-bottom: 20px;
}
.contact__btn a{
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 12px 60px;
  background: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 2px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(153, 192, 39);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}
.contact__btn a:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(153, 192, 39);
}


@media(max-width: 767px){
  .contact_form_area .dnd-module {
    width: 100%;
  }
  .video-thumbnail img {
    max-width: calc(100% + 1px);
    box-sizing: content-box;
    border: 0;
  }
  .video-title {
    position: relative;
    left: 1px;
  }
  .large-two-col {
    display: block;
    padding: 0;
  }
  .large-two-col > div {
    width: 100%;
  }
  .two_col_post {
    display: block !important;
    padding: 0 !important;
  }
  .two_col_post.small > div {
    width: 100%;
    text-align: center;
  }
  .four-col-post {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .circle_img .four-inner-col {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
  }
  .four-inner-col p {
    margin-left: 0;
    padding-left: 20px;
  }
  .std-post-content .circle_img img {
    width: 70px !important;
  }
  .std-post-content .circle_img p {
    margin-left: 0;
  }
  .std-post-content .circle_img p > span {
    display: inline-block;
  }
  .four-inner-col {
    width: 100%;
  }
  .post-feature-image {
    text-align: center;
  }



}



@media(max-width: 400px){
  .contact_form_area .hs-form-checkbox-display {
    line-height: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

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

.header-wrapper {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.header-bottom {
  padding-top: 10px;
  border-bottom: 1px solid rgb(238, 240, 240);
}

.header-logo {
  width: auto !important;
  display: inline-block;
}

.header-logo .mobile-logo {
  display: none;
}

.header-menu-content:before, 
.header-menu-content:after {
  content: '';
  clear: both;
  display: block;
}

.header-sitemap-wrapper {
  font-family: calibri, sans-serif;
  background: #FFFFFF;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  float: right;
  position: relative;
}

.mobile-trigger {
  display: none;
}

.menu-container .navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-container .navigation-primary>ul>li {
  float: left;
}

.menu-container .navigation-primary ul:before, 
.menu-container .navigation-primary ul:after {
  content: '';
  clear: both;
  display: block;
}

.menu-container .navigation-primary>ul>li>a {
  padding: 17px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #505E5F;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 1;
}

.menu-container .navigation-primary>ul>li.has-submenu>a {
  padding-right: 30px;
}



.menu-container .navigation-primary>ul>li.has-submenu>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #EEF0F0;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.menu-container .navigation-primary>ul>li.has-submenu>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #EEF0F0;
  content: '';
}

.menu-container .navigation-primary>ul>li:hover>a {
  background: #FCFCFC;
}


.menu-container .navigation-primary>ul>li>ul>li {
  height: 35px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.menu-container .navigation-primary>ul>li>ul>li>a {
  padding: 11px 15px;
  width: 250px;
  font-size: 16px;
  text-decoration: none;
  color: #505E5F;
  font-weight: 400;
  background: #FCFCFC;
  display: block;
}

.menu-container .navigation-primary>ul>li>ul>li>a:hover {
  background: #f8f9f9;
}

.menu-container .navigation-primary>ul>li.has-submenu:hover>a:before {
  top: 23px;
  height: 0;
}



.landing-page-header .header-bottom {
  padding-top: 9px;
}

header.header.thank_you_header .header-col {
  padding: 10px 20px 0;
}

@media (min-width: 769px) {
  .menu-container .navigation-primary>ul>li>ul {
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.15s ease-in;
    transform-origin: top;
  }

  .menu-container .navigation-primary>ul>li:hover>ul {
    transform: scaleY(1);
  }
}

@media (max-width: 810px) and (min-width: 769px) {
  .osx .menu-container .navigation-primary>ul>li>a {
    padding: 17px 11px;
  }

  .osx .menu-container .navigation-primary>ul>li.has-submenu>a {
    padding-right: 12px;
  }

  .osx .menu-container .navigation-primary>ul>li.has-submenu>a:after {
    right: 1px;
  }

  .osx .menu-container .navigation-primary>ul>li.has-submenu>a:before {
    right: 4px;
  }
}

@media (max-width: 768px) {

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

  .header-logo .mobile-logo {
    display: block;
  }

  .header-logo .desktop-logo {
    display: none;
  }

  .mobile-trigger {
    display: block;
    padding: 17px;
    margin-bottom: 15px;
    color: #99C027;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mobile-trigger:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #99C027;
    content: '';
  }

  .mobile-trigger:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    width: 20px;
    border-top: 2px solid #99C027;
    border-bottom: 2px solid #99C027;
    content: '';
    height: 8px;
  }

  .mobile-open .mobile-trigger:before {
    top: 23px;
    background: #99C027;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .mobile-trigger:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #99C027;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-sitemap-wrapper {
    margin-top: 0;
    width: 100%;
  }

  .header-logo {
    position: fixed;
    z-index: 99;
  }

  .header-sitemap-wrapper .menu-container {
    display: none;
  }

  .menu-container .navigation-primary>ul>li {
    float: none;
    width: 100%;
    border-top: 1px solid #EEF0F0;
    position: relative;
  }

  .menu-container .navigation-primary>ul>li.has-submenu>a:before {
    display: none;
  }

  .menu-container .navigation-primary>ul>li.has-submenu>a:after {
    display: none;
  }

  .child-trigger {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #EEF0F0;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  .child-trigger:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #99C027;
    content: '';
  }

  .child-trigger:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #99C027;
    content: '';
  }

  .menu-container .navigation-primary>ul>li>ul {
    position: static;
  }

  .child-trigger.child-open {
    background: #99C027;
  }

  .child-trigger.child-open:before {
    display: none;
  }

  .child-trigger.child-open:after {
    background: #FFFFFF;
  }

  .menu-container .navigation-primary>ul>li>ul>li {
    height: auto;
    width: 100%;
    border-top: 1px solid #EEF0F0;
  }

  .menu-container .navigation-primary>ul>li>ul>li>a {
    padding-left: 25px;
    width: 100%;
    background: none !important;
  }

  .menu-container .navigation-primary>ul>li>ul>li>a:hover {
    background: #f8f9f9 !important;
  }

  .landing-page-header .header-bottom {
    padding-top: 64px;
  }

  .landing-page-header .header-logo .desktop-logo {
    display: block;
  }

  .landing-page-header .header-logo .mobile-logo {
    display: none;
  }
  .header-sitemap-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
.menu-container .navigation-primary>ul>li>ul>li>a {
    line-height: 1;
}



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  background-image: url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/images/image.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
}

.footer__container {
  margin: 0 auto;
}

.footer-wrapper {
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}

.footer-landing .footer-wrapper {
  padding: 20px;
}

.footer-legal .legal-footer-column {
  text-decoration: none;
  color: #bdbdbd;
  text-align: left;
  display: inline-block;
  width: 23%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.footer-legal .legal-footer-column p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  padding-top: 20px;
}

.footer-legal {
  text-align: center;
  font-size: 12pt;
}

.footer-legal .legal-footer-column a {
  color: #bdbdbd;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  padding-top: 20px;
}

.footer-legal .legal-footer-column > div {
  line-height: normal;
}

.language_bar {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  border-bottom: 1px solid #858585;
  padding-bottom: 30px;
  font-size: 12pt;
}

.language_bar a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
}

.language_bar a:hover {
  color: #fff;
}

.footer-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  width: 23%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.footer-menu .hs-menu-wrapper>ul {
  text-align: center;
  display: block;
  font-size: 12pt;
  margin-top: 0;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  color: #99C027;
  font-size: 14pt;
  font-family: 'Forolight', 'calibri', sans-serif;
  padding: 0;
  margin: 19px 0 19px;
  line-height: normal;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
  font-size: 12pt;
  margin: 0 0 1em;
  line-height: 19px;
  width: 100%;
  display: block;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 0;
  color: #FFFFFF;
  font-size: 12pt;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
  margin-top: 0;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
  margin: 0;
}

.hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
  font-size: 0;
  line-height: 7px;
  margin: 0;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a:before {
  display: inline-block;
  content: '';
  background-image: url(https://1692203.fs1.hubspotusercontent-na1.net/hubfs/1692203/raw_assets/public/SpecialChem_July2020/images/linkedin_icon.png);  
  width: 25px;
  background-repeat: no-repeat;
  height: 25px;
  position: relative;
}

.osx .footer-menu .hs-menu-wrapper>ul {
  margin-bottom: 3px;
}

.osx .footer-menu .hs-menu-wrapper>ul>li>ul>li {
  line-height: 18px;
}

.osx .footer-menu .hs-menu-wrapper>ul>li>a{
  margin-bottom: 18px;
}

.osx .language_bar{
  padding-top: 19px;
  padding-bottom: 31px;
}

@media (max-width: 768px) {
  .footer-legal .legal-footer-column {
    width: 100%;
  }

  .footer-legal {
    padding-top: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
    text-align: center;
    border-top: 1px solid #858585;
    padding-top: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.guide.webinar-form h5{
 font-size: 18pt; 
}

.guide.webinar-form p {
    font-size: 12pt;
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.standard__posts_wrapper {
  padding: 0 20px;
}

.post-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.post-text-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.video-post-header {
  padding-top: 150px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.video-post-header-inner {
  padding: 0px 10px;
}
p.video_topics {
  text-align: left;
  color: #99C027;
  margin: 0 auto;
  max-width: 900px;
  font-size: 20pt;
  font-family: 'forolight',sans-serif;
}
h1.entry-title {
  color: #505e5f;
  font-family: 'forolight',sans-serif;
  font-weight: normal;
  margin: 0 auto;
  max-width: 900px;
  font-size: 30pt;
  line-height: normal;
}
.video__posts {
  display: none;
}
.video_post .video__posts {
  display: block;
}
.video_post .standard__posts {
  display: none;
}

.video-conatiner-section {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-conatiner-column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.video-conatiner-column.video-content {
  width: 66.6667%;
}
.video-conatiner-column.video-sidebar {
  width: 33.3333%;
}
.video-container-inner {
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
}
.video-content .video-container-inner {
  padding: 0px 20px 20px;
}
.video-sidebar .video-container-inner {
  padding: 0px 10px;
}
.video-heading {
  padding-bottom: 20px;
}
.video-heading p {
  color: #505e5f;
  margin: 0 auto;
  max-width: 900px;
  font-size: 16pt;
}
.video-iframe {
  padding-bottom: 20px;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: none !important;
  min-width: auto !important;
}
.video-iframe .hs-responsive-embed-inner-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-button-inner {
  padding: 5px;
  text-align: center;
}
.video-button a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 15px 40px;
  background: rgb(153, 192, 39);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}
.video-button a:hover {
  background: rgb(255, 255, 255);
  color: rgb(153, 192, 39);
}
.sidebar-heading {
  padding-bottom: 15px;
}
.sidebar-heading p {
  color: #95a8a9;
  text-align: left;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14pt;
  margin-left: 14px;
}
.navigation-video {
  display: inline-block;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #EEF0F0;
  text-decoration: none;
  color: #505E5F;
  box-sizing: content-box;
}
.sidebar-episodes .navigation-video {
  text-decoration: none;
}
.video-thumbnail {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  line-height: normal;
  width: 30%;
  max-width: 200px;
  min-width: 100px;
  box-sizing: content-box;
}
img {
  border-style: solid;
  border-width: 0;
  max-width: 100%;
}
.video-title {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  line-height: normal;
  width: 55%;
  box-sizing: content-box;
}
.video-title > div {
  text-align: left;
  font-size: 12pt;
}
strong {
  font-weight: 700;
}
a.navigation-video:hover {
  color: white;
  background-color: #99C027;
  text-decoration: none;
}
.video-thumbnail img {
  width: 100%;
}
.bottom-content {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.bottom-content p {
  color: #505E5F;
  text-align: justify;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14pt;
}
.post-two-section {
  
}
.post-two-column-content {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.icon-promo {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.action-promo {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  text-align: center;
}
.promo-heading {
  
  text-align: center;
  font-size: 24pt;
  font-family: 'forolight',sans-serif;
  padding-bottom: 20px;
}
.promo-text {
  text-align: center;
  
  font-size: 14pt;
  padding-bottom: 20px;
}

.promo-text-video {
  text-align: center;
  color: white;
  font-size: 14pt;
  padding-bottom: 0px;
}
.action-promo .promo-button {
  text-decoration: none !important;
}
.button-promo {
  font-size: 12pt;
  display: inline-block;
  border: solid 2px white;
  padding: 15px 30px 15px 30px;
  text-align: center;
  font-weight: bold;
  color: white;
}
.button-promo:hover {
  display: inline-block;
  border: solid 2px white;
  padding: 15px 30px 15px 30px;
  text-align: center;
  font-weight: bold;
  color: #99C027;
  background-color: white;
}
.parent-wrapper.video_post {
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;
  color: rgb(80, 94, 95);
  line-height: normal;
}
/* .icon-promo img {
max-width: 342px;
width: 100%;
} */
.related-header-inner {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.related-header-inner h2 {
  color: #505e5f;
  font-family: 'forolight',sans-serif;
  font-weight: normal;
  font-size: 24pt;
  text-align: center;
}
.related-posts {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.related-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  padding: 10px;
}

.related-post-inner {
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  background-color: rgb(238, 240, 240);
  padding: 10px;
  border-radius: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
}
.related-thumbnail {
  padding-bottom: 10px;
}
.related-thumbnail a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.related-thumbnail img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  border-radius: 3px;
}
.related-body .relatedtitle {
  color: #505e5f;
  text-align: left;
  font-size: 21pt;
  margin: 0px;
}
.relatedtitle a {
  text-decoration: none;
  color: #505e5f;
}
.post-two-column-block {
  padding: 0px 10px;
}

.fixed-social-share {
  width: 3pc;
  z-index: 100020;
  background: none;
  position: fixed;
  left: 0;
  float: left;
  right: auto;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: slideInLeft;
  animation-duration: .4s;
  top: 20% !important;
  bottom: auto;
  padding: 0;
  margin: 0;
}
.fixed-social-share a {
  display: block;
}
.video-post-heading.has_body_sec {
  padding-bottom: 50px;
}
.video-post-content p {
  text-align: justify;
  color: #505E5F;
  margin: 0 auto;
  max-width: 900px;
  font-size: 16pt;
}
.video-conatiner-section.no_content_sec {
  padding-top: 30px;
  padding-bottom: 50px;
}
.post-two-column-content.full_width_content {
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}
.full_width_content .action-promo {
  width: 100%;
}
.full_width_content .promo-heading {
  margin: 0 auto;
  max-width: 550px;
  padding-bottom: 30px;
}
.full_width_content .button-promo {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 15px 40px;
  background: rgb(153, 192, 39);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.full_width_content .button-promo:hover{
  color: rgb(153, 192, 39);
  background: rgb(255, 255, 255);
}
.full_width_content .promo_btn_wrap {
  padding: 5px;
  text-align: center;
}


.standard-post-header {
  padding-top: 100px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.standard-top-img {
  padding-bottom: 25px;
  text-align: center;
}
.standard-post-title {
  padding-bottom: 25px;
}
.standard-post-img img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  border-radius: 3px;
}
.standard-post-title h1 {
  font-family: 'forolight',sans-serif;
  font-weight: normal;
  font-size: 34pt;
  text-align: center;
  /*   font-weight: bold; */
  color: #505E5F;
  margin: 0 auto;
  max-width: 850px;
}
.standard-post-title.bold h1 {
  font-weight: bold;
}
.standard-post-time p {
  color: #99C027;
  margin: 0 auto;
  max-width: 750px;
  font-size: 12pt;
}

.how_to_ensure_your_chemical_products_have_the_right_value_proposition h1.entry-title {
  padding-bottom: 0;
}

.video-post-header.how_to_foster_agile_innovation_with_digital_in_chemicals {
  padding-top: 130px;
  padding-bottom: 20px;
}

.video-post-header.how_to_foster_agile_innovation_with_digital_in_chemicals h1.entry-title {
  padding-bottom: 0;
}

.how_to_validate_new_chemicals_prototypes_with_digital {
  padding-top: 130px;
  padding-bottom: 20px;
}

.how_to_validate_new_chemicals_prototypes_with_digital h1.entry-title {
  padding-bottom: 0;
}

.key_takeaways_for_a_successful_digital_innovation_in_chemicals {
  padding-top: 130px;
  padding-bottom: 20px;
}

.key_takeaways_for_a_successful_digital_innovation_in_chemicals h1.entry-title {
  padding-bottom: 0;
}

.video__posts .video-post-header-inner h1.entry-title {
  padding-bottom: 0;
}

.how_to_innovate_faster_and_safer_with_agility {
  padding-top: 130px;
  padding-bottom: 20px;
}

.how_to_innovate_faster_and_safer_with_agility h1.entry-title {
  padding-bottom: 0;
}

.what_are_the_top_3_inbound_channels_to_leverage_in_the_specialty_chemical_industry h1.entry-title {
  padding-bottom: 0;
}

.tools___tips_to_create_a_strong_value_proposition_for_your_specialty_chemicals h1.entry-title {
  padding-bottom: 0;
}

.how_to_identify_new_attractive_markets_in_chemicals_with_digital {
  padding-top: 130px;
  padding-bottom: 20px;
}

.how_to_identify_new_attractive_markets_in_chemicals_with_digital h1.entry-title {
  padding-bottom: 0;
}

.std-post-content p {
  margin: 1em auto;
  font-size: 14pt;
  text-align: justify;
}

.std-post-content h2 {
  margin: 0 auto;
}


/************************** Two Col Content *****************************/
.two_col_post {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 8.33333%;
}
.left_col_post {
  padding: 10px;
  width: 40%;
}
.right_col_post {
  width: 60%;
  padding: 10px;
}
.right_col_post a.button, .right_col_post a.promo-button{
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 10px 30px;
  background: rgb(153, 192, 39);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}
.right_col_post a.button:hover, .right_col_post a.promo-button:hover {
  border-color: rgb(153, 192, 39);
  background: #fff;
  color: rgb(153, 192, 39);
}

/********************************** listing style *****************************/

.list-banner {
  width: 100%;
  padding-top: 120px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: center;
}

.list-banner-content {
  display: block;
  width: 100%;
  max-width: 750px;
  margin:0 auto;
    text-align: center;
}
.list-banner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.list-banner-img img {
  max-width: 100%;
}
.list-banner-heading {
  padding-bottom: 20px;
}
.list-banner-subHeading {
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
  font-size: 16pt;
  padding-bottom: 0px;
}
.list-banner-heading h1 {
  font-family: 'forolight',sans-serif;
  font-weight: normal;
  font-size: 34pt;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
  line-height: normal;
}
.blog-listing-wrapper {
  padding-bottom: 5px;
  padding-top: 5px;
}
.post-listing:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.post-listing {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.post-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  padding: 10px;
  margin-bottom: 10px;
}
.post-item-inner {
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  background-color: rgb(238, 240, 240);
  padding: 10px;
  border-radius: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
}
.post-feature-image {
  padding-bottom: 10px;
}
.post-feature-image img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  border-radius: 3px;
}
.entry-title {
  padding-bottom: 0;
}
.entry-title p {
  color: #505e5f;
  text-align: left;
  font-size: 18pt;
  font-weight: bold;
  margin: 0px;
}
.entry-title p a {
  text-decoration: none;
  color: #505e5f;
}
.entry-title p a:hover {
  text-decoration: none;
  color: #505e5f;
}
.entry-meta p {
  color: #95a8a9;
  text-align: left;
}

.meta-description{
    font-size: 13pt;
}

.meta-descriptors{
    font-size: 11pt;
}

.post-item h3.form-title {
  display: none;
}
.post-item .hs_cos_wrapper_type_form {
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  background-color: rgb(153, 192, 39);
  padding: 15px 10px 20px;
  border-radius: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
}
.post-item form {
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  color: rgb(255, 255, 255);
  background-image: none;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.post-item form p {
  text-align: center;
  color: white;
  margin: 0px auto;
  max-width: 900px;
  line-height: normal;
  font-family: Calibri, Arial, sans-serif;
}
.post-item form .dash {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 14px 0px 19px;
  padding: 0px;
  border-bottom: 1px solid white;
}
.post-item form ul {
  margin: 1.1em 0;
}
.post-item form ul li {
  color: white;
  margin: 0px auto;
  max-width: 900px;
  font-size: 12pt;
}
.post-item form .hs-form-field {
  margin-bottom: 16px;
  padding: 7px 0px 0px;
}
.post-item form .hs-form-field > label {
  display: none;
}
.post-item form .hs-input {
  border: 1px solid #ccc;
  text-align: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  color: #505E5F;
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;
  margin: 0;
}
.post-item form .hs-input {
  font: 400 13.3333px Arial;
  border: 1px solid #ccc;
  text-align: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  color: #505E5F;
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;
  margin: 0;
}

.post-item form .hs-input::placeholder {
  color: #505E5F !important;
  font-size: 10pt;
  font-family: Calibri, Arial, sans-serif;
  text-align: inherit;
}
.post-item form p.s20 {
  font-size: 20pt;
}
.post-item form p.s12 {
  font-size: 12pt;
}
.post-item form p.s10 {
  font-size: 10pt;
  text-align: left;
}
.post-item form p a {
  text-decoration: none;
  color: white;
}
.post-item form p br {
  display: none;
}

.post-item form input.hs-button.primary.large {
  cursor: pointer;
  background-color: rgb(153, 192, 39);
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: rgb(255, 255, 255);
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  padding: 10px 50px;
  margin: 0;
}
.post-item form input.hs-button.primary.large:hover {
  color: rgb(153, 192, 39);
  background: #fff;
}
.post-item form .actions {
  text-align: center;
  margin-top: 16px;
}





.hs-form-checkbox input {
  margin:10px !important;
}

.subscription-form form {
  font-size: 13pt;
  font-family: Calibri, Arial, sans-serif;
  color: rgb(255, 255, 255);
  background-image: none;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.subscription-form form p {
  text-align: center;
  color: white;
  margin: 0px auto;
  max-width: 900px;
  line-height: normal;
  font-family: Calibri, Arial, sans-serif;
}
.subscription-form form .dash {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 14px 0px 19px;
  padding: 0px;
  border-bottom: 1px solid white;
}
.subscription-form form ul {
  margin: 20px 0;
}

.subscription-form li .hs-form-checkbox{
color:white !important;
}

.subscription-form .hs-input input{
margin:10px;
}

.subscription-form form ul li {
  color: white;
  margin: 0px auto;
  max-width: 900px;
  font-size: 12pt;
}
.subscription-form form .hs-form-field {
  margin-bottom: 0px;
  padding: 0px;
}
.subscription-form form .hs-form-field > label {
  display: none;
}

.subscription-form hs-form-checkbox-display{
color: white;
}


.subscription-form form .hs-input {
  border: 1px solid #ccc;
  text-align: left;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  color: #505E5F;
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;
  margin: 10px 0;
}

.subscription-form p{
color:white;}

.subscription-form form input .hs-input {
margin: 10px;
}

[name=email_subscriptions] {
  margin: 10px;
}

.subscription-form form .hs-input::placeholder {
  color: #505E5F !important;
  font-size: 10pt;
  font-family: Calibri, Arial, sans-serif;
  text-align: inherit;
}
.subscription-form form p.s20 {
  font-size: 20pt;
}
.subscription-form form p.s12 {
  font-size: 12pt;
}
.subscription-formform p.s10 {
  font-size: 10pt;
  text-align: left;
}
.subscription-form form p a {
  text-decoration: none;
  color: white;
}
.subscription-form form p br {
  display: none;
}

.subscription-form form input.hs-button.primary.large {
  cursor: pointer;
  background-color: rgb(153, 192, 39);
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: rgb(255, 255, 255);
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  padding: 10px 50px;
  margin: 0;
}
.subscription-form form input.hs-button.primary.large:hover {
  color: rgb(153, 192, 39);
  background: #fff;
}
.subscription-form form .actions {
  text-align: center;
  margin-top: 16px;
}





.three_column .post__expert {
  display: none;
}

.why_is_inbound_marketing_key_for_new_business_in_chemicals h1.entry-title {
  padding-bottom: 0;
}
.std-post-content div {
  float: none !important;
}

.post-item.full_width {
  width: 100%;
}
.full_width .post-feature-image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  padding: 10px;
}
.full_width .post-content-area {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 66.6667%;
  padding: 10px;
  display: block;
}
.post-item-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.video-button a:focus {
  color: #fff;
  outline: 0;
  background: #99c027;
}
.how_to_make_your_chemicals_r__d_pipeline_agile_and_digital {
  padding-top: 130px;
}
.top_3_mistakes_to_avoid_when_framing_the_value_proposition_of_chemical_products h1.entry-title {
  padding-bottom: 0;
}
.full_width .post-item-inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.full_width .entry-meta {
  display: none;
}
.post__expert p {
  font-size: 12pt;
  text-align: left;
}










/********************************* Pagination ***********************************/



.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  margin-top: 20px;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-block;
  padding: 10px;
  margin: 0;
  color: #494a52;
  text-decoration: none;
  border-top: 3px solid #EEF0F0;
  line-height: 1;
  border-radius: 0px;
  height:40px;
  text-align: center;
}

.blog-pagination__link--active {
  border-top: 3px solid #99C027;
  color: #99C027;
  font-weight: bold;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  border-top: 3px solid #95A8A9;
  color:inherit;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-block;
  align-items: center;
  
}
.blog-pagination__prev-link {
  text-align: right;
}
.blog-pagination__next-link {
  text-align: left;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  display: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  display: inline-block;
  fill: #494a52;
  margin: 0 5px;
  width: 7px;
}


.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #95A8A9;
}

.blog-pagination__number-link{
    width: 7%;
    max-width:100px;
    min-width: 50px;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border-top: 3px solid #95A8A9;
}

span.button-wrapper {
  padding: 5px;
  text-align: center;
  display: block;
}

span.button-wrapper a.button {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 10px 30px 10px 30px;
  background-color: #99C027;
  border-radius: 0px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #99C027;
}

span.button-wrapper a.button:hover {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 10px 30px;
  background: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(153, 192, 39);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}

.borders {
  border: solid 1px #DBE1E1;
  height: 42px;
  padding: 15px;
}

.borders:nth-of-type(odd) {
  background: #FFFFFF;
}

.borders .label {
  width: 30%;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: bold;
}

.value {
  width: 70%;
  vertical-align: middle;
  padding-left: 15px;
}

.plan {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  background: #EEF0F0;
}

.two-colum-post {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.two-colum-post .left-column {
  width: 58.3333%;
}

.two-colum-post .right-column {
  width: 41.6667%;
}

.two-colum-post .left-column .left-column-wrapper {
  padding: 0px 10px;
}

.two-colum-post .right-column .right-column-wrapper {
  padding: 0 10px;
  background-color: rgb(238, 240, 240);
}

.two-col-post {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.two-col-post .left-col {
  width: 58.3333%;
  padding: 0px 20px;
}

.two-col-post .right-col {
  width: 41.6667%;
}

.two-col-post .right-col .right-col-wrpr {
  background-color: rgb(238, 240, 240);
  padding: 20px;
}

.standard-post-title h1 {
  padding-bottom: 21px;
  line-height: normal;
}

.standard-post-title {
  padding-bottom: 0;
}

.standard-post-img.standard-bottom-img {
  top: -1px;
  position: relative;
  padding-bottom: 15px;
}

.standard__posts_wrapper .post-container {
  padding: 0;
}

.standard-post-time {
  padding-top: 8px;
  padding-bottom: 20px;
}


.post-two-column .icon-promo {
  width: 40%;
  padding: 0 10px;
}

.post-two-column .action-promo {
  width: 60%;
  padding: 0 10px;
}

.post-two-column {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.post-two-column .action-promo .promo_btn_wrap {
  text-align: left;
}

.post-two-column .action-promo .promo_btn_wrap a.promo-button div.button-promo {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 10px 30px;
  background: rgb(153, 192, 39);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}

.post-two-column .action-promo .promo_btn_wrap a.promo-button div.button-promo:hover {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-style: inherit;
  padding: 10px 30px;
  background: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14pt;
  color: rgb(153, 192, 39);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(153, 192, 39);
}

@media (min-width: 768px) {
  .ao-lp .hide-from-desktop {
    display: none;
  }

  .hide-from-desktop {
    display: none;
  }
}

@media (max-width: 940px) {
  .video__posts .post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .post-container:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}


@media (max-width: 767px){

  .std-post-content img {
    width: 100% !important;
  }

  .hide-from-mobile{
    display : none;
  }
  .video-conatiner-section {
    height: auto;
    display: block;
    width: 100%;
  }
  .video-conatiner-column.video-content, .video-conatiner-column.video-sidebar {
    display: block;
    width: 100%;
  }
  .post-two-column-block {
    overflow: hidden;
  }
  .icon-promo {
    width: 100%;
    text-align: center;
  }
  .action-promo {
    width: 100%;
  }
  .promo-heading {
    width: 100%;
  }
  .promo-text {
    width: 100%;
  }
  .button-promo {
    margin-bottom: 50px;
  }
  .related-posts {
    height: auto;
    display: block;
    width: 100%;
  }
  .related-post-item {
    display: block;
    width: 100%;
  }
  .related-post-inner {
    display: block;
  }
  .related-thumbnail {
    text-align: center;
  }
  .fixed-social-share {
    display: none;
  }
  .full_width_content .button-promo{
    margin: 0;
  }
  .navigation-video{
    box-sizing: border-box;
  }
  .list-banner-img {
    width: 100%;
    text-align: center;
  }
  .list-banner-content {
    width: 100%;
  }
  .post-listing {
    height: auto;
    display: block;
    width: 100%;
  }
  .post-item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .post-item form ul {
    margin: 17.33px 0;
  }
  .post-item form .dash {
    margin: 13.5px 0px 0;
  }
  .full_width .post-item-inner {
    display: block;
  }
  .full_width .post-feature-image {
    width: 100%;
    text-align: center;
    display: block;
  }
  .full_width .post-content-area {
    width: 100%;
  }
  .blog-pagination {
    margin-top: 30px;
  }

  .two-colum-post {
    display: block;
    padding-bottom: 60px;
  }

  .two-colum-post .left-column {
    width: 100%;
  }

  .right-column {
    width: 100%;
  }

  .two-col-post {
    display: block;
  }

  .two-col-post .left-col {
    width: 100%;
    padding: 0;
  }

  .two-col-post .right-col {
    width: 100%;
  }

  .bottom-content p {
    padding: 0px 10px;
  }
  .post-item.full_width {
    margin-top: 5px;
  }

  .post-two-column .icon-promo {
    width: 100%;
    padding: 0 10px;
  }

  .post-two-column .action-promo {
    width: 100%;
    padding: 0 10px;
  }

  .post-two-column {
    display: block;
    padding: 10px 0;
  }

  .blog-listing-wrapper {
    padding-bottom: 105px;
  }
}

@media (max-width: 340px) {
  .standard-post-title h1 {
    font-size: 30pt;
  }
}

.search-bar-module{
  
}


.blog-post-filter{
  display:inline-block;
  width: 100%;
  text-align: center;
  margin:0;
  padding:0;
}

.blog-post-filter h3{
  display:none;
  margin:0;
  padding:0;
}




div.blog-post-filter li{
  list-style: none;
  display:inline-block;
  margin:5px 2px;
  }

div.blog-post-filter li a{
  display:inline-block;
  padding:7px 10px;
  background-color: #EEF0F0;
  color: #505E5F;
  font-size: 16px;
}

div.blog-post-filter li a:hover{
  background-color: #99C027;
  color: white;
}

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

.blog-post-filter .widget-module {
display:inline-block;
}

.blog-tag-filter__menu{
  margin:5px 0 0 0; 
  padding:0;
}

.search-bar-module{
  display:block;
  width:100%;
  padding:0 10px;

}

.hs-search-field{
  background-color:#FFFFFF;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 3rem 0px;
  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;

}

.hs-landing-page .hs_cos_wrapper_type_form {
  margin-bottom: 20px;
}

.image404{
margin: auto;
}

.error-text-message{
display: inline-block;
margin: auto;
width: 100%;
padding-bottom: 150px;
}

.error-nbr{
  color: #99C027;
  font-size: 140px;
  font-weight: bold;
  font-family: 'HelveticaNow', Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
}

.error-page p.error-page_text.error-msg {
   margin:0;
  padding:0;
  color: #95A8A9;
  font-size: 60px;
  font-family: 'HelveticaNow', Helvetica, Arial, sans-serif;
  display: inline-block;
  
}


.error-home-button{
  display:inline-block;
  margin: 20px 5px;
  background-color: #99C027;
  padding: 20px 15px;
  border: 2px #99C027 solid;
  color: white;
  font-weight: bold;
}

.error-home-button:hover{
  background-color: #FFFFFF;
  color: #99C027;
}

.hs-landing-page .website-page {
  padding: 40px 20px;
}

.hs-landing-page .website-page .row-fluid {
  padding: 10px 0px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin: 0px 10px;
}

.error-margin{
  margin: 140px 10px 250px 10px;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #ebede4;
  border: 1.5px solid #99C027;
  font-size: 21px;
  color: #99C027;
  padding: .1rem .75rem;
}


.hs-search-results {
  margin-top: 2rem;
  padding:15px;
  Width: 100%;
  max-width:950px;
  margin:auto;
}

ul.hs-search-results__listing li {
  margin-bottom: 15px;
  padding:10px;
  background-color:#FFFFFF;
  border-radius:4px;
}
.hs-search-results__title {
  font-family: Lato, sans-serif;
  padding-right: 2rem;
  padding-left: 10px;
  font-size: 1.25rem;
  font-weight:bold;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
  display:inline-block;
  width: 40%;
  vertical-align: middle;
  text-decoration: none;
}
.hs-search-results__title:hover {
  text-decoration: underline;
}
.hs-search-results__description {
  padding-left: 2rem;
  font-size: 14px;
  display:inline-block;
  width: 57%;
  vertical-align: middle;
  border-color: #e5e8e8;
  border-width: 0 0 0 1px;
  border-style:solid;

}
.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination{
  display:inline-block;
  width:100%;
  margin-bottom:20px;
}


.hs-search-results__pagination a {
  color: #494a52;
  font-size: 18px;
}



.search-page-content{
  padding-top:150px;
  display:block;
  width:100%;
  background-color: #EEF0F0;
  padding-bottom:100px;
}

.search-bar-input{
  display:block;
  width:100%;
  margin:0 auto;
  background-color: rgba(0,0,0,0);
}

.hs-search-field{
  display:block;
  width:100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0);
}

.hs-search-field__bar form{
  max-width:950px;
  width:100%;
}

.search-result-tiles{
  display:block;
  width:100%;
  background-color: #EEF0F0;
  margin:0 auto;
}


.email-prefs .header{
font-size: 18px;
padding-top:15px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.email-prefs .item{
  background-color: #EEF0F0;
  padding: 15px;
}

.item .item-inner .checkbox-row{
  font-weight: bold;
  font-size: 18px;
}

.item .item-inner p{
    font-size: 16px;
}

.subscribe-options label{
  font-weight: bold;
  font-size: 18px;
  background-color: #EEF0F0;
  padding: 15px;
}

.hs-input[type=checkbox] {
  display: inline-block;
  width: auto !important;
}





@media (max-width: 767px) {
  .hs-landing-page .body-container__landing {
    padding: 20px 0;
  }
  
  .hs-search-results__title{
  width: 100%;
  }
  
 
  .hs-search-results__description{
  width: 100%;  
  border-width: 1px 0 0 0;
  padding: 10px 10px 0px 10px;
  
  }
  
}