*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 640px) {
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Montserrat"; 
  src: url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-Regular.woff2") format("woff2"), 
    url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-Regular.woff") format("woff"); 
      font-style: normal; font-weight: 400; }

@font-face { font-family: "Montserrat"; 
  src: url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-Medium.woff2") format("woff2"), 
    url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-Medium.woff") format("woff"); 
      font-style: normal; font-weight: 500; }


@font-face { font-family: "Montserrat"; 
  src: url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-SemiBold.woff2") format("woff2"), 
    url("https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/fonts/Montserrat-SemiBold.woff") format("woff"); 
      font-style: normal; font-weight: 600; }



html{
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.5;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


/* Paragraphs */

p {
  margin: 0 0 20px;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
  margin-top: 20px;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1{
  line-height: 1.1;
  margin: 0 0 20px 0;
}

h2{
  line-height: 1.2;
  margin: 15px 0 20px 0;
}

h3,
h4{
  line-height: 1.3;
  margin: 15px 0 20px 0;
}

h5,
h6{
  line-height: 1.4;
  margin: 15px 0 20px 0;
}

/* Lists */

ul,
ol {
  padding-left: 30px;
  margin: 20px 0px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  color: #2b2b2b;
  font-weight: 500;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

pre {
  font: 15px/1.5 Consolas,monaco,monospace;
  color: #777;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  padding: 30px;
  background: #f3f3f3;
  border-radius: 3px
}

/* Horizontal rules */

hr {
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border: none;
  border-top: 3px solid #367ff3;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
}

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

@supports (display: block) {
  svg {
    max-width:100%;
    height: auto;
    box-sizing: border-box
  }
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
button,
.button {  
  margin: 0; 
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;  
  vertical-align: middle;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
  background-origin: border-box;
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
  border-style: solid;
}

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

.hs-form-field {
  margin-bottom: 20px;
}
.form-title {
  margin-top: 0;
  line-height: 1.2;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: initial;
}

/* 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 {
  margin: 0;
  border-radius: 0;
  font: inherit;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #777;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  height: 44px;
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
  outline: none;
  transition: .2s ease-in-out;
  transition-property: color,background-color,border-color,box-shadow;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
  outline: 0;
  background-color: #f3f3f3;
  color: #777;
  border-color: transparent!important;
}


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 {
}

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: #953b39;
  font-weight: 700;
  margin-left: 3.5px;
  margin-right: 2px;
}

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

.hs-error-msg,
.hs_error_rollup label,
.systems-page form ul.no-list label{
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 5px 3px 0;
  height: 18px;
  display: block;
}
form .hs-input.invalid.error:focus {
  box-shadow: 0 0 6px #d59392 !important;
}

/* Submit button */
.hs-button {
    line-height: 44px;
    display: inline-block;
}
form input[type=submit],
form .hs-button {
  margin: 0; 
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;  
  vertical-align: middle;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
  background-origin: border-box;
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
.form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
}
}
/* Table */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25; 
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
  text-align: left;
}

/* Table Row */
table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}




/* Table Cells */

table th, 
table td {
  padding: 0.625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Table Header */

table th, 
table td {
  padding: 0.625em;
  text-align: left;
}

@media (min-width: 768px){
  table {
    table-layout: fixed;
  }
}
header.header {
  position: relative;
}

.header .outter_height {
  height: 92px;
  margin: 0px;
}

.header .inner_header {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .2s linear;
  transition-property: padding;
}

.header .container {
  margin-left: auto;
  margin-right: auto;
  display: flow-root;
  max-width: 1480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.header nav.uk-navbar {
  display: flex;
  position: relative;
}

.header .left_sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}

.header .logo_sec a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 60px;
  padding: 0 18px;
  font-size: 28px;
  font-family: inherit;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}

.header .logo_sec a img {
  max-width: 95px;
}

.header .menu_sec .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.header .menu_sec .hs-menu-wrapper>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 60px;
  padding: 0 18px;
  font-size: 17px;
  font-family: inherit;
  text-decoration: none;
  color: #2b2b2b;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color,box-shadow;
}

