*, *: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 {

}

/* 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 15px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}
.page-center{
  padding-left:15px;
  padding-right:15px;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
@media (min-width: 640px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    padding-left:60px;
    padding-right:60px;
  }
}
@charset "utf-8";@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-0db553f9.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-38d63768.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-f9ecaa30.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-b59aaf7e.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-44e73866.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-c8a6362b.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-8f317b14.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-8dd678d5.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-fc99d7e0.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-0becbf1c.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-d0a71b0e.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-880483fd.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-b803b9ea.woff2) format('woff2'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/font-f1159f2f.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: IcoMoon;
  src: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/Polymer_Concepts_Mar2022/fonts/IcoMoon.eot),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/IcoMoon.woff) format('woff'),
    url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/IcoMoon.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face { font-family: "NFontAwesome"; 
  src: url("https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/Polymer_Concepts_Mar2022/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/fontawesome-webfont.woff") format("woff"),
        url("https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/fonts/fontawesome-webfont.ttf") format("truetype");
          font-style: normal; font-weight: 400; font-display: fallback;
          }


html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;

}

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

/* Paragraphs */

p {
  margin: 0 0 20px 0;
}

/* Anchors */

a {
  text-decoration: none;
  cursor: pointer;
}
a:active, a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
/* Headings */
h1,h2,h3,h4,h5,h6{
  margin: 0 0 20px 0;
  line-height: 1.4;
}

h2{
  line-height: 1.3;
}
h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6{
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Lists */

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

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: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  padding: 0 0 0 40px;
  color: #292929;
  font-family: 'Work Sans';
  font-weight: 700;
  border-left: 2px solid #62a8d4;
  margin-top: 20px;
}

/* Horizontal rules */

hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 20px;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
  margin-top: 20px;
}

canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
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 */

.hs-form-field {
  margin-bottom: 1.25em;
}
form{
  font-family: inherit;
  font-size: 16px;
  max-width: 767px;
}
/* Labels */

