*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 1380px) {
	.content-wrapper {
		padding: 0;
	}
}

.dnd-section > .row-fluid {
	margin: 0 auto;
}

.dnd-section .dnd-column {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}

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

body.has-no-sidehead .body-group {
	width: 100%;
}

body.has-no-sidehead footer.footer {
	width: 100%;
}

.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
	padding: 0 6.25%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width:1024px){
	.dnd-section > .row-fluid,
	.page-center,
	.content-wrapper {
		padding: 0 3.846%;
	}
}
@media(max-width:1024px){
	body.has-sidehead,.has-no-sidehead {
		padding-top: 48px;
	}
}
@font-face { 
	font-family: Castrol Sans Western European; 
	src: url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/castrolsanswesteu-regular-webfont.eot) format("embedded-opentype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/castrolsanswesteu-regular-webfont.woff) format("woff"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/castrolsanswesteu-regular-webfont.ttf) format("truetype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/castrolsanswesteu-regular-webfont.svg) format("svg"); 
	font-style: normal; 
	font-weight: 400; 
	font-display: swap; 
}

@font-face { 
	font-family: CastrolSansCon; 
	src: url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/CastrolSansCon-Regular-W1G-Regular.eot) format("embedded-opentype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/CastrolSansCon-Regular-W1G-Regular.otf) format("opentype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/CastrolSansCon-Regular-W1G-Regular.woff) format("woff"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/CastrolSansCon-Regular-W1G-Regular.ttf) format("truetype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/CastrolSansCon-Regular-W1G-Regular.svg) format("svg"); 
	font-style: normal; 
	font-weight: 400; 
	font-display: swap; 
}

@font-face { 
	font-family: NRIcons;
	src: url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/NRIcons.eot) format("eot"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/NRIcons.woff2) format("woff2"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/NRIcons.woff) format("woff"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/NRIcons.ttf) format("truetype"), 
		url(https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/raw_assets/public/Castrol_May2023/fonts/NRIcons.svg) format("svg"); 
	font-display: swap; 
}

h1 {
	line-height: 1.3;
}

h2 {
	line-height: 1.13;
	letter-spacing: -.1px;
}

h3 {
	line-height: 1.44;
}

h4 {
	line-height: 1.44;
	letter-spacing: -.1px;
}

h5,h6 {
	line-height: 1;
}

@media screen and (min-width: 1440px){
	h1{
		line-height: 1.13;
	}
}


body {
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	line-height: 1.75;
/* 	letter-spacing: -.2px; */
	margin:0 0 20px;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
/* Modificado por HAL implementaciones 06-23	border-bottom: 1px solid #009343;*/
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252530;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.contact_row1 .hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form ,
.hs_cos_wrapper_type_form{
	padding: 20px;
	margin-bottom:20px;
	display:block;
}

@media(max-width:767px){
	.contact_row1 .hs_cos_wrapper_type_form, 
	.hs_cos_wrapper_type_blog_subscribe, 
	.hs_cos_wrapper_type_google_search, 
	.hs_cos_wrapper_type_email_simple_subscription, 
	.hs_cos_wrapper_type_password_prompt, 
	.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
	.hs_cos_wrapper_type_member_login, 
	.hs_cos_wrapper_type_member_register, 
	.hs_cos_wrapper_type_password_reset_request, 
	.hs_cos_wrapper_type_password_reset, 
	.section.post-footer form ,.hs_cos_wrapper_type_form{
		padding: 10px 0;
	}
}

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

form label {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline:0;
}

form input::-webkit-input-placeholder{
	color: #999999;
}
form input:focus{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51;
}

.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label{
	color: #EF6B51;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button{
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
	margin-top:20px;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

@media(max-width:767px){
	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		overflow: auto;
	}
}
/* Table */

table {
	border: 1px solid;
	margin-bottom: 1.4rem;
	overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
	border: 1px solid;
	padding: 0.75rem;
	vertical-align: top;
}

/* Table Header */

thead th,
thead td {
	border-bottom: 2px solid;
	vertical-align: bottom;
}
body::before {
    background-color: #25253099;
    background-image: url('https://24378155.fs1.hubspotusercontent-na1.net/hubfs/24378155/cgi_header_image.avif');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    position: absolute;
    width: calc(100% - 18.75%);
    z-index: -1;
    left: 18.75%;
}

body.has-sidehead .body-group {
    background: #f8fafc;
}

@media screen and (max-width: 1439px){
body.has-no-sidehead .header .header-logo {
    position: absolute;
}
}
#main-content {
  background: #F8FAFC;
}

.hs-blog-listing, .hs-blog-post {
  background: transparent!important;
}

header.header {
	text-transform: uppercase;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
}

header.header {
	background-color: transparent;
}

.header .header-wrapper {
	width: 100%;
	position: absolute;
	min-height: 100px;
	top: 0;
	left: 0;
	display: flex;
	z-index: 12;
}