.header .right_sec {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  margin-right: -18px;
}

.header .right_sec .form_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 60px;
  padding: 0 18px;
  font-size: 17px;
  font-family: inherit;
  text-decoration: none;
}

.header .right_sec form {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  width: 240px;
}

.header .right_sec form input.hs-search-field__input {
  padding-left: 44px;
  box-shadow: none;
      border-top: 0;
    border-radius: 0;
}

.header .hs-search-field--open .hs-search-field__suggestions {
      background: #fff;
      padding: 10px 0;
}
.hs-search-field__suggestions #results-for, .hs-search-field__suggestions a {
    padding: 5px 10px;
}
.header .right_sec form .uk-search-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #a1a1a1;
  width: 44px;
  pointer-events: none;
}

.header .right_sec form .uk-search-icon svg circle, 
.header .right_sec form .uk-search-icon svg path {
  stroke: currentcolor;
}
.header .right_sec form input.hs-search-field__input::placeholder {
  color: #a1a1a1;
}



/* SUBMENU STYLE */
.header .menu_sec .hs-menu-wrapper>ul>li>ul li a {
  color: #a1a1a1;
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  font-size: 13px;
}

.header .menu_sec .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 5px 0;
}

.header .menu_sec .hs-menu-wrapper>ul ul ul {
  display: block;
  padding: 5px 0 5px 15px;
}

.header .menu_sec .hs-menu-wrapper>ul ul ul li a {
  padding: 2px 0;
}

.header .menu_sec .hs-menu-wrapper>ul>li>ul li a:hover {
  color: #33353b;
}

.header .left_sec .hamburger {
  display: none;
}

.header .mobile_menu_sec{
  display: none;
}


/* START MEDIA QUERY */
@media (min-width: 640px){
  .header .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}



@media (min-width: 960px){
  .header .inner_header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 980;
  }
  .header .container{
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .menu_sec .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    display: block;
  }

  .header .menu_sec .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }

  .header .menu_sec .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    top: 100%;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 30px;
    background-color: #fff;
    color: #777;
    box-shadow: 0 5px 15px rgb(0 0 0 / 12%);
  }
  body.fixed .inner_header {
    padding: 0px;
  }

}

@media (min-width: 960px) and (max-width: 1292px){
  .header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1236px) and (max-width: 1252px){
  .header .right_sec form {
    width: 200px;
  }
}



@media (min-width: 960px) and (max-width: 1275px){
  .header .container {
    padding: 0 20px;
  }
}

@media (min-width: 960px) and (max-width: 1236px){  
  .header .right_sec form { 
    width: 180px;
  }
}

@media (min-width: 1153px) and (max-width: 1193px){
  .header .right_sec form {
    width: 162px;
  }
}

@media (min-width: 960px) and (max-width: 1176px){
  .header .container {
    padding: 0px 15px;
  }
}

@media (min-width: 960px) and (max-width: 1166px){
  .header .logo_sec a{
    padding-right: 5px;
  }
}

@media (min-width: 960px) and (max-width: 1153px){
  .header .menu_sec .hs-menu-wrapper>ul>li>a {
    padding: 0px 10px;
  }
}

@media (min-width: 960px) and (max-width: 1148px){
  .header .right_sec .form_wrap{
    padding-left: 15px;
  }
}

@media (min-width: 1054px) and (max-width: 1071px){
  .header .menu_sec .hs-menu-wrapper>ul>li>a {
    padding: 0px 8px;
  }
}  

@media (min-width: 960px) and (max-width: 1054px){
  .header .menu_sec .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
}

@media (min-width: 1017px) and (max-width: 1034px){
  .header .menu_sec .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  }
}

@media (min-width: 960px) and (max-width: 1017px){
  .header .menu_sec .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  }
}