form label {
  font-weight: 600;
  font-size: 0.9em;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
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{
  outline: 2px solid #62a8d4;
  -webkit-box-shadow: none;
  box-shadow: none;
}


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 {
  background-color: #FFF;
  border: 2px solid;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  max-width: 100%;
  line-height: 1.6;
  font-size: 16px;
  padding: 0.5em;
  width: 100%;
  transition: .2s ease-in-out;
  transition-property: color,background-color,border-color,box-shadow;
}

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,.hs_error_rollup label{
  color: rgba(226,84,51,0.831373) !important;
  font-weight: 600;
  margin-top: 0.5em;
  font-size: 0.9em;
}

/* Submit button */

form input[type=submit],
form .hs-button, .hs-button {
  cursor: pointer;
  border: 1px solid;
  display: inline-block;
  white-space: normal;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 1em;
  vertical-align: middle;
  margin: 10px 0;
}
form input[type=submit]:hover,
form .hs-button:hover, .hs-button:hover {
  text-decoration: none;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
} 
.form-title {
  padding: 5px 10px;
  width: 100%;
}



.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}
/* 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;
}
.custom_header {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.header__container.content-wrapper {
  max-width: none;
}
.custom_header .container-inner {
  display: flex;
  position: relative;
}

.header__logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  text-decoration: none;
  font-size: 22px;
}
.header__logo img {
  width: 100% !important;
}
.custom-menu-primary {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  margin-right: -15px;
}
.custom-menu-primary .submenu.level-1 {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .submenu.level-1 > li{
  position: relative;
}
.custom-menu-primary .submenu.level-1 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: 12px;
  font-family: Roboto;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color,box-shadow;
  position: relative;
  z-index: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-menu-primary .submenu.level-1 > li > a.active-branch:before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 1px;
  background-color: transparent;
  transition: .1s ease-in-out;
  transition-property: background-color,border-color,box-shadow,height,left,right,opacity;
  left: 0;
  right: 0;
  background-color: #62a8d4;
  height: 2px;

}
.custom-menu-primary .submenu.level-2 {
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: visibility 0s,opacity .3s;
  -o-transition: visibility 0s,opacity .3s;
  transition: visibility 0s,opacity .3s;
  visibility: hidden;
  width: 200px;
  padding: 25px;
  box-shadow: 0 4px 28px rgb(0 0 0 / 7%);
  font-size: 11px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
}
.custom-menu-primary .submenu.level-2 li a {
  padding: 5px 0;
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
}
.custom-menu-primary .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.custom-menu-primary .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}
.custom-menu-primary .submenu.level-3 {
  padding: 5px 0 5px 15px;
  padding-left: 15px;
}
.custom-menu-primary .submenu.level-3 li a {
  padding: 2px 0;
}
.navbar-toggler{
  display: none;
}
.header__logo.mobile{
  display: none;
}
.mobile-menu-wrapper{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}



@media (min-width: 960px){
  .header-show .body-wrapper{
    padding-top: 81px;
  }
  .custom_header {
    top:-100px;
    transition:top 0.3s ease;
  }
  .header-show .custom_header {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0 3px 12px rgb(0 0 0 / 7%);
    z-index: 11;
  }
}
@media (max-width: 959px){

  .custom-menu-primary {
    display: none;
  }
  .header__logo.desktop{
    display: none;
  }
  .header__logo.desktop{
    display: none;
  }
  .navbar-toggler {
    margin-left: auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  .navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: 12px;
    font-family: Roboto;
    text-decoration: none;
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .navbar-toggle:hover, body.mobile-open .navbar-toggle {
    color: #292929;
    outline: 0;
    text-decoration: none;
  }
  .navbar-toggle-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;
  }
  .header__logo.mobile {
    display: flex;
    margin: 0;
  }
  .header__container.content-wrapper {
    padding: 0;
  }
  .navbar-toggle-icon svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  html.mobile-open {
    overflow: hidden;
  }

  body.mobile-open .mobile-menu-wrapper {
    width: 100vw;
    touch-action: none;
    right: 0;
    left: auto;
    display: block;
  }
  .body-wrapper{
    position: relative;
    left: 0;
    width: 100%;
    transition: left .3s ease-out;
    z-index: 1111;
    background: #ffffff;
  }
  body.mobile-open   .body-wrapper {
    left: -270px;
    overflow-y: scroll;
    touch-action: pan-y pinch-zoom;
  }
  .body-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: all .15s linear;
    visibility: hidden;

  }
  body.mobile-open .body-wrapper:before {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
  .mobile-menu-inner-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    width: 270px;
    right: 0;
    left: auto;
  }

  .mobile-menu-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
    left: auto;
    right: 0;
  }

  button.menu-close {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
    color: #a0a0a0;
    transition: .1s ease-in-out;
    transition-property: color,opacity;
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px;
    cursor: pointer;
  }
  button.menu-close svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    transform: translate(0,0);
    cursor: pointer;
    vertical-align: middle;
  }
  button.menu-close svg line {
    stroke: currentcolor;
  }
  button.menu-close:hover {
    color: #292929;
    outline: 0;
    background-color: transparent;
  }
  .mobile-menu .submenu.level-1 {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .mobile-menu .submenu.level-1 li a {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
    color: #a0a0a0;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
  }
  .mobile-menu .submenu.level-1 > li > a {
    padding: 5px 0;
  }
  .mobile-menu .submenu.level-2 {
    padding: 5px 0 5px 15px;
  }
  .mobile-menu .submenu.level-2 li a {
    padding: 2px 0;
  }
  .mobile-menu .submenu.level-1 li a:hover {
    color: #292929;
  }
  .mobile-menu .submenu.level-1 > li.has-submenu > a:after {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-left: auto;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23696969%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 0;
  }
  .mobile-menu .submenu.level-1>li.has-submenu.mobile-open>a:after{
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23696969%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
  }

  .mobile-menu  ul.submenu.level-3 {
    padding-left: 15px;
  }
  .mobile-menu  .submenu.level-1  li  a.active-branch{
    color: #292929;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
}
.footer-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px;
}
.footer-row-inner {
  flex-grow: 1;
  padding-left: 20px;
  width: 100%;
}
.footer-content-row-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -40px;
}
.footer-content-row-inner .footer-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding-left: 40px;
}
.footer-content-row-inner .footer-col:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e9e9e9;
  left: 20px;
  border-left-color: rgba(255,255,255,.08);
}
.footer-content-row-inner .footer-col h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.footer-content-row-inner .footer-col p {
  margin: 0;
}
.footer-row.row-2 {
  margin-top: 20px;
}
@media (min-width: 640px){
  .footer-content-row-inner .footer-col {
    width: 50%;
  }
}
@media (min-width: 960px){
  .footer-content-row-inner .footer-col {
    width: calc(100% * 1 / 3.001);
  }
}
@media (min-width: 1200px){
  .footer-row {
    margin-left: -40px;
  }
  .footer-row-inner {
    padding-left: 40px;
  }
  .footer-content-row-inner {
    margin-left: -80px;
  }
  .footer-content-row-inner .footer-col {
    width: 25%;
    padding-left: 80px;
  }
  .footer-content-row-inner .footer-col:not(:first-child):before {
    left: 40px;
  }
  .footer-row.row-2 {
    margin-top: 40px;
  }
}

@media (max-width: 1199px){
  .footer-col.col-4 {
    margin-top: 20px;
  }
}
@media (max-width: 959px){
  .footer-row.row-1 .footer-col.col-3 {
    margin-top: 20px;
  }
  .footer-row.row-2 .footer-col.col-3 {
    margin-top: 20px;
  }
}

@media(max-width: 767px){

  .footer-row.row-2 .footer-col.col-3 {
    margin-top: 20px;
  }
  .footer-row.row-1 .footer-col.col-3 {
    margin-top: 20px;
  }
}

@media(max-width: 639px){
  .footer-col.col-4,
  .footer-content-row-inner .footer-col{
    position: relative;
  }

  .footer-col.col-4:after,
  .footer-content-row-inner .footer-col:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    top: -20px;
    left: 40px;
  }
  .footer-content-row-inner .footer-col {
    margin-top: 40px;
  }
  .footer-row.row-2 .footer-col.col-3 {
    margin-top: 40px;
  }
  .footer-content-row.bottom .footer-col.col-1:first-child {
    margin-top: 0;
  }
  .footer-content-row.bottom .footer-col.col-1:first-child:after {
    display: none;
  }
  .footer-row.row-1 .footer-col.col-3 {
    margin-top: 40px;
  }
  .footer-content-row.top .footer-col.col-1:first-child:after {
    display: none;
  }
  .footer-content-row.top .footer-col.col-1:first-child {
    margin-top: 0;
  }
}
/* 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;
  }
}
/* Teflon Sales Page */
.cm-tfsales-page .dnd-section .dnd-column {
  padding: 0;
}
.cm-tfsales-page{
  padding-top: 70px;
}
.tfsales-row2 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.tfsales-row2 .widget-type-linked_image {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 100%;
  vertical-align: middle;
}
.tfsales-row2 .widget-type-linked_image img {
  border-radius: 5px;
}
.tfsales-row2 .widget-type-linked_image:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 30px;
  border-radius: 100%;
  background: #444;
  filter: blur(20px);
  will-change: filter;
}
.container-fluid.tfsales-row3 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.container-fluid.tfsales-row4 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.tfsales-row4 .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  list-style: none;
  column-gap: 20px;
}
.tfsales-row4 .hs_cos_wrapper_type_rich_text ul li {
  display: flex;
  margin-left: -10px;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.tfsales-row4 .hs_cos_wrapper_type_rich_text ul li:nth-child(1) {
  margin-top: 0;
}
.tfsales-row4 .hs_cos_wrapper_type_rich_text ul li svg {
  width: auto;
  padding-left: 10px;
  line-height: 0;
  position: relative;
  top: 1px;
  fill: currentcolor;
}
.tfsales-row4 .hs_cos_wrapper_type_rich_text ul li p {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 700;
  margin: 0;
  color: #292929;
  padding-left: 10px;
}
.tfsales-row5 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.tfsales-row5 .hs_cos_wrapper_type_rich_text ul {
  flex-wrap: wrap;
  flex-direction: row ;
  display: flex;
  padding: 0;
  margin-left: -20px;
  list-style: none;
}
.tfsales-row5 .hs_cos_wrapper_type_rich_text ul + ul {
  margin-top: 20px;
}
.tfsales-row5 .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.tfsales-row5 .hs_cos_wrapper_type_rich_text ul li h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.container-fluid.tfsales-row6 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.tfsales-row6 > .row-fluid-wrapper {
  margin-left: -20px;
}
.container-fluid.tfsales-row6 .dnd-section>.row-fluid .span4 {
  padding-left: 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  display: block !IMPORTANT;
}
.container-fluid.tfsales-row7,
.container-fluid.tfsales-row8,
.container-fluid.tfsales-row9{
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.container-fluid.tfsales-row7 > .row-fluid-wrapper,
.container-fluid.tfsales-row9 > .row-fluid-wrapper{
  margin-left: -20px;
}
.container-fluid.tfsales-row7 .dnd-section>.row-fluid .span6,
.container-fluid.tfsales-row9 .dnd-section>.row-fluid .span6{
  padding-left: 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  display: block !IMPORTANT;
}

.container-fluid.tfsales-row8 .dnd-section:nth-child(2),
.container-fluid.tfsales-row8 .dnd-section:nth-child(3) {
  margin-left: -20px;
}

.container-fluid.tfsales-row6 .dnd-section>.row-fluid,
.container-fluid.tfsales-row7 .dnd-section>.row-fluid,
.container-fluid.tfsales-row8 .dnd-section>.row-fluid,
.container-fluid.tfsales-row9 .dnd-section>.row-fluid{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.container-fluid.tfsales-row8 .dnd-section:nth-child(2) .row-fluid .span6,
.container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6{
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: flex-start !important;
}
.container-fluid.tfsales-row8 .dnd-section:nth-child(2) .row-fluid .span6 .hs_cos_wrapper_type_rich_text h3,
.container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6 .hs_cos_wrapper_type_rich_text h3{
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6 {
  margin-top: 20px;
}

.tfsales-row6 img {
  margin: 0 auto;
  display: block;
}

.tfsales-row3 em {
  color: #232323;
}
.hs-mac-pc .pctfe-orders-banner-gp {
  height:100%;
}
.tfsales-row4 .hs_cos_wrapper_type_rich_text ul li:before {
  content: "";
  background-image: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/list-arrows.svg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  vertical-align: middle;
}

@media (min-width: 960px){
  .cm-tfsales-page{
    padding-top: 12em;
  }
  .tfsales-row3 .hs_cos_wrapper_type_rich_text ul li {
    width: 50%;
  }
  .tfsales-row4 .hs_cos_wrapper_type_rich_text ul {
    column-count: 2;
  }
  .tfsales-row5 .hs_cos_wrapper_type_rich_text ul li {
    width: 25%;
  }
  .container-fluid.tfsales-row6 .dnd-section>.row-fluid .span4 {
    width: calc(100% * 1 / 3.001);
  }
  .container-fluid.tfsales-row7 .dnd-section>.row-fluid .span6,
  .container-fluid.tfsales-row9 .dnd-section>.row-fluid .span6{
    width: 50%;
  }
  .container-fluid.tfsales-row8 .dnd-section:nth-child(2) .row-fluid .span6,
  .container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6{
    width: 50%;
  }
}

@media (min-width: 1200px){
  .tfsales-row2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .container-fluid.tfsales-row3 {
    margin-top: 12em;
  }
  .tfsales-row4 .hs_cos_wrapper_type_rich_text ul {
    column-gap: 40px;
  }
  .tfsales-row5 .hs_cos_wrapper_type_rich_text ul {
    margin-left: -40px;
  }
  .tfsales-row5 .hs_cos_wrapper_type_rich_text ul li {
    padding-left: 40px;
  }
  .container-fluid.tfsales-row6 > .row-fluid-wrapper,
  .container-fluid.tfsales-row7 > .row-fluid-wrapper,
  .container-fluid.tfsales-row9> .row-fluid-wrapper {
    margin-left: -40px;
  }
  .container-fluid.tfsales-row6 .dnd-section>.row-fluid .span4,
  .container-fluid.tfsales-row7 .dnd-section>.row-fluid .span6,
  .container-fluid.tfsales-row9 .dnd-section>.row-fluid .span6{
    padding-left: 40px;
  }
  .container-fluid.tfsales-row7,
  .container-fluid.tfsales-row8,
  .container-fluid.tfsales-row9{
    margin-top: 40px;
  }
  .container-fluid.tfsales-row8 .dnd-section:nth-child(2),
  .container-fluid.tfsales-row8 .dnd-section:nth-child(3) {
    margin-left: -40px;
  }
  .container-fluid.tfsales-row8 .dnd-section:nth-child(2) .row-fluid .span6,
  .container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6{
    padding-left: 40px;
  }
  .container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6 {
    margin-top: 40px;
  }
}

@media(max-width: 959px){
  .tfsales-row3 .hs_cos_wrapper_type_rich_text ul li:nth-child(2) {
    margin-top: 10px;
  }
  .tfsales-row6 .dnd-section>.row-fluid .span4:not(:first-child) {
    margin-top: 20px !important;
  }
  .tfsales-row7 .dnd-section>.row-fluid .span6:last-child {
    margin-top: 20px;
  }
  .container-fluid.tfsales-row8 .dnd-section:nth-child(2) .row-fluid .span6, 
  .container-fluid.tfsales-row8 .dnd-section:nth-child(3) .row-fluid .span6 {
    width: 100%;
  }
  .tfsales-row8 .span6.dnd-column:last-child {
    margin-top: 20px !important;
  }
  .tfsales-row9 .dnd-section>.row-fluid .span6.dnd-column:not(:first-child) {
    margin-top: 20px !important;
  }
  .cm-tfsales-page .span9.dnd-column, 
  .cm-tfsales-page .span3.dnd-column {
    width: 100%;
  }
}

/*  End Teflon Sales Page */

/*Website */
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}
.dnd-section[class*="force-full-width"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-home-page .dnd-section[class*="full-width-section"] .dnd-column{
  padding: 0;
}
.cm-home-page .container-fluid.home-row1 .dnd-section[class*="background-image"] {
  background-position: 100% 0 !important;
  min-height: calc(100vh - 81px);
  background-size: unset !important;
}
.cm-website-page-gp .hs_cos_wrapper_type_header {
  padding-bottom: 20px;
  display: block;
}
.cm-website-page-gp .hs_cos_wrapper_type_header h1 {
  line-height: 1.2;
}
.cm-website-page-gp .c1 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.cm-website-page-gp .c1 caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.cm-website-page-gp .c1 tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.cm-website-page-gp  td, 
.cm-website-page-gp .c1 th {
  padding: 0.625em;
  text-align: center;
}
.cm-website-page-gp .c1 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 0;
}
.cm-website-page-gp td {
  border: 0;
  vertical-align: middle;
}
/* PCTFE ORDERS */
.form-st .form-title {
  font-size: 34px;
  line-height: 1.4;
  padding: 0;
}
.form-st form {
  max-width: 100%;
}
.form-st form textarea {
  height: 71px !important;
}
.form-st form input[type=file] {
  padding: 11px 0 11px 0;
  margin: 0;
  vertical-align: middle;
  height: 100%;
  line-height: 18px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
}
.form-st .grecaptcha-badge {
  margin: 0;
}
.form-st .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 10px;
  min-height: auto;
  overflow-y: unset;
}
.form-st form input[type=submit], 
.form-st form .hs-button, 
.form-st .hs-button {
  font-family: arial;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.form-st form .inputs-list>li {
  margin: 0;
  font-size: 0.85em;
}
.form-st form .hs-error-msg, 
.form-st form .hs_error_rollup label {
  margin-top: 0.5em;
  font-size: .9em;
}


.form-st form input[type=text],
.form-st form input[type=email],
.form-st form input[type=password],
.form-st form input[type=tel],
.form-st form input[type=number],
.form-st form input[type=file],
.form-st form select,
.form-st form textarea {
  color: #696969;
}
.form-st form input[type=text]:focus,
.form-st form input[type=email]:focus,
.form-st form input[type=password]:focus,
.form-st form input[type=tel]:focus,
.form-st form input[type=number]:focus,
.form-st form input[type=file]:focus,
.form-st form select:focus,
.form-st form textarea:focus {
  color: #292929;
}


/* Contact Us */
.contact-row1 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-row2 .span6.dnd-column {
  padding: 0 60px;
  width: 50%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contact-row2 .span6.dnd-column:first-child {
  padding-right: 0;
}
.contact-row2 .dnd-column {
  position: relative;
}
.contact-row2 .span6.dnd-column:last-child {
  padding-left: 40px;
}
.contact-row2 form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e9e9e9;
  left: 0;
}
.contact-row2 p {
  font-size: 20px;
  line-height: 1.5;
  color: #292929;
  font-family: 'Work Sans';
  font-weight: 700;
}

/* app-design-request */
.cm-design-request-gp {
  background-image: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/POLYMER-CONCEPTS-GRID-BACKGROUND-44479ca4.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.app-design-request-row1 p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #62a8d4;
  font-size: 11px;
  line-height: 1.4;
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.app-design-request-row1 h1 {
  width: 450px;
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 100%;
}
.app-design-request-row1 hr {
  height: 15px;
  border: 0;
  color: #333;
  background-color: #333;
  width: 75%;
  margin: 0 0 37px 0;
  max-width: 337px;
}
.app-design-request-row1 h6 {
  margin-top: 20px;
  font-size: 18pt;
  padding-bottom: 2em;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}

.form-st .inputs-list {
  padding: 0;
  list-style: none;
}
.form-st input[type=checkbox]:not([class*=uk-]),
.form-st input[type=radio]:not([class*=uk-]) {
  display: inline-block;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .2s ease-in-out;
  transition-property: background-color,border-color,box-shadow;
  border: 1px solid #dcdcdc;
  border-color: #e1e5ee !important;
  padding: 0.5em !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-radius: 4px !important;
  margin-right: 0;
}
.form-st .inputs-list span {
  padding-left: 1rem;
}
.form-st form .inputs-list>li {
  margin: 0;
  font-size: inherit;
  line-height: 1.6;
  display: block;
}

/* products */
.products-row2 .dnd-section {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: repeat !important;
  position: relative;
}
.products-row2 .dnd-section > div {
  position: relative;
  z-index: 2;
}
.products-row2 .dnd-section:after,
.cm-design-request-gp:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.76);
}

.cm-design-request-gp:after{
  background-color: rgba(255, 255, 255, 0.5);
}

.cm-design-request-gp .content-wrapper{
  position:relative;
}
.cm-design-request-gp {
  position: relative;
  z-index: 4;
}

.cm-design-request-gp > div {
  position: relative;
  z-index: 1;
}
.products-row2 .hs_cos_wrapper_type_header h2{
  font-family: 'arial black',sans-serif;
  font-size: 36pt;
  line-height: 1em;
  margin-top: -2px;
}
.products-row2 p {
  margin-top: 22px;
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
}
.products-row2 p:last-child {
  margin-bottom: 0;
}
.products-row2 .span6.dnd-column {
  width: 50%;
  margin-left: 0;
  padding: 0 20px;
  margin-top: 40px;
}
.products-row2 h3 {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 700;
  margin: 0 0 20px 0;
}
.products-row2 h3 span {
  font-size: 18pt;
  font-family: 'arial black', sans-serif;
}
.products-row2 ul:last-child {
  margin-bottom: 0;
}
.products-row2 li span {
  font-size: 12pt;
}

.products-row4 .two-column-equal-with-image-gp .left-sec-inner {
  font-size: 25.5px;
}

.resource-center-row1 .dnd-section>.row-fluid {
  max-width: 1720px;
}
.resource-center-row1 p:last-child {
  margin-bottom: 0;
}

/* Products */
.products-main-banner .dnd-section {
  padding-bottom: 0 !important;
}
.products-main-banner .banner-gp h1 {
  font-weight: 700;
  line-height: 1.4;
}
.products-main-banner .banner-gp p {
  line-height: 1.6;
  color: #696969;
  font-size:14px;
}

.products-main-row1 .heading-with-image-gp {
  padding-top: 20px;
}
.products-main-row1 .heading-with-image-gp .content-wrapper {
  max-width: 1720px;
}

.products-main-row2 .dnd-section {
  padding-top: 0;
}
.products-main-row2 p:last-child {
  margin-bottom: 0;
}
.products-main-row2 .dnd-section>.row-fluid {
  max-width: 1720px;
}

.products-series-gp.white{
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/POLYMER-CONCEPTS-GRID-BACKGROUND-44479ca4.png);
}

.products-main-row9 .ready-to-place-gp .content-wrapper {
  max-width: 1720px;
}

.products-main-row8 .dnd-section:last-child .products-series-gp .btn-text-wp {
  padding-bottom: 0;
}

.products-main-row4  .products-series-gp.right .right-sec,
.products-main-row5 .products-series-gp.left .right-sec{
  display:block;
}
.products-main-row5 .products-series-gp .btn-text-wp {
  padding-bottom: 0;
}
.products-main-row6 .products-series-gp.right .right-sec {
  display: block;
}


.products-row2 .hs_cos_wrapper_type_header h3 {
  font-size: 45px;
  line-height: 1em;
  font-family: 'Work Sans',sans-serif;
  font-weight: 900;
}

/* industries */
.industries-row1 .dnd-section>.row-fluid,
.industries-row3 .dnd-section>.row-fluid{
  max-width: 1720px;
}

.industries-row3 .span6.dnd-column {
  width: 50%;
  margin-left: 0;
}
.industries-row3 .hs_cos_wrapper_type_linked_image img {
  border-radius: 2em;
  vertical-align: middle;
}

.industries-row3 h2,
.industries-row3 h3{
  margin-top: 15px;
}
.industries-row3 p:last-child, 
.industries-row3 ul:last-child {
  margin-bottom: 0;
}


.container-fluid.industries-row3 h2 {
  margin-top: 20px;
}

.industries-row3 p:last-child, 
.industries-row3 ul:last-child {
  margin-bottom: 0;
}

.industries-row3 ul {
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.industries-row3 ul li {
  padding-left: 30px;
}
.industries-row3 ul li:before {
  content: '';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.6em;
  margin-bottom: -1.6em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
  list-style-type: square;
  color: #62a8d4;
}
.industries-row3 ul li:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
}

.industries-row3 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid {
  margin: 0 -10px;
  width: auto;
}
.industries-row3 .span6.dnd-column {
  padding-left: 10px;
  padding-right: 10px;
}

.industries-dnd-are-gp,
.bg-sec-gp{
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/POLYMER-CONCEPTS-GRID-BACKGROUND-44479ca4.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  position: relative;
}
.resource-center-row1-gp{
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/POLYMER-CONCEPTS-GRID-BACKGROUND-44479ca4.png);
  background-repeat: repeat;
  background-attachment: fixed;
  backface-visibility: hidden;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
}
.case-studies-rgp{
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/POLYMER-CONCEPTS-GRID-BACKGROUND-44479ca4.png);
  background-repeat: repeat;
  background-attachment: fixed;
  backface-visibility: hidden;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
}
.industries-dnd-are-gp:after,
.case-studies-rgp:after,
.resource-center-row1-gp:after,
.bg-sec-gp:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.81);
}
.bg-sec-gp{
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.75);
}
.case-studies-rgp:after{
  background-color: rgba(255, 255, 255, 0.63);
}
.industries-dnd-are-gp > div,
.case-studies-rgp > div,
.bg-sec-gp >div{
  position: relative;
  z-index: 2;
}