.header .header-wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	min-height: 100px;
	left: 0;
}


.header .header-container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 14px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding: 13px 30px 0 0;
}

.header .header-logo {
	text-align: center;
	z-index: 12;
	height: 80px;
	padding: 17px 0 0;
	background-color: #fff;
	position: relative;
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-logo a {
	transition: opacity .5s ease-in-out;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100px;
	height: 33px;
  margin-top: 10px;
}

.header .header-logo:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

.header .header-logo img {
	margin-left: 0px;
	width: 100% !important;
	height: 100%;
}

.header .header-container .top-links {
	position: relative;
	margin: 0;
	padding: 0;
  display: flex;
  align-items: center;
	transition: opacity .5s ease-in-out;
}

.header .header-container .top-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header .header-container .top-links ul li {
	display: inline-block;
	vertical-align: top;
}
aside.side-header .header-nav-container ul li:first-of-type a {
background-color: #f7f7f7;
}

.header .header-container .top-links ul li a {
	position: relative;
	display: inline-block;
	z-index: 2;
	text-decoration: none;
	border: 0;
	margin-right: 40px;
	color: #fff;
	transition: opacity .25s ease-in-out;
  display: flex;
    align-items: center;
}

.header .header-container .top-links ul li a span {
	line-height: 1.71;
	max-width: 106px;
	vertical-align: top;
	display: inline-block;
}

.header .header-container .tagline {
	display: none;
	position: absolute;
	z-index: 1;
	left: 30px;
	line-height: 19px;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 9px 10px 0 0;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
}

.header .header-container .tagline p {
	font: inherit;
	color: inherit;
}

.header form.nr-header__search-outer-wrap {
	position: relative;
	margin-top: 5px;
      display: flex;
    align-items: center;
}

.header form .nr-header__search {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	transition: width .75s ease-in-out;
	min-width: 30px;
}

.header form .nr-header__search-inner-wrap {
	height: 30px;
	width: 20px;
	position: relative;
	float: right;
	transition: width .75s ease-in-out;
}

.header form .nr-header__search-icon-wrap {
	position: absolute;
	right: 0;
	line-height: 24px;
	width: 20px;
	transition: width .5s ease-in-out;
}

.header form .nr-header__search-btn {
	position: absolute;
	color: #fff;
	z-index: 2;
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 1px 7px 2px;
}

.header form input {
	top: -1000px;
	position: absolute;
	right: 20px;
	margin-right: 0;
	background: none;
	width: 182px;
	z-index: -1;
	line-height: 30px;
	padding: 0;
	cursor: default;
	opacity: 0;
	border: 0;
	transition: opacity .75s ease-in-out,visibility .75s;
	color: #fff;
	outline:0;
}

.header form .nr-header__search-inner-wrap:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	bottom: 1px;
	height: 1px;
	transition: width .75s ease-in-out;
	background-color: #fff;
}

.header form .nr-header__search-inner-wrap a {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	right: 0;
	top: 50%;
	transform: translateY(50%);
}

.header form .nr-header__search-inner-wrap a svg {
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 0;
	right: 0;
}

.header form .nr-component.nr-search-popup {
	position: absolute;
	z-index: 999;
	top: 60px;
	width: 100vw;
	left: -20px;
	background-color: #fcfcfc;
	padding: 0 6.25vw;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	display: none;
}

.header form .nr-search-popup-link {
	display: block;
	text-decoration: none;
	color: #252530;
	padding: 13px 0;
	border-bottom: 1px solid #e9e9e9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.header form .nr-search-popup-recent,.header form .nr-search-popup-results {
	background-color: #fcfcfc;
	padding: 0;
	display: none;
}

.header form .nr-search-popup-recent{
	height: calc(100vh - 80px);
}

.header form .nr-search-popup-suggestions {
	display: none;
	width: calc(100vw - 2px);
	background-color: #fff;
	position: relative;
	top: 1px;
	left: -6.25vw;
	padding: 30px 6.25vw;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
}

.nr-search-popup-suggestions {
	position: absolute;
	left: -561px;
	width: 561px;
	height: 383px;
	padding: 30px 3.125vw;
	border-top: none;
	top: 0;
	font-size: 16px;
}

.search-active.header-container .top-links,.search-active.header-container .tagline {
	opacity: 0;
	z-index: -1;
}

.search-active.header-container form .nr-header__search-inner-wrap,
.search-active.header-container form .nr-header__search,
.search-active.header-container form .nr-header__search-inner-wrap,
.search-active.header-container form .nr-header__search-icon-wrap{
	width: 230px;
}