@media (min-width: 960px) and (max-width: 998px){
  .header .right_sec form {
    width: 150px;
  }
}


@media (min-width: 960px) and (max-width: 981px){
  .header .logo_sec a img{
    max-width: 74px;
  }
}


@media (max-width: 959px){
  .header .left_sec .menu_sec,
  .header .outter_height,
  .header .right_sec{
    display: none;
  }
  .header .left_sec .hamburger{
    display: block;
  }
  .header .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .left_sec{
    margin: 0px;
  }
  .header .left_sec {
    width: 100%;
    justify-content: space-between;
  }
  .header .inner_header {
    padding: 0;
  }
  .header .left_sec .hamburger {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .header .left_sec .hamburger .uk-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25em;
    min-height: 60px;
    padding: 0 18px;
  }
  .header .left_sec .hamburger:hover svg {
    fill: #367ff3;
  }

  /* MOBILE-MENU-STYLE */
  .header .mobile_menu_sec {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    visibility: hidden;
    display: block;
  }

  .header .mobile_menu_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 0px;
    padding: 20px 20px;
    background: #33353b;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: width .3s ease-out;
  }

  .header .mobile_menu_inner .close_btn {
    vertical-align: middle;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
    transition: .1s ease-in-out;
    transition-property: color,opacity;
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
  }

  .header .mobile_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    /* margin-left: -30px; */
  }


  body.menu_active .header .mobile_menu_sec {
    width: 100vw;
    touch-action: none;
    right: 0;
    left: auto;
    display: block;
    visibility: visible;
  }

  .header .mobile_menu_sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity .15s linear;
  }

  body.menu_active .header .mobile_menu_sec:before {
    opacity: 1;
  }

  body.menu_active .header .mobile_menu_inner {
    left: auto;
    right: 0;
    width: 270px;
  }

  .header .mobile_menu_inner .close_btn svg line {
    stroke: currentColor;
  }

  body {
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
  }

  body.menu_active {
    left: -270px;
    overflow-y: scroll;
    touch-action: pan-y pinch-zoom;
  }

  html.menu_active {
    overflow-y: hidden;
  }

  .header .mobile_menu ul {
    display: block;
  }

  .header .mobile_menu ul a {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
    color: rgba(255,255,255,.5);
  }

  .header .mobile_menu .hs-menu-wrapper>ul>li>a {
    padding: 5px 0;
    /*     transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow; */
    background-color: transparent;
  }

  .header .mobile_menu .hs-menu-wrapper>ul>li>ul {
    padding: 5px 0 5px 15px;
  }

  .header .mobile_menu .hs-menu-wrapper>ul ul a {
    padding: 2px 0;
  }

  .header .mobile_menu .hs-menu-wrapper>ul ul ul {
    padding-left: 15px;
  }

  .header .mobile_form_wrap {
    margin-top: 30px;
    display: flow-root;
    position: relative;
  }

  .header .mobile_form_wrap form {
    max-width: 240px;
    display: inline-block;
    position: relative;
    margin: 0;
  }

  .header .mobile_form_wrap form .uk-search-icon {
    fill: currentcolor;
    line-height: 0;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    pointer-events: none;
    color: rgba(255,255,255,.5);
  }

  .header .mobile_form_wrap form .uk-search-icon svg {
    transform: translate(0,0);
    overflow: hidden;
    fill: currentColor;
  }

  .header .mobile_form_wrap form .uk-search-icon svg circle {
    stroke: currentcolor;
  }

  .header .mobile_form_wrap form .uk-search-icon svg path {
    stroke: currentcolor;
  }

  .header .mobile_form_wrap form .hs-search-field__input {
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    padding-right: 10px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    height: 44px;
    color: rgba(255,255,255,.7);
    background-color: transparent;
    border-bottom-color: rgba(255,255,255,.5);
    padding-left: 44px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 0;
  }

  .header .mobile_form_wrap form .hs-search-field__input:focus {
    box-shadow: none;
    background-color: rgba(255,255,255,.25);
    border-bottom-color: transparent;
  }

  .header .mobile_menu ul a:hover {
    color: rgba(255,255,255,.7);
  }

}
.footer {
 position: relative;
  z-index: 2;
}
.footer .top_sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f3f3f3;
}