.industries-row3 .row-fluid [class*="span"],
.industries-row2 .row-fluid [class*="span"] {
  min-height: 0;
}

.resource-center-row1-gp:after {
  background-color: rgba(255, 255, 255, 0.63);
}


/* sac */
.sac-banner .uk-overlay {
  max-width: none !important;
}
.sac-row2 .hs_cos_wrapper_type_header {
  margin-top: 22px;
  display: block;
  padding: 0 20px;
  margin-bottom: 1px;
}
.sac-row2 .hs_cos_wrapper_type_header h2 {
  margin-bottom: 0;
  font-weight: 700;
  line-height:1.3;
}
.sac-page-gp .sac-row2 .hs_cos_wrapper_type_header {
  margin-top: 20px;
  margin-bottom: 0px;
}
.life-sciences-row2 .hs_cos_wrapper_type_header h2 {
  line-height: 1.3;
  margin-top: -2px;
  margin-bottom: -1px;
}
.sac-row2 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid {
  margin: 0 -10px;
  width: auto;
}
.sac-row2 .span6.dnd-column {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-left: 0;
}
.sac-row2 .hs_cos_wrapper_type_linked_image img {
  border-radius: 2em;
  vertical-align: middle;
}
.sac-row2 h3 {
  font-size: 11px;
  line-height: 1.4;
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #232323;
  margin-bottom: 0;
}
.sac-row2 h3 a:hover {
  text-decoration: none;
  color: #62a8d4;
}
.sac-row2 h2 {
  line-height: 1.2;
  color: #292929;
  font-family: 'Work Sans';
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.sac-row2 hr {
  content: "";
  display: block;
  width: 45px;
  max-width: 100%;
  border-top: 2px solid #62a8d4;
  vertical-align: top;
  margin-top: 20px;
  height: 0;
}

.sac-row2 ul:last-child {
  margin-bottom: 0;
}
.sac-row3 .span3.dnd-column {
  width: 25%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.sac-row3 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid {
  margin: 0 -10px;
  width: auto;
}
.sac-row3 .hs_cos_wrapper_type_header {
  display: block;
  padding: 0 20px;
}
.sac-row3 .hs_cos_wrapper_type_linked_image img {
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
}

.sac-row3 h3 {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 700;
  margin-top: 20px;
}
.sac-row3 p:last-child {
  margin-bottom: 0;
}

.sac-row4 .span6.dnd-column {
  width: 50%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sac-row4 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid {
  margin: 0 -10px;
  width: auto;
}
.sac-row4 .hs_cos_wrapper_type_header {
  display: block;
  padding: 0 20px;
}
.sac-row4 .hs_cos_wrapper_type_linked_image img {
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
}
.sac-row4 h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.sac-row3.life-sciences-row3 .row-fluid [class*="span"],
.sac-row3.life-sciences-row4 .row-fluid [class*="span"] {
  min-height: 0;
}

.life-sciences-row5 .ready-to-place-gp .ready-to-place-last {
  text-align: center;
}

.products-row2 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Work Sans';
  font-weight: 700;
  margin-bottom: 0;
}

.sac-row4 .row-fluid [class*="span"] {
  min-height: 0;
}

/* case-studies */
.case-studies-banner .dnd-section {
  padding: 0;
}
.case-studies-banner .banner-inner {
  align-items: center;
}
.case-studies-banner .left-se {
  order: 1 !important;
}

.case-studies-banner .right-se {
  order: 2 !important;
}
.case-studies-banner .hrcust {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.case-studies-banner h1 {
  margin-bottom: 0;
}


.case-studies-row2 .dnd-section>.row-fluid {
  max-width: 1720px;
}



.case-studies-row2 hr {
  height: 15px;
  border: none;
  color: #333;
  background-color: #333;
  width: 75%;
}
.case-studies-row2 .heading-with-image-gp .content-wrapper {
  max-width: 1720px;
  padding-left: 0;
  padding-right: 0;
}
.case-studies-row2 .heading-with-image-gp .heading-with-image-inner {
  margin-top: 40px;
}
.case-studies-row2 .heading-with-image-gp {
  padding-top: 0;
  padding-bottom: 0;
}
.case-studies-row2 .heading-with-image-gp .title {
  font-size: 22px;
}
.case-studies-row2 .heading-with-image-gp .title h3 {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 700;
  letter-spacing: 0;
}
.case-studies-row2 hr + p:last-child {
  margin-bottom: 0;
}

.resource-gp .resource-inner .resource-items:last-child {
  margin-bottom: 60px;
}
.case-studies-banner .dnd-section {
  margin-bottom: 70px;
}


/*======================================== ******* ============*/
[class*=uk-animation-] {
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear
}

.uk-animation-scale-up {
  animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
  animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
  animation-name: uk-fade-left
}

.uk-animation-slide-right {
  animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s
}

.uk-animation-shake {
  animation-name: uk-shake
}

.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s
}

.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

.resource-center-row1-gp > div {
  position: relative;
  z-index: 1;
}

.tfsales-row3 .advantages-gp {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .hs-mac-pc .seal-design-services-gp{
    background-size: 1024px;
  }
}
@media (min-width: 1025px){
  .hs-mac-pc .seal-design-services-gp{
    background-size: 1100px;
  }
}

@media(max-width:767px){
  .hs-mac-pc .seal-design-services-gp{
    background-size: 768px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__logo{
    position:relative;
    top:12px;
  }
  .home-row1 .dnd-section{
    padding-top:0px !important;
  }
  .cm-home-page .container-fluid.home-row1 [class*='background-image'].dnd-section{
    height:1134px;
    min-height:auto;
  }
  .custom-menu-primary .submenu.level-1 > li > a{
    padding-top:30px;
  }

}

@keyframes uk-fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes uk-shake {
  0%,100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(270deg);
  }
}


@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.cm-ready-to-wrok .cmlink .cta_button:after {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/whiteArrow.svg);
}
.products-series-gp .btn-text-wp .btn-text .cta_button:before {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/whiteqoute-icon.svg);
}
.products-series-gp .btn-text-wp .btn-text.yellow .cta_button:before {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/qoute-black-icon.svg);
}
.products-series-gp .btn-text-wp .btn-text.yellow .cta_button:hover:before {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/whiteqoute-icon.svg);
}