.search-active.header-container form input {
	top: -2px;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.header form input::-webkit-input-placeholder {
	color: #fff;
}

.header form .nr-header__search-btn {
	margin-top: 1px;
}

.search-active.header-container form .nr-header__search-inner-wrap a {
	transition: opacity .5s,transform .5s;
	transition-delay: 1s;
	transform: translateY(-50%);
	opacity: 1;
}

.nr-search-popup-suggestions-title {
	color: #007f00;
}

.nr-search-popup-suggestions-links {
	margin: 30px 0 10px;
}

a.nr-search-popup-suggestions-viewall {
	color: #252530;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

a.nr-search-popup-suggestions-viewall i {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	color: #007f00;
	font-size: 10px;
}


.nr-visually-hidden{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.hd-icon,.nr-header__icon {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

.nr-icon-generic:before {
	content: "\ea10";
}

.hd-icon:before {
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

.nr-icon-envelope-2:before {
	content: "\ea0b";
}

.nr-icon-global:before {
	content: "\ea11";
}

.nr-icon-search-2:before {
	content: "\ea1d";
}

.header .header-container .top-links ul li a:hover {
	opacity: .7;
}

@media screen and (min-width: 1024px){
	header.header {
		min-height: 100px;
	}

	.header .header-logo {
		width: 18.75%;
		left: 0;
	}

	.header form .nr-component.nr-search-popup {
		height: 383px;
		background-color: transparent;
		border: none;
		width: 100%;
		top: 28px;
		left: auto;
		padding: 0;
		font-size: 16px;
		max-height: auto;
		overflow-y: visible;
	}
	.header form .nr-search-popup-recent, .header form .nr-search-popup-results {
		min-height: 383px;
		padding: 30px 3.125vw;
	}
	.header form .nr-search-popup-link {
		color: rgba(37,37,48,.6);
		border-bottom: none;
		margin-bottom: 20px;
		padding: 0;
	}
	.header form .nr-search-popup-recent{
		width: calc(100% + 3.125vw);
		height: auto;
	}
	.header form .nr-search-popup-suggestions {
		position: absolute;
		left: -561px;
		width: 561px;
		height: 383px;
		padding: 30px 3.125vw;
		border-top: none;
		top: 0;
		font-size: 16px;
	}

}

@media screen and (min-width: 1440px){
	header.header {
		min-height: 100px;
	}
	.header .header-wrapper:before {
		min-height: 100px;
	}
	.header .header-container {
		padding: 21px 60px 0 0;
    padding-top: 0;
		width: 100%;
	}
}

@media screen and (min-width: 1920px){
	.header .header-container {
		padding: 21px 60px 0 0;
    padding-top: 0;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) and (min-width: 1920px){
	.header .header-logo {
		    width: 18.75%;
    position: fixed;
	}
}




body.has-sidehead .body-group{
	width: calc(100% - 18.75%);
	margin-left: auto;
}

@media (max-width:1023px){
	body.has-sidehead .body-group{
		width: 100%;
		margin:0;
	}
}














aside.side-header {
	border: none;
	background: transparent;
	top: 58px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	height: 100vh;
	left: 0;
	width: 18.75%;
	z-index: 11;
	transform: translateZ(0);
}

aside.side-header .side-header-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-right: none;
	height: calc(100vh - 80px);
}

aside.side-header .side-header-container {
	display: -ms-flexbox;
	border-right: 1px solid #eaeaea;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 0;
}

aside.side-header .side-header-ft {
	margin-top: auto;
	background-color: #fff;
	z-index: 2;
}

aside.side-header .side-ft-links {
	padding: 0 0 20px 60px;
	max-height: 300px;
	overflow-y: auto;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
}

aside.side-header .side-ft-links ul {
	max-height: 200px;
	overflow-y: auto;
	list-style-type: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	-ms-overflow-style: none;
}

aside.side-header .side-ft-links ul a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #252530;
	padding: 21px 60px 17px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

aside.side-header .side-ft-links ul a img {
	position: absolute;
	left: 0;
	top: 50%;
	max-height: 50px;
	max-width: 25px;
	transform: translateY(-50%);
}

aside.side-header .side-header-container .header-nav {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

aside.side-header .side-ft-links ul::-webkit-scrollbar,
aside.side-header .side-header-container .header-nav::-webkit-scrollbar{
	display: none;
}


aside.side-header .side-header-container .nav-prev-btn,
aside.side-header .side-header-container .nav-next-btn {
	cursor: pointer;
	position: absolute;
	background: #fff;
	text-align: center;
	-webkit-appearance: button;
	padding: 33px 60px 17px;
	z-index: 99;
	border: none;
	opacity: .9;
	bottom: auto;
	width: calc(100% - 1px);
	position: relative;
}

aside.side-header .side-header-container .nav-next-btn {
	bottom: auto;
	background-image: linear-gradient(0deg,#fff 100%,hsla(0,0%,100%,0) 0);
}

aside.side-header .side-header-container .nav-prev-btn {
	background-image: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
}

i.nr-icon-arrow:before {
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	color: #007f00;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	content: "\ea06";
}

aside.side-header .side-header-container .nav-prev-btn i.nr-icon-arrow:before {
	animation: a 5s;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

aside.side-header .side-header-container .nav-next-btn i.nr-icon-arrow:before {
	animation: b 5s;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

aside.side-header .side-header-container .nav-next-btn,
aside.side-header .side-header-container .nav-prev-btn {
	display: none;
}

aside.side-header .side-header-container .header-nav-container {
	overflow-y: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-overflow-style: none;
	margin-top: 0;
}

aside.side-header .side-header-container .header-nav-container::-webkit-scrollbar {
	display: none;
}

aside.side-header .header-nav-container ul li a {
	display: block;
	position: relative;
	color: #252530;
	letter-spacing: -.2px;
	text-decoration: none;
	cursor: pointer;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	border: none;
	padding: 13px 60px 14px;
	line-height: 1.71;
	font-size: 14px;
	-webkit-tap-highlight-color: #e9e9e9;
}

aside.side-header .header-nav-container ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
	list-style:none;
}

aside.side-header .header-nav-container ul li a:hover {
	color: #fdfdfd;
	background-color: #009343;
}

aside.side-header .header-nav-container ul li.hs-item-has-children>a i.nr-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	color: #007f00;
	position: relative;
}

aside.side-header .header-nav-container ul li.hs-item-has-children>a {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

aside.side-header .header-nav-container ul li.hs-item-has-children>a i.nr-icon-arrow:before {
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	content: "\ea06";
	color: inherit;
	height: auto;
	position: static;
	width: auto;
}

.header-overlay{
	position: fixed;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,97%,.95);
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s,visibility .6s;
}

.header-burger{
	top: 16px;
	left: 15px;
	display: none;
	position: fixed;
	z-index: 15;
	padding: 5px;
	transition: opacity .5s ease-in-out;
	cursor: pointer;
}

.header-burger:after,.header-burger:before {
	background-color: #009343;
	content: "";
	width: 17px;
	height: 1px;
	display: block;
	transition: transform .3s ease-in-out;
}

.header-burger:before {
	margin-bottom: 6px;
}

.mob-bar.header-burger:before {
	transform: translateY(4px) rotate(45deg);
}

.mob-bar.header-burger:after {
	transform: translateY(-3px) rotate(-45deg);
}

.sub-nav-active .header-overlay {
	opacity: 1;
	visibility: visible;
}

.sub-nav-active .header .header-container {
	opacity: 0;
}

.sub-nav-active .header .header-logo {
	position: fixed;
	top: 0;
}

.sub-nav-active .header .header-wrapper:before {
	opacity: 0;
}

body.sub-nav-active {
	overflow: hidden;
	height: 100%;
}

aside.side-header .header-nav-container ul li a:hover i.nr-icon.nr-icon-arrow {
	color: #fdfdfd;
}


.overlay-content{
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s,visibility .6s,width .7s cubic-bezier(1,.01,1,0);
	position: fixed;
	z-index: 12;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	top: 0;
	right: 0;
	width: 81.5%;
	height: 51px;
}

.sub-nav-active .overlay-content{
	opacity: 1;
	visibility: visible;
}

.content-search{
	position: relative;
	margin: 18px 41px 0 0;
	font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
}

.content-search form .nr-component.nr-search-popup {
	position: absolute;
	z-index: 999;
	top: 60px;
	width: 100vw;
	left: -20px;
	background-color: #fcfcfc;
	padding: 0 6.25vw;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	display: none;
}

.content-search form .nr-search-popup-link {
	display: block;
	text-decoration: none;
	color: #252530;
	padding: 13px 0;
	border-bottom: 1px solid #e9e9e9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.content-search form .nr-search-popup-recent,.content-search form .nr-search-popup-results {
	background-color: #fcfcfc;
	padding: 0;
	display: none;
}

.content-search form .nr-search-popup-recent{
	height: calc(100vh - 80px);
}

.content-search form .nr-search-popup-suggestions {
	display: none;
	width: calc(100vw - 2px);
	background-color: #fff;
	position: relative;
	top: 1px;
	left: -6.25vw;
	padding: 30px 6.25vw;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
}

.overlay-content .overlay-content-close {
	margin: 20px 59px 0 0;
	width: 18px;
	height: 18px;
	text-decoration: none;
	background: transparent;
	border: none;
	padding: 0;
	color: #007f00;
	-webkit-appearance: button;
	cursor: pointer;
}

.overlay-content .overlay-content-close .nr-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.overlay-content .nr-icon-close:before {
	content: "\ea09";
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

aside.side-header .header-nav-container ul li.hs-item-has-children ul {
	position: absolute;
	width: 100%;
	top: 0;
	transform: translateX(0);
	visibility: hidden;
	height: 100vh;
	background: #fff;
	border-right: 1px solid #eaeaea;
	z-index: -1;
	transition: transform .6s,visibility .6s;
	padding-top: 45px;
}

aside.side-header .header-nav-container ul li.hs-item-has-children.submenu-open>ul {
	transform: translateX(100%) translateX(1px);
	visibility: visible;
	z-index:1;
}

aside.side-header .header-nav-container ul li a.submenu-active {
	color: #009343;
	background-color: #f7f7f7;
}
aside.side-header .header-nav-container ul li a.submenu-active:hover {
	color: #fdfdfd;
	background-color: #009343;
}

aside.side-header .header-nav-container ul li.appended-menu a.submenu-active,
aside.side-header .header-nav-container ul li.appended-menu a{
	font-size: 16px;
	color: #252530;
	background: transparent;
}

aside.side-header .header-nav-container ul li.appended-menu a.submenu-active:hover,
aside.side-header .header-nav-container ul li.appended-menu a:hover{
	background-color: #009343;
	color: #fdfdfd;
}

aside.side-header .header-nav-container ul li.appended-menu a.submenu-active i.nr-icon.nr-icon-arrow,
aside.side-header .header-nav-container ul li.appended-menu a i.nr-icon.nr-icon-arrow{
	color: #007f00;
	line-height: 2.2;
	margin-left: 23px;
	font-size: 10px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

aside.side-header .header-nav-container ul li.appended-menu a i.nr-icon.nr-icon-arrow:before {
	content: "\ea04";
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	height: auto;
	position: static;
	margin: 0;
	width: auto;
	color: inherit;
}

aside.side-header .header-nav-container ul li.appended-menu a:hover i.nr-icon.nr-icon-arrow {
	color: #fdfdfd;
}

.header .search-active.header-container form .nr-header__search-inner-wrap:after {
	width: 100%;
}


/* aside.side-header .header-nav-container ul li.hs-item-has-children ul {
overflow-y: auto;
} */

.header form input,.content-search form input {
	box-shadow: NONE;
}

aside.side-header .header-nav-container ul li.hs-item-has-children ul::-webkit-scrollbar {
	display: none;
}

.content-search form label.nr-navigation__search-label {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.content-search form input {
	position: absolute;
	right: 20px;
	height: 26px;
	margin-right: 0;
	background: none;
	width: 182px;
	z-index: -1;
	line-height: 24px;
	cursor: default;
	color: #007f00;
	opacity: 0;
	border: 0;
	padding: 0;
	transition: opacity .75s ease-in-out;
	font-size:16px;
	outline:0;
}

.content-search form input::-webkit-input-placeholder {
	color: #007f00;
}

.content-search form .nr-navigation__search {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	transition: width .75s ease-in-out;
	min-width: 30px;
}

.content-search form .nr-navigation__search-inner-wrap {
	height: 30px;
	width: 20px;
	position: relative;
	float: right;
	transition: width .75s ease-in-out;
}

.content-search form .nr-navigation__search-icon-wrap {
	position: absolute;
	right: 0;
	line-height: 24px;
	width: 20px;
	transition: width .5s ease-in-out;
}

.nr-navigation__search-inner-wrap:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	bottom: 1px;
	height: 1px;
	background-color: #007f00;
	transition: width .75s ease-in-out;
}

.content-search form .nr-navigation__icon-close-wrap {
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 18px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .5s ease-in-out;
}

.content-search form .nr-navigation__search-btn {
	width: 23px;
	height: 23px;
	line-height: 23px;
	border: none;
	background: none;
	font-size: 19px;
	position: relative;
	z-index: 2;
	padding: 0;
	text-decoration: none;
	transition: opacity .25s ease-in-out;
	-webkit-appearance: button;
	cursor: pointer;
	color: #007f00;
}

.content-search form .nr-navigation__search-btn i.nr-icon-search:before {
	content: "\ea1e";
	font-family: NRIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

.content-search form .nr-navigation__icon-close-wrap i.nr-navigation__icon-close.nr-icon-close {
	position: absolute;
	cursor: pointer;
	top: 4px;
	color: #007f00;
	left: 4px;
	font-size: 12px;
}

aside.side-header .header-nav-container ul li.hs-item-has-children>a span {
	padding-right: 5px;
}

.search-slide.content-search form input {
	opacity: 1;
	z-index: 1;
}

.search-slide.content-search form .nr-navigation__search, 
.search-slide.content-search form .nr-navigation__search-inner-wrap,
.search-slide.content-search form .nr-navigation__search-icon-wrap {
	width: 230px;
}

.search-slide.content-search form .nr-navigation__icon-close-wrap {
	opacity: 1;
	cursor: pointer;
	z-index: 1;
}

.search-slide .nr-navigation__search-inner-wrap:after {
	width: 100%;
}

.header-mobile {
	z-index: 12;
	padding: 17px 0 0;
	width: 100%;
	padding-top: 16px;
	min-height: 58px;
	text-align: left;
	padding-left: 0;
	position: fixed;
	top: 0;
  background: #fff;
}


.header-mobile a {
	transition: opacity .5s ease-in-out;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 94px;
	height: 24px;
	margin-left: 0;
}

.header-mobile a img {
	height: 100%;
	width: 100% !important;
}

aside.side-header .side-ft-links ul li a:hover {
	color: #00833b;
}

.mob-top-links .nr-icon-global:before {
	content: "\ea13";
}


.sub-nav-active .side-header-wp{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow-y: auto;
}

.sub-nav-active aside.side-header {
	position: absolute;
	margin: 0;
	height: 100%;
}

.sub-nav-active aside.side-header .side-header-inner {
	height: 100%;
}

.sub-nav-active aside.side-header .header-nav-container ul li.hs-item-has-children ul {
	height: 100%;
}
@media screen and (min-width: 1024px){
	aside.side-header {
		height: 100vh;
		margin-top: 100px;
		top: 0;
	}

	aside.side-header .side-header-container .header-nav-container {
		padding-top: 16px;
	}
	.content-search form .nr-component.nr-search-popup {
		height: 383px;
		background-color: transparent;
		border: none;
		width: 100%;
		top: 28px;
		left: auto;
		padding: 0;
		font-size: 16px;
		max-height: auto;
		overflow-y: visible;
	}
	.content-search form .nr-search-popup-recent, 
	.content-search form .nr-search-popup-results {
		min-height: 383px;
		padding: 30px 3.125vw;
	}
	.content-search form .nr-search-popup-link {
		color: rgba(37,37,48,.6);
		border-bottom: none;
		margin-bottom: 20px;
		padding: 0;
	}
	.content-search form .nr-search-popup-recent{
		width: calc(100% + 3.125vw);
		height: auto;
	}
	.content-search form .nr-search-popup-suggestions {
		position: absolute;
		left: -561px;
		width: 561px;
		height: 383px;
		padding: 30px 3.125vw;
		border-top: none;
		top: 0;
		font-size: 16px;
	}
	.header-mobile,.header-mob-container{
		display:none;
	}
}

@media screen and (min-width: 1440px){
	aside.side-header {
		margin-top: 80px;
	}

	aside.side-header .side-header-container .header-nav-container {
		padding-top: 30px;
	}
}

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

}

@media screen and (max-width: 1919px){
	aside.side-header .side-ft-links,aside.side-header .side-ft-links ul a {
		padding-left: 48px;
	}
	aside.side-header .header-nav-container ul li a {
		padding-left: 48px;
		padding-right: 48px;
	}
	.overlay-content .overlay-content-close {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1439px){
	.header .header-container .tagline {
		font-size: 16px;
	}
	.header .header-logo:after {
		background-position: -28px 0;
		background-size: auto 100%;
	}

	.header .header-logo a {
		width: 100px;
		height: 33px;
		margin-left: 0px;
	}

	.header .header-logo img {
		margin-left: 0;
	}

	.header .header-logo {
		height: 100px;
		padding-top: 0;
    width: 18.75%;
    position: fixed;
	}

	.header .header-wrapper {
		padding: 0;
		font-size: 12px;
		min-height: 100px;
	}
	.header .header-container {
		width: 100%;
    padding-top: 0;
	}
	aside.side-header .side-ft-links {
		padding: 0 0 10px 32px;
	}

	aside.side-header .side-ft-links ul {
		max-height: 160px;
	}

	aside.side-header .side-ft-links ul a {
		padding: 14px 0 14px 32px;
	}
	aside.side-header .side-header-inner {
		height: calc(100vh - 100px);
	}
	aside.side-header .header-nav-container ul li a {
		font-size: 12px;
		line-height: 1.67;
		padding: 15px 32px;
	}
	.overlay-content .overlay-content-close {
		margin-right: 32px;
	}
}

@media screen and (max-width: 1224px){
	.header .header-container .tagline {
		font-size: 15px;
	}

	.header .header-container .top-links ul li a {
		margin-right: 35px;
	}

	.header .header-container {
		font-size: 12px;
	}
}

@media (max-width:1023px){
	aside.side-header {
		width: 100%;
		background-color: transparent;
		height: auto;
	}

	aside.side-header .side-header-inner {
		border-right: none;
		background-color: transparent;
		height: 0;
		transition-delay: .3s;
	}

	aside.side-header .side-header-container {
		transform: translateX(-100%);
		width: 100%;
		top: 80px;
		background-color: #f7f7f7;
		transition: transform .3s;
	}

	aside.side-header .side-ft-links {
		padding: 0 48px;
		background-color: #fff;
	}

	aside.side-header .side-ft-links ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-align: stretch;
		align-items: stretch;
		overflow-x: auto;
		justify-self: stretch;
	}

	aside.side-header .side-ft-links ul li {
		text-align: center;
		padding: 0 10px;
	}

	aside.side-header .side-ft-links ul li:first-child {
		padding-left: 0;
	}

	aside.side-header .side-ft-links ul li:last-child {
		padding-right: 0;
	}

	aside.side-header .side-ft-links ul li a {
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 8px 0 9px;
	}

	aside.side-header .side-ft-links ul a img {
		position: relative;
		display: block;
		margin: auto auto 8px;
		top: auto;
		transform: translate(0);
		max-height: 28px;
	}

	aside.side-header .side-header-container .header-nav-container {
		background-color: #fff;
	}
	aside.side-header .header-nav-container ul li a {
		padding-left: 48px;
		text-transform: uppercase;
		padding-right: 55px;
		font-size: 14px;
	}
	.overlay-content .overlay-content-close {
		display: none;
	}
	header.header {
		display: none;
	}

	.overlay-content {
		z-index: 12;
		opacity: 1;
		visibility: visible;
		width: 40%;
	}
	.content-search{
		top: 13px;
		left: 0;
		right: 18px;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	.search-slide.content-search form .nr-navigation__search, 
	.search-slide.content-search form .nr-navigation__search-icon-wrap, 
	.search-slide.content-search form .nr-navigation__search-inner-wrap {
		width: 100%;
	}
	.search-wd .overlay-content {
		width: calc(100% - 88px);
	}
	.search-slide.content-search form .nr-navigation__search, 
	.search-slide.content-search form .nr-navigation__search-icon-wrap, 
	.search-slide.content-search form .nr-navigation__search-inner-wrap {
		width: 100%;
	}

	.overlay-content {
		width: calc(100% - 88px);
	}

	.content-search form input {
		left: 30px;
		right: 30px;
		width: calc(100% - 60px);
		color: #fdfdfd;
	}

	.content-search form input::-webkit-input-placeholder {
		color: #fdfdfd;
	}

	.nr-navigation__search-inner-wrap:after {
		background-color: #fdfdfd;
	}
	.search-wd .header-mobile a {
		opacity: 0;
	}

	.header-burger {
		display: block;
	}
	.mob-menu-active aside.side-header .side-header-inner {
		margin-bottom: 0;
		transition: height 0s;
		height: calc(100vh - 58px);
	}

	.mob-menu-active aside.side-header .side-header-container {
		transform: translateX(0);
	}
	body.mob-menu-active {
		overflow: hidden;
		height: 100%;
	}
	aside.side-header .side-header-container .header-nav-container{
		display:none;
	}
	.content-search form .nr-navigation__icon-close-wrap i.nr-navigation__icon-close.nr-icon-close,
	.content-search form .nr-navigation__search-btn {
		color: #fdfdfd;
	}
}




@media (max-width:1023px){
	.header-mob-container ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.header-mob-container .mob-nav ul li {
		border-top: 1px solid #eaeaea;
	}

	.header-mob-container .mob-nav ul li:last-child {
		border-bottom: 1px solid #eaeaea;
	}

	.header-mob-container .mob-top-links ul li {
		border-bottom: 1px solid #eaeaea;
	}

	.header-mob-container ul li a {
		display: block;
		position: relative;
		color: #252530;
		letter-spacing: -.2px;
		text-decoration: none;
		cursor: pointer;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
		-webkit-tap-highlight-color: #e9e9e9;
		line-height: 1.67;
		padding: 15px 32px;
		padding-right: 55px;
		font-size: 14px;
		border: none;
		padding-left: 48px;
		text-transform: uppercase;
	}

	.header-mob-container {
		font-family: Castrol Sans Western European,Arial,Helvetica,sans-serif;
		background-color: #fff;
	}
	.header-mob-container .mob-top-links ul li i.nr-icon-generic.hd-icon {
		margin-right: 16px;
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		line-height: 1.67;
		font-size: 19px;
	}

	.header-mob-container .mob-top-links ul li i.nr-icon-envelope-2.hd-icon {
		margin-right: 16px;
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		line-height: inherit;
		font-size: 19px;
	}

	.header-mob-container .mob-top-links ul li i.nr-icon-global.hd-icon {
		margin-right: 16px;
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		font-size: 19px;
		line-height: inherit;
	}
	.header-mob-container .mob-top-links ul li a i {
		color: #007f00;
	}
	.header-mob-container ul li:hover>a{
		color: #fdfdfd;
		background-color: #009343;
	}
	.header-mob-container .mob-top-links ul li:hover>a i {
		color: #fdfdfd;
	}
	.header-mob-container .mob-nav ul li .nr-icon-arrow {
		-ms-flex-align: center;
		align-items: center;
		color: #007f00;
		cursor: pointer;
		display: -ms-inline-flexbox;
		display: inline-flex;
		float: right;
		font-size: 10px;
		height: 54.38px;
		margin-top: -53.38px;
		position: relative;
		width: 115px;
		z-index: 99;
		border-bottom: 1px solid #eaeaea;
		justify-content: center;
	}

	.header-mob-container .mob-nav ul li .nr-icon-arrow:before {
		font-family: NRIcons;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-decoration: none;
		text-transform: none;
		content: "\ea06";
	}
	.header-mob-container .mob-nav ul li.hs-item-has-children>a {
		width: calc(100% - 115px);
	}
	.header-mob-container .mob-nav ul li:hover>.nr-icon-arrow{
		background-color: #009343;
	}
	.header-mob-container .mob-nav ul li:hover>.nr-icon-arrow:before {
		color: #fdfdfd;
	}
	.header-mob-container .mob-nav ul li,.header-mob-container .mob-nav ul li a{
		transition: none;
	}
	li.dl-back.cg {
		padding: 15px 32px;
		padding-left: 48px;
		text-transform: uppercase;
		padding-right: 55px;
		font-size: 14px;
		background-color: #f7f7f7;
		line-height: 1.67;
		color: #252530;
		letter-spacing: -.2px;
		text-decoration: none;
		cursor: pointer;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
		display: block;
	}

	li.dl-back.cg i.nr-icon.nr-icon-arrow-title {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		font-size: 10px;
		position: absolute;
		transform: rotate(180deg);
		left: 15px;
		color: #007f00;
		line-height: 2.2;
	}

	li.dl-back.cg i.nr-icon.nr-icon-arrow-title:after {
		font-family: NRIcons;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-decoration: none;
		text-transform: none;
		content: "\ea04";
	}

	li.dl-back.cg:hover {
		color: #fdfdfd;
		background-color: #009343;
	}

	li.dl-back.cg:hover i.nr-icon.nr-icon-arrow-title {
		color: #fdfdfd;
	}
}

@media(max-width:768px){
	.header-mob-container ul li a,	li.dl-back.cg {
		padding-left: 30px;
		padding-right: 40px;
	}
	aside.side-header .side-ft-links {
		padding: 0 30px;
	}
	.header-mob-container .mob-nav ul li .nr-icon-arrow {
		width: 85px;
	}

	.header-mob-container .mob-nav ul li.hs-item-has-children>a {
		width: calc(100% - 85px);
	}
}


@media(max-width:449px){
	.header-mob-container .mob-nav ul li .nr-icon-arrow {
		width: 85px;
	}

	.header-mob-container .mob-nav ul li.hs-item-has-children>a {
		width: calc(100% - 35px);
	}
}

@media (max-width: 1024px){
.has-no-sidehead, body.has-sidehead {
    padding-top: 58px;
}
div#hs_cos_wrapper_mob_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
footer.footer {
	font-size: 14px;
	line-height: 24px;
	background-color: #f7f7f7;
	text-transform: uppercase;
	font-family:Castrol Sans Western European,Arial,Helvetica,sans-serif;
	position:relative;
	z-index:9;
	margin-left: auto;
}

.footer p {
	letter-spacing: normal;
}

.footer .footer-wrapper {
	padding: 46px 0 40px 3.846%;
}

.footer .ft-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer .footer-aside {
	width: 100%;
}

.footer .ft-menu {
	width: 100%;
	margin:0 0 34px;
}

.footer .footer-aside p {
	margin: 0;
	font: inherit;
}

.footer .footer-aside p span {
	color: rgba(64,66,80,.75);
}

.footer .ft-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style:none;
}

.footer .ft-menu ul li {
	width:100%;
}

.footer .ft-menu ul li a {
	display: inline-block;
	text-decoration: none;
	color: #252530;
	border: 0;
}

.footer .ft-menu ul li a:hover {
	text-decoration: underline;
}

body.has-sidehead footer.footer{
	width: calc(100% - 18.75%);
}

@media(min-width:768px){
	.footer .footer-aside {
		max-width: 50%;
	}

	.footer .ft-menu {
		max-width: 50%;
	}
	.footer .ft-menu ul li {
		width: 43.75%;
	}
}

@media(min-width:1024px){
	.footer .footer-aside {
		max-width: 46.875%;
	}

	.footer .ft-menu {
		max-width: 53.125%;
	}
}


@media(min-width:1440px){
	.footer .footer-aside {
		max-width: 25%;
	}

	.footer .ft-menu {
		max-width: 75%;
	}
	.footer .ft-menu ul li {
		width: 31.25%;
	}
}

@media(min-width:1920px){
	.footer .footer-aside {
		max-width: 28.125%;
	}

	.footer .ft-menu {
		max-width: 71.875%;
	}

	body.has-sidehead footer.footer {
		width: calc(100% - 360px);
	}
}

@media(max-width:1023px){
	.footer .footer-wrapper {
		padding: 42px 6.25% 40px;
	}

	footer.footer {
		font-size: 12px;
	}
	.footer .ft-menu {
		margin: 0px 0 35px;
	}

	body.has-sidehead footer.footer {
		width: 100%;
		margin: 0px;
	}
}

@media(max-width:768px){
	.footer .ft-menu {
		margin: 0px 0 15px;
	}

	.footer .ft-menu ul li a {
		margin-bottom: 20px;
	}

	.footer .footer-aside {
		margin-bottom: 32px;
	}
	.footer .footer-wrapper {
		padding-top: 32px;
	}
}