.footer .content-wrapper {
  padding: 0px 15px;
  box-sizing: content-box;
  max-width: 1200px;
}

.footer .top_sec_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -40px;
}

.footer .top_sec_inner>div {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
}

.footer .top_sec_inner>div {
  padding-left: 40px;  
}

.footer .top_sec_inner .col_1 h3 {
  margin: 0 0 20px 0;
  font-family: inherit;
  font-weight: 500;
  color: #2b2b2b;
  text-transform: inherit;
  font-size: 17px;
  line-height: 1.4;
}

.footer .top_sec_inner .col_1 p {
  margin-top: 0;
  color: #777;
}

.footer .top_sec_inner .col_1 p+span {
  display: block;
  margin-top: 20px;
}

/* New certificate row styles */
.footer .certificate_row {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #f3f3f3;
  border-top: 1px solid #e0e0e0;
}

.footer .certificate_content {
  text-align: center;
}

.footer .certificate_content .image-wrap {
  display: inline-block;
  text-align: center;
}

.footer .certificate_content .image-wrap img {
  max-width: 120px;
}

.footer .certificate_content .image-wrap a:first-child {
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.footer .certificate_content .image-wrap a:first-child:before {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translate(20px,20px);
  background-color: #367ff3;
  -webkit-mask-image: url('https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/PBY_Plastics_Jan2023/Image/box-decoration-primary-image.svg');
  mask-image: url('https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/PBY_Plastics_Jan2023/Image/box-decoration-primary-image.svg');
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
}

.footer .certificate_content .image-wrap a:last-child span {
  display: block;
  padding-top: 20px;
}

.footer .top_sec_inner .col_3 h3 {
  margin: 0 0 20px 0;
  font-family: inherit;
  font-weight: 500;
  color: #2b2b2b;
  text-transform: inherit;
  font-size: 17px;
  line-height: 1.4;
}

.footer .top_sec_inner .col_3 .uk-child-width-auto {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.footer .top_sec_inner .col_3 .uk-child-width-auto>div:not(:first-child) {
  padding-left: 15px;
}

.footer .top_sec_inner .col_3 .uk-child-width-auto>div {
  width: auto;
}

.footer .top_sec_inner .col_3 .uk-child-width-auto a {
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #33353b;
  color: #fff;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color,background-color,background-size,border-color,box-shadow;
}

.footer .top_sec_inner .col_3 .uk-child-width-auto a span {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
.footer .top_sec_inner .col_3 .uk-child-width-auto a:hover {
      background-color: #27292d;
}
.footer .top_sec_inner .col_4 .title .hs_cos_wrapper_type_text {
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #2b2b2b;
  display: block;
  font-size: 17px;
  line-height: 1.4;
}

.footer .top_sec_inner .col_4 .menu .hs-menu-wrapper>ul {
  display: block;
}

.footer .top_sec_inner .col_4 .menu .hs-menu-wrapper>ul>li:not(:first-child) {
  margin-top: 10px;
}

.footer .top_sec_inner .col_4 .menu .hs-menu-wrapper>ul>li a {
  color: #a1a1a1;
}

.footer .btm_sec {
  display: flow-root;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #367ff3;
  color: rgba(255,255,255,.7);
}

.lp_footer .top_sec_inner .col_1 p {
  margin: 0px;
}




/* MEDIA QUERY */
@media (min-width: 640px){
  .footer .content-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .top_sec_inner>div{
    width: 50%;
  }
}

@media (min-width: 960px){
  .footer .content-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .top_sec_inner>div{
    width: 33.333%;
  }
}

@media (min-width: 1200px){
  .footer .top_sec_inner>div{
    padding-left: 70px;
  }
  .footer .top_sec_inner {
    margin-left: -70px;
  }
}




@media (max-width: 959px){
  .footer .top_sec_inner .col_3,
  .footer .top_sec_inner .col_4{
    margin-top: 40px;
  }
}

@media (max-width: 639px){
  .footer .top_sec_inner .col_3{
    margin-top: 40px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.Banner-row-0-force-full-width-section {
  padding: 0 !important; 
}
.Banner-row-0-force-full-width-section > .row-fluid {
  max-width: none !important;
  padding: 0 !important;
}
.dnd-section[class*="force-full-width-section"],
[class*="force-full-width-section"]> .row-fluid{
  padding: 0;
}
.tm-box-decoration-default::before, .tm-box-decoration-primary::before, .tm-box-decoration-secondary::before {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.tm-box-decoration-primary::before {
  -webkit-mask-image: url(https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/images/box-decoration-primary-image.svg);
  mask-image: url(https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/raw_assets/public/PBY_Plastics_Jan2023/images/box-decoration-primary-image.svg);
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
}
.tm-box-decoration-primary::before {
  transform: translate(20px,20px);
  background-color: #367ff3;
}
a.slick-arrow[aria-disabled="true"] {
  display:  none !important;
}
.tm-box-decoration-default::before {
  -webkit-mask-image: url();
  mask-image: url();
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transform: translate(-20px,20px);
  background-color: #367ff3;
}
.tm-box-decoration-secondary::before {
  -webkit-mask-image: url();
  mask-image: url();
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}
.tm-box-decoration-secondary::before {
  transform: translate(20px,-20px);
  background-color: #367ff3;
}

.tm-box-decoration-inverse.tm-box-decoration-primary::before {
  background-color: rgba(255,255,255,.2);
}
.tm-box-decoration-inverse.tm-box-decoration-secondary::before {
  background-color: rgba(255,255,255,.2);
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.tm-box-decoration-default, .tm-box-decoration-primary, .tm-box-decoration-secondary {
  position: relative;
  z-index: 0;
}
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}
[class*=uk-inline] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.uk-inline-clip {
  overflow: hidden;
}
.uk-divider-small {
  border: none;
  line-height: 0;
  margin-bottom: 20px;
  margin-top: 0;
  height: auto;
  display: block;
  overflow: visible;
  text-align: inherit;
  margin-inline-start: 0;
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 3px solid #367ff3;
  vertical-align: top;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.series-page .dnd-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.series-page .hs_cos_wrapper_type_rich_text hr {
  display: block;
  margin: 0;
  border: 0;
  height: auto;
  line-height: 0;
  margin: 20px 0;
}

.series-page .hs_cos_wrapper_type_rich_text hr:after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 3px solid #367ff3;
  vertical-align: top;
}
.series-page h2 {
  margin-top: 0; 
}
/* REmoving Color from italics per PBY request
em {
  color: #27b1c6;
}

*/
.series-page {
  position: relative; 
}
.series-page .hs_cos_wrapper_type_rich_text>:last-child,
.full-width-page .hs_cos_wrapper_type_rich_text>:last-child,
.contact-page .hs_cos_wrapper_type_rich_text>:last-child{
  margin-bottom: 0px;
}
.full-width-page .hs_cos_wrapper_type_rich_text hr {
  border: none;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 0 20px 0;
  border-top: 3px solid #367ff3;
}
.full-width-page .hs_cos_wrapper_type_rich_text h4 {
  margin-top:0; 
}

.full-width-page .hs-form-field > label {
  margin-bottom: 0px;
}
.full-width-page form .hs-input {
  /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
  /*border-top: 0px;*/
  border: 0;
}
.full-width-page form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23777%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23777%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border-top: 0px !important;
  /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
}
.full-width-page form textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  border: 1px solid #e2e2e2;
  min-height: 141px;
}
.full-width-page form .hs-button {
  background-color: #0074cc;
  background-image: linear-gradient(top,#08c,#05c);
  background-position: 0 -15px;
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: #05c #05c #003580;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 20%), 0 1px 2px rgb(0 0 0 / 5%);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  transition: background-position .1s linear;
  vertical-align: middle;
}
.full-width-page form .hs-button:hover {
  background-color: #05c;
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
/*Added Form Fix 02082023*/
.hs-form-field {
  padding: 0px 15px;
  margin-bottom: 30px;
  }


.mdl-data-sheet .form-sec form .hs-form-field {
  /*Form Fix Changing from 53 to 30*/
  margin-bottom: 30px;
}

.mdl-data-sheet .form-sec form .hs-form-field>label {
  /*Form Fix  Changing 30 to 50 and adjusting text align to left*/
  float: left;
  width: 50% !important;
  padding-top: 5px;
  text-align: left!important;
  margin-bottom: 0;
  color: #777;
}
/* Form Fix 02082023
.mdl-data-sheet .form-sec form .hs-form-field>.input {
  margin-left: 22%;
  margin-right: 0px !important;
}
*/

.mdl-data-sheet .form-sec form .hs-input {
  border-radius: 0px;
}

.mdl-data-sheet .content {
  margin-bottom: 38px;
}

.mdl-data-sheet .form-sec ul.hs-error-msgs {
  margin-left: 22%;
}

.mdl-data-sheet .form-sec .hs_error_rollup ul.hs-error-msgs {
  margin-left: 0;
}


.mdl-data-sheet .form-sec form .hs-form-required {
  font-weight: bold;
  font-style: normal;
  margin-left: 3.5px;
  margin-right: 2px;
}

.mdl-data-sheet .form-sec form .actions {
  text-align: center;
  margin-top: -28px;
  margin-bottom: 27px;
}

.mdl-data-sheet .form-sec form .hs-button {
  /* Added 2-8-2023 Form Fix */ 
   font-size: 15px;
    margin-top: 40px;
    font-weight: 600;
    padding: 8px 20px;
  /* ======================= */ 
  background-color: #0074cc;
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  display: inline-block;
  /*padding: 4px 10px 4px;*/
  margin-bottom: 0;
  /*font-size: 13px;*/
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px;
  /*box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);*/
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
  font-family: Arial;
  /*font-weight: 400;*/
  border-color: #0055cc #0055cc #003580;
}

.mdl-data-sheet .form-sec form .hs-button:hover {
  background-color: #0055cc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
/* Form Fix 02082023
.mdl-data-sheet .form-sec form .hs-form-field:first-child {
  padding-right: 12px;
}

.mdl-data-sheet .form-sec form .hs-form-field:last-child {
  padding-left: 15px;
}
*/
.mdl-data-sheet .form-sec form .hs-input.invalid.error {
  border-color: #e2e2e2;
}

.mdl-data-sheet .form-sec ul.hs-error-msgs li {
  margin: 0;
}

.mdl-data-sheet .form-sec ul.hs-error-msgs li label {
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 5px 3px 0;
  height: 18px;
  display: block;
}

.material-series-v2-page .fluoropolymers h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

.fluoropolymers2 {
  position: relative;
}

.mdl-materials .materials-item a:before {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  z-index: -1;
  pointer-events: none;
  transform: translate(20px,-20px);
  background-color: #367ff3;
  -webkit-mask-image: url('https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/PBY_Plastics_Jan2023/Image/box-decoration-secondary-image.svg');
  mask-image: url('https://22370959.fs1.hubspotusercontent-na1.net/hubfs/22370959/PBY_Plastics_Jan2023/Image/box-decoration-secondary-image.svg');
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.material-series-v2-page .fluoropolymers {
  padding-top: 140px;
}

.material-series-v2-page .fluoropolymers2 {
  padding-bottom: 140px;
}

.material-series-v2-page .dnd-section > .row-fluid {
  max-width: 1480px;
}



.hs-breadcrumb-menu-divider:before {
  color: #a1a1a1;
  content: "–" !important;
  display: inline-block;
  font-size: 15px;
  margin: 0 16px 0 20px;
  padding-left:0px !important;
}

.material-details-page .material-details5 .hs_cos_wrapper_type_rich_text {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.material-details-page .material-details5 .hs_cos_wrapper_type_rich_text h4 {
  color: #367ff3;
  font-family: inherit;
}

.material-details-page .material-details5 .hs_cos_wrapper_type_rich_text hr {
  display: block;
  margin: 0;
  border: 0;
  height: auto;
  line-height: 0;
  margin: 20px 0;
}

.material-details-page .material-details5 .hs_cos_wrapper_type_rich_text hr:after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 3px solid #367ff3;
  vertical-align: top;
}

.mdl-data-sheet .form-sec form .hs-input {
  /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
  /*border-top: 0;*/
  border: 0;
  background: #f8f8f8;

}
.mdl-data-sheet .form-sec form .hs-input:focus {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}


.mdl-data-sheet .hs_error_rollup {
    float: left;
    width: 100%;
    text-align: center;
}

/* ADDED TO FIX WIDTHS-SHADOW 02082023*/

.form-columns-1 .hs-input {
    width: 100% !important;
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
box-shadow: none;
}
.form-columns-2 .input {
margin-right: 0px!important;
}
.form-columns-1 .input {
margin-right: 0px!important;
}
/* MEDIA QUERY */
@media (min-width: 960px) {

  .series-page h1 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}

@media(max-width:959px){
  .banner-area .dnd-section {
    background: none !important; 
  }
  .banner-area .row-fluid .span6 {
    width: 100%; 
  }
  .banner-area .dnd-section > .row-fluid {
    flex-direction: column;
  }
  .banner-area .row-fluid .span6:last-child {
    margin-top: 30px;
  }
  .series-page .dnd-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .mdl-data-sheet .form-sec form .actions {
    margin-bottom: 15px;
  }
  .material-series-v2-page .fluoropolymers h2 {
    font-size: 27.2px;
  }
  .mdl-materials h1 {
    font-size: 38.25px;
  }

  .material-series-v2-page .fluoropolymers {
    padding-top: 70px;
  }

  .material-series-v2-page .fluoropolymers2 {
    padding-bottom: 70px;
  }

}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .mdl-data-sheet .form-sec form .hs-form-field>.input {
    margin-left: 32%;
  }
  .mdl-data-sheet .form-sec form .hs-form-field>label {
    /*Form Fix Changed from 30 to 50-Added text align*/
    width: 50% !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 767px){
  .mdl-data-sheet .form-sec form .hs-form-field {
    width: 100% !important;
  }
/*
  .mdl-data-sheet .form-sec form .hs-form-field:first-child {
    padding-right: 0px;
  }

  .mdl-data-sheet .form-sec form .hs-form-field:last-child {
    padding-left: 0px;
  }
*/
  .mdl-data-sheet .form-sec form .hs-form-field>label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align:left;
  }

  .mdl-data-sheet .form-sec form .hs-form-field>.input {
    margin-left: 0;
  }

  .mdl-data-sheet .form-sec form .hs-button {
    margin-left: 0;
  }

  .mdl-data-sheet .form-sec form .actions {
    /* Form Fix-Changed from left to center*/
    text-align: center;
    margin-top: -17px;
    margin-bottom: 27px;
  }
  .mdl-data-sheet .form-sec ul.hs-error-msgs {
    margin-left: 0;
  }

  .mdl-data-sheet .form-sec .hs_error_rollup ul.hs-error-msgs {
    margin-bottom: 15px;
  }
  .hs-breadcrumb-menu-divider:before {
    margin: 0 5px !important;
  }

}