.contact-us-gp .uk-button .cta_button:after {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/black-arrow.svg);
}
.contact-us-gp .uk-button .cta_button:hover:after {
  background-image:url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/blue-arrow.svg);
}


ul.no-list.hs-error-msgs.inputs-list {
  font-size: 0.85em;
}
.hs-input.invalid.error {
  border-color: rgba(225,229,238,1.0);
}
.hs_error_rollup .no-list.hs-error-msgs.inputs-list label {
  font-size: 1em;
}



/*======================================== ******* ============*/


@media (min-width: 640px){
  .contact-row1 .dnd-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 960px){
  .pctfe-orders-row1 .form-title {
    font-size: 40px;
  }
  .contact-row1 .dnd-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .products-row4 .two-column-equal-with-image-gp .left-sec-inner {
    font-size: 30px;
  }
  .sac-row2 h2 {
    font-size: 30px;
  }
  .sac-row2 .hs_cos_wrapper_type_header h2 {
    font-size: 30px;
  }
  .life-sciences-row5 .right-sec.col-50 {
    width: calc(100% * 2 / 3.001);
  }
  .life-sciences-row5 .left-sec.col-50 {
    width: calc(100% * 1 / 3.001);
  }
  .case-studies-row2 h2 {
    font-size: 30px;
  }
  .tfsales-row5 .span3.dnd-column {
    width: 26% !important;
    margin-left: 0 !important;
  }
  .tfsales-row5 .span9.dnd-column {
    width:74% !important;
  }
}
@media only screen and (min-width: 1200px){
  .industries-row3 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid,
  .sac-row2 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid,
  .sac-row3 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid,
  .sac-row4 .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid{
    margin: 0 -20px;
    width: auto;
  }
  .industries-row3 .span6.dnd-column,
  .sac-row2 .span6.dnd-column,
  .sac-row3 .span3.dnd-column,
  .sac-row4 .span3.dnd-column{
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-studies-banner .dnd-section {
    margin-bottom: 12em;
  }
}


@media only screen and (min-width: 1201px){
  .products-row2 .hs_cos_wrapper_type_header,
  .products-row2 .hs_cos_wrapper_type_rich_text h2{
    font-size: 45px;
    line-height: 1em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    display: block;
  }
}

@media screen and (max-width: 1199px){
  .contact-row1 .dnd-section {
    padding-bottom: 20px !important;
  }
  .contact-row2 .span6.dnd-column:last-child {
    padding-left: 20px;
  }
  .products-row2 .span6.dnd-column {
    margin-top: 20px;
  }
  .products-row2 .span6.dnd-column:first-child {
    padding-right: 10px;
  }
  .products-row2 .span6.dnd-column:last-child {
    padding-left: 10px;
  }
  .banner-area.resource-center-banner .dnd-section {
    padding-bottom: 20px !important;
  }
  .products-main-row1 .heading-with-image-gp {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .banner-area.products-main-banner .dnd-section {
    padding-bottom: 0 !important;
  }
  .products-main-row4 .products-series-gp.right .right-sec,
  .products-main-row5 .products-series-gp.left .right-sec{
    display: block;
  }
  .products-main-row5 .products-series-gp .btn-text-wp {
    padding-bottom: 0;
  }
  .industries-row3 .dnd-section {
    padding-top: 20px !important;
  }
  .industries-row3 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
    padding-top: 20px !important;
  }
  .industries-row4 .heading-with-image-gp .image img {
    max-width: 250px;
  }
  .sac-row2 .hs_cos_wrapper_type_header,
  .sac-row3 .hs_cos_wrapper_type_header,
  .sac-row4 .hs_cos_wrapper_type_header{
    padding-left:10px;
    padding-right:10px;
  }
  .sac-row2 .dnd-section>.row-fluid > .span12.dnd-column > .dnd-row:not(:first-child),
  .sac-row3 .dnd-section{    
    padding-top: 20px !important;
  }
  .sac-row4 .dnd-section>.row-fluid .dnd-row:last-child .dnd-row:last-child .span6.dnd-column {
    padding-top: 20px !important;
  }
  .case-studies-row2 .heading-with-image-gp .heading-with-image-inner {
    margin-top: 20px;
  }
  .case-studies-row2 .heading-with-image-gp .image img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px){
  .products-row2 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 45px;
    line-height: 1em;
    font-family: 'Work Sans',sans-serif;
    font-weight: 900;
  }
}

@media screen and (max-width: 959px){
  .pctfe-orders-row1 .form-title {
    text-align: center;
  }
  .contact-row1 .dnd-section {
    padding-top: 40px;
  }
  .contact-row2 .span6.dnd-column {
    padding-left: 40px;
    width: 100%;
    padding-right: 40px !important;
  }
  .contact-row2 .span6.dnd-column:last-child {
    padding-left: 40px;
    padding-top: 20px;
  }
  .contact-row2 form:before {
    top: 0;
    left: 40px;
    border: 0;
    border-top: 1px solid #e9e9e9;
    right: 0;
  }
  .contact-row2 .dnd-section {
    padding-bottom: 40px;
  }
  .app-design-request-row1 hr {
    margin-bottom: 31px;
  }

  .products-row2 .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .products-row2 p {
    margin-top: 19px;
  }
  .products-row2 .span6.dnd-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .products-row2 .span6.dnd-column:last-child {
    padding-left: 0;
  }
  .products-row2 .span6.dnd-column:first-child {
    padding-right: 0;
  }

  .banner-area.resource-center-banner .dnd-section {
    padding-top: 40px !important;
  }
  .resource-center-row2 .dnd-section:last-child {
    padding-bottom: 40px;
  }
  .products-main-row1 .heading-with-image-gp .heading-with-image-inner {
    margin-top: 0;
  }

  .products-main-row2 .dnd-section {
    padding-bottom: 40px;
  }
  .products-main-row5 .products-series-gp {
    padding-bottom: 40px;
  }

  .industries-row3 .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .industries-row3 .span6.dnd-column:last-child {
    order: 1;
    margin-bottom: 20px;
  }
  .industries-row3 .span6.dnd-column:first-child {
    order: 2;
  }
  .industries-row3 .span6.dnd-column {
    width: 100%;
  }
  .industries-row3 .dnd-section {
    padding-bottom: 40px;
  }
  .cm-home-page .container-fluid.home-row1 .dnd-section[class*="background-image"]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sac-banner .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .sac-banner .uk-position-bottom-left {
    margin-top: 26px  !important;
  }
  .sac-banner .industries-banner-gp {
    padding-bottom: 48px;
  }

  .sac-row2 .span6.dnd-column {
    width: 100%;
  }

  .sac-row2 .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .sac-row3 .span3.dnd-column {
    width: 50% !important;
    margin-left: 0 !important;
    float: left !important;
  }
  .sac-row4 .span6.dnd-column {
    float: left !important;
  }
  .life-sciences-banner .el-title {
    line-height: 1.4 !important;
  }
  .life-sciences-banner .uk-position-bottom-left {
    margin-top: 20px !important;
  }
  .life-sciences-banner .industries-banner-gp {
    padding-bottom: 40px;
  }
  .life-sciences-row5 .ready-to-place-gp .ready-to-place-last {
    margin-top: 20px;
  }
  .products-row2 .hs_cos_wrapper_type_rich_text h4 {
    font-size: 30px;
  }

  .sac-banner .industries-banner-gp.mobile-effect-hover{
    padding-bottom: 40px;
  }

}

@media only screen and (min-width: 641px) and (max-width: 959px){
  .products-row2 .hs_cos_wrapper_type_header h2 {
    margin-top: 1px;
    font-size: 36pt;
    line-height: 68px;
    font-family: 'arial black', sans-serif;
  }
  .products-row2 .hs_cos_wrapper_type_header h3,
  .products-row2 .hs_cos_wrapper_type_rich_text h2{
    font-size: 65px;
    line-height: 1em;
    font-family: 'Work Sans',sans-serif;
    font-weight: 900;
  }

}
@media screen and (max-width: 767px){
  .sac-page-gp .industries-dnd-are-gp{
    background-image: url(https://8116576.fs1.hubspotusercontent-na1.net/hubfs/8116576/raw_assets/public/Polymer_Concepts_Mar2022/images/mobile-image-bg.png);
    background-size: 768px;
  }
}
@media screen and (max-width: 639px){
  .contact-row2 .span6.dnd-column,
  .contact-row2 .span6.dnd-column:last-child{
    padding-left: 15px;
    padding-right: 15px !important;
  }
  .contact-row2 form {
    position: relative;
  }
  .contact-row2 form:before {
    top: -20px;
  }
  .contact-row2 .span6.dnd-column:last-child {
    padding-top: 20px;
  }

  .products-row2 .hs_cos_wrapper_type_header h2 {
    line-height: 39px;
    font-size: 48px;
    margin-top: -4px;
  }
  .products-row2 p {
    margin-top: 24px;
  }
  .products-row2 .hs_cos_wrapper_type_header h3 {
    font-size: 30px;
    line-height: 1em;
    font-family: 'Work Sans',sans-serif;
    font-weight: 900;
  }
  .products-row2 .hs_cos_wrapper_type_rich_text h2{
    font-size: 30px;
    line-height: 1em;
    font-family: 'Work Sans',sans-serif;
    font-weight: 900;
  }
  .form-st form input[type=file] {
    border: 0;
  }
}

@media screen and (max-width: 600px){
  .cm-website-page-gp .c1 {
    border: 0;
  }
  .cm-website-page-gp .c1 caption {
    font-size: 1.3em;
  }
  .cm-website-page-gp .c1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cm-website-page-gp .c1 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom:0.625em;
  }
  .cm-website-page-gp .c1 td {
    border: 0;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .cm-website-page-gp .c1 td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  .cm-website-page-gp .c1 td:last-child {
    border-bottom: 0;
  }
}