/* TOC:
    Universal
    Scaffolding
    Position Specific Styles
    Header
    ... other unlabelled elements here...
    Fixed Tabs
    Buckets
    News
    Technical Library
    Social Media
    Salesforce
    Innovation & Formulation Finder
    Samplekit & Samplekit Products
    Footer
    Page Specific Styles
    Misc
*/
/* ===================================================== Universal */
body {
	color: #54575a;
	font-family: urw-din, sans-serif;
	position: relative;
	overflow-x: hidden;
	padding-top: 100px;
}
#emergency{
    top: 0;
    background: #ff8400;
    display: block;
    padding:10px;
    position: fixed;
    width: 100%;
}
#emergency h4{
    margin-bottom:2px;
    text-align:left;
}
#emergency p{
    width: 70%;
    text-align: left;
}
#emergency a{
    float:right;
    position:relative;
    bottom:55px;
}
#emergency p, #emergency h2{
    color:white !important;
}

body.modal-open {
	overflow: inherit;
	padding-right: 0 !important;
}

h1,
.h1 {
	font-size: 2.5em;
	letter-spacing: 1px;
}

h2,
.h2,
.block1 h1,
#main-content h1{
	color: #e57600;
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 15px;
}

h2 a,
.h2 a,
.block1 h1 a,
#main-content h1 a{
	font-weight: bold;
}

h2:first-child,
.h2:first-child,
.block1 h1:first-child,
#main-content h1:first-child{
	margin-top: -10px;
}

h2+.h1,
.h2+.h1,
.block1 h1+.h1 {
	margin-top: -22px;
}

h3,
.h3 {
	color: #54575a;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
}

h4,
.h4 {
	color: #54575a;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: block;
}

strong h1,
strong .h1 {
	color: #ff8400;
}

strong h2,
strong .h2 {
	color: #54575a;
}

h1 strong,
.h1 strong {
	color: #ff8400;
}

h2 strong,
.h2 strong {
	color: #54575a;
}

p {
	font-size: 14px;
	line-height: 24px;
}

p a:hover,
p a:active,
.richtext li a:hover{
	text-decoration: underline;
}

a {
	color: #ff8400;
	font-weight: normal;
}

a:hover,
a:active {
	color: #ff8400;
}

a:focus {
	outline: 0;
	color: #ff8400;
}

hr {
	border-color: #cfcfcf;
	margin: 0;
}

.block-hr {
	z-index: 2;
	background-color: transparent;
	pointer-events: none;
}

.learnmore,
.readmore,
.viewmore {
	color: #54575a;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.learnmore:after,
.readmore:after,
.viewmore:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	margin-left: 15px;
	color: #54575a;
	position: absolute;
	top: 0px;
	font-weight: 200;
}

.learnmore:hover,
.readmore:hover,
.viewmore:hover {
	color: #ff8400;
	text-decoration: underline;
}

.learnmore:focus,
.readmore:focus,
.viewmore:focus {
	color: #ff8400;
}

.forms {
	vertical-align: top;
}

.forms input[type="text"],
.forms input[type="tel"],
.forms input[type="email"],
.forms input[type="password"],
.forms textarea,
.forms select {
	background-color: white;
	color: #54575a;
	border: 1px solid #54575a;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	vertical-align: top;
	border-radius: 5px;
	padding: 0 5px;
}

.forms textarea {
	height: 92px;
}

.forms input[type="submit"] {
	float: left;
	clear: both;
	border: 0;
}

.forms .form-group {
	position: relative;
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 15px;
	display: block;
	float: left;
	vertical-align: top;
}

.forms .form-group.w66 {
	width: 64.5%;
	padding-left: 0 !important;
	padding-bottom: 0;
	padding-right: 0;
}

.w33 .forms .form-group {
	width: 100%;
	padding-left: 0 !important;
	padding-bottom: 0;
	padding-right: 0;
	margin-bottom: 15px;
}
.forms .form-group.required label:after {
	color: #ff8400;
	margin-left: 5px;
	position: absolute;
}

.forms .form-group.full {
	width: 100%;
}

.forms .form-group span.error,
.forms .form-group p.error,
.forms .form-group div.error {
	position: absolute;
	left: 0;
	color: #a00;
	font-size: 10px;
	text-align: left;
	display: block;
	text-transform: none;
}

.forms .form-group .radios input {
	padding-left: 15px;
}

.forms .form-group .radios p.error,
.forms .form-group .radios div.error {
	margin-top: -10px;
}

.forms .form-group .radios span.error {
	margin-top: 0;
	white-space: nowrap;
}

.forms .form-group .radios.inline .radio {
	display: inline-block;
	margin: 0px 40px 5px 0;
	font-size: 14px;
}

.forms label {
	text-transform: none;
	display: block !important;
	font-weight: bold;
	color: #54575a;
	margin-bottom: 3px;
	font-size: 14px;
}

.forms label.small {
	font-size: 12px;
}

.forms label .note-trigger {
	background-color: #ff8400;
	color: white;
	text-align: center;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.forms label .note-trigger:hover {
	background-color: #e57600;
}

.forms label .note-trigger:hover+.note {
	display: block;
}

.forms label .note {
	position: absolute;
	width: 150px;
	background-color: #ff8400;
	border-radius: 5px;
	display: none;
	color: white;
	right: 0;
	margin-right: 15px;
	margin-top: 18px;
	padding: 5px;
	font-weight: normal;
	z-index: 10;
	font-size: 12px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
}

.forms .checkboxes .checkbox {
	color: #54575a;
	font-size: 14px;
}

.forms .checkboxes input[type="checkbox"].error {
	display: inline-block;
}

.forms .checkboxes.inline .checkbox {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}

.forms .conditional-trigger .conditional-field {
	margin-left: 30px;
	display: none;
}

.forms .conditional-trigger .conditional-field.active {
	display: block !important;
}

.forms h2 {
	margin-bottom: 10px;
}

.forms h3 {
	margin: 10px 0 5px 0;
}

.forms p,
.forms .full,
.forms h2,
.forms h3 {
	float: none;
	clear: both;
}

.w33 .forms .form-group label,.w33 .forms .form-group input{display: inline !important;}
.w33 .forms .form-group label{width: 29%;}
.w33 .forms .form-group input,.w33 .forms .form-group select{
    float: right;
    width: 70%;
}
.w33 .forms .form-group.full input{
	width: 100%;
}
#error-summary {
	position: absolute;
	top: -20px;
}

.button {
	background-color: #ff8400;
	text-transform: uppercase;
	color: white;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
	font-weight: normal;
}

.button.full,
.button.w100 {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	margin-right: 0;
}

.button.half {
	width: 50%;
	margin-right: 50%;
	margin-left: 0 !important;
	text-align: center;
}

.button.in-row {
	margin-right: 10px;
}

.button.in-column {
	margin-bottom: 15px;
	float: left;
	clear: both;
}

.button:focus {
	outline: 0;
	text-decoration: none;
	color: white;
}

.button:hover,
.button:active {
	text-decoration: none !important;
	color: white;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
}

.button.gray {
	background-color: #f6f6f6;
	border: 1px solid #cfcfcf;
	color: #54575a !important;
}

.button.hollow {
	border: 1px solid #54575a;
	background-color: white;
	color: #ff8400;
	-webkit-font-smoothing: subpixel-antialiased;
}

.button.hollow:hover,
.button.hollow:active {
	color: #ff8400;
	border-color: #ff8400;
}

.button.hollow:focus {
	color: #ff8400;
}

.button.hollow.inactive {
	border-color: #bbc0c0;
	background-color: white;
	color: #bbc0c0;
	background-color: #f0f1f1;
}

.button.inactive {
	background-color: #a1a7ad;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.has-tooltip{
    position: relative;
}

.button.has-tooltip:hover .button-tooltip{
    transform: scale(1);
    opacity: 1;
    height: auto;
}

.button-tooltip{
    position: absolute;
    display:block;
    left:0;
    right:0;
    bottom: 50px;
    margin: 0 auto;
    opacity: 0;
    background-color: #222;
    width: 200px;
    padding: 15px;
    transform: scale(0.1);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    color: white;
    text-transform: none;
}

.button-tooltip:after{
    font-family: "Font Awesome 5 Pro";
    content:'\f0d7';
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    bottom: -20px;
    text-align:center;
    color: #222;
    font-size: 26px;
    font-weight: bold;
}

.bootstrap-select {
	border: 1px solid #54575a;
	width: 100% !important;
	text-transform: none;
	margin-bottom: 25px;
	color: #54575a;
}

.bootstrap-select .btn {
	height: 40px;
	line-height: 40px;
	background-color: white !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 10px;
	border-radius: 5px;
}

.bootstrap-select .btn span {
	text-transform: none;
	font-weight: normal;
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
	border-radius: 5px;
	background-color: white !important;
	outline: 0 !important;
}

.bootstrap-select:focus {
	outline: 0 !important;
}

.bootstrap-select ul li {
	margin: 0 !important;
}

.bootstrap-select ul li a {
	color: #54575a !important;
	display: block;
	text-transform: none;
	padding: 10px !important;
	width: 100%;
	font-size: 13px;
}

.bootstrap-select .filter-option {
	color: #54575a;
}

::-ms-clear {
	display: none;
}

::-webkit-search-decoration,
 ::-webkit-search-cancel-button,
 ::-webkit-search-results-button,
 ::-webkit-search-results-decoration {
	display: none;
}

.image-single + *{
    clear: both;
}

.has-accent {
	position: relative;
}

.has-accent:after {
	content: '';
	background-color: #ff8400;
	position: absolute;
	display: block;
	top: -25px;
	width: 50%;
	height: 8px;
	max-width: 146px;
}

.has-accent-below {
	position: relative;
	margin-bottom: 50px;
}

.has-accent-below:after {
	content: '';
	background-color: #ff8400;
	position: absolute;
	display: block;
	bottom: -30px;
	width: 50%;
	height: 8px;
	max-width: 146px;
}

.no-accent:after {
	display: none;
}

.has-diagonal {
	padding-left: 1px;
	padding-right: 1px;
	position: relative;
	overflow: hidden;
}

.has-diagonal:after {
	content: '';
	background: url('/assets/images/template/image_frame.png') center center no-repeat transparent;
	background-size: 100% 100%;
	position: absolute;
	width: 100.2%;
	height: 100.2%;
	top: 0;
	left: 0;
	overflow: hidden;
}


/* ===================================================== Scaffolding */

.content-block {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.content-block .constrain .w25,
.content-block .constrain .w33,
.content-block .constrain .w40,
.content-block .constrain .w50,
.content-block .constrain .w60,
.content-block .constrain .w66,
.content-block .constrain .w75 {
	vertical-align: top;
	padding-top: 0;
}

.two-col .constrain .w33,
.two-col .constrain .w40,
.two-col .constrain .w50,
.two-col .constrain .w60,
.two-col .constrain .w66 {
	float: left;
}

.content-block .constrain .w25:first-child,
.content-block .constrain .w33:first-child,
.content-block .constrain .w40:first-child,
.content-block .constrain .w50:first-child,
.content-block .constrain .w60:first-child,
.content-block .constrain .w66:first-child,
.content-block .constrain .w75:first-child {
	padding-left: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-top: 0;
}

.content-block .constrain .w75:first-child {
	padding-right: 32px;
}

.content-block .constrain .w25:last-child,
.content-block .constrain .w33:last-child,
.content-block .constrain .w40:last-child,
.content-block .constrain .w50:last-child,
.content-block .constrain .w60:last-child,
.content-block .constrain .w66:last-child,
.content-block .constrain .w75:last-child {
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 0;
}

.content-block .constrain .w75+.w25 {
	padding-left: 32px;
}

.content-block .heading:first-child:last-child {
	margin-bottom: -15px;
}

.content-block .constrain .w25,
.content-block .constrain .w75 {
	display: inline-block;
	float: none;
}

.content-block .constrain .constrain {
	width: 100%;
}

.content-block .white-bg .content-block,
.content-block .gray-bg .content-block {
	padding: 30px;
	border: 1px solid #54575a;
}

.content-block .constrain .w25 .forms .form-group {
	width: 100%;
}

.content-block .content-block {
	padding-top: 0;
}

.content-block .w33+.w33 {
	padding-right: 15px;
	padding-left: 15px;
}

/* ===================================================== Position Specific Styles */

.h3.has-accent:after,
h3.has-accent:after {
	top: -15px;
}

.content-block>.richtext:first-child>h3:first-child {
	margin-top: -10px;
}

.richtext p:last-child {
	margin-bottom: 0;
}

.video-block+.sidebar-related.listview .title:first-child,
.h3.has-accent,
h3.has-accent,
.button+.button.half,
.heading+.block .info-box {
	margin-top: 5px;
}
.info-box .video-block+.richtext {
	margin-top: 16px;
}
.heading+#suppliers-search,
.richtext>ul+p {
	margin-top: 20px;
}
.richtext+.image-single,
.image-single+.richtext,
.richtext+.gallery,
.richtext+.heading,
.richtext+.richtext,
.img-wrapper+.richtext h1:first-child,
.img-wrapper+.richtext h2:first-child,
.richtext+#error-summary+form,
.richtext+form,
.button+.richtext,
.files+.button,
.richtext+.files,
.button+.heading,
.richtext+.tabbed-content,
.heading+.buckets.mini,
.button.right+.buckets.mini,
.content-block .has-accent:first-child,
.richtext + .video-block {
	margin-top: 30px;
}

.richtext>ul+h2 {
	margin-top: 35px;
}

.button+.image-single,
.files+.richtext {
	margin-top: 40px;
}

.gallery+.heading,
.gallery+.richtext {
	margin-top: 45px;
}

.button+hr,
.files+hr,
hr+.richtext {
	margin-top: 60px;
}

hr+.heading {
	margin-top: 50px;
}

.heading+.button.right {
	position: absolute;
	right: 15px;
	margin-top: -48px;
}

.richtext+hr:last-child {
	margin-bottom: -60px;
	margin-top: 30px;
}

.richtext p img[style*="float: left; "] {
 margin-right: 15px;
margin-top: 5px;

}
.richtext p img[style*="float: right; "] {
 margin-left: 15px;
margin-top: 5px;

}
.richtext+.button {
	margin-top: 30px;
	display: inline-block;
}
.richtext h3 {
	color: #54575a;
}
.richtext.large p {
	font-size: 16px;
	line-height: 24px;
}
.richtext h1+h2,
.richtext h1+h3,
h1.heading+h2,
h1.heading+h3,
h1.heading+.richtext h2:first-child {
	font-size: 20px;
	color: #54575a;
	margin-top: 10px;
}
h2.has-accent,
.h2.has-accent {
	color: #54575a;
}
.text-center .has-accent:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.richtext.columnlist>ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style-position: outside;
	margin: 0;
}
.richtext.columnlist2>ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-position: outside;
	margin: 0;
}
.richtext.columnlist>ul li,
.richtext.columnlist2>ul li {
	padding-right: 10px;
}
.block .richtext ul {
	padding-left: 0;
	margin-bottom: -5px;
	margin-left: 19px;
	margin-top: 14px;
}
.block .richtext ul li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	margin-bottom: 15px;
}
.block .richtext ul ul {
	margin-bottom: 15px;
	margin-top: 15px;
}
.block .richtext ul ul li{
    padding-left:0;
    margin-bottom: 8px;
}
.block .richtext ul:last-child li:last-child {
	margin-bottom: 0;
}
.block .richtext ol {
	padding-left: 0;
	margin-bottom: -10px;
}
.block .richtext ol li {
	position: relative;
	padding-left: 3px;
	margin-left: 12px;
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 25px;
}
.block .richtext ol li ul {
	margin-bottom: 10px;
	margin-top: 0px;
}
.block .richtext ol li ul li {
	padding-left: 15px;
}
.block .richtext table {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.block .richtext table td {
	vertical-align: top;
	width: auto;
	padding-right: 15px;
}
.block .block .bg-left,
.block .block .bg-right {
	display: none;
}
.content-block>.richtext p:last-child,
.content-block .w66:last-child .richtext:last-child p:last-child,
.content-block .w60:last-child .richtext:last-child p:last-child,
.content-block .w40:last-child .richtext:last-child p:last-child,
.content-block .w33:last-child .richtext:last-child p:last-child,
.content-block .w50:last-child .richtext:last-child p:last-child {
	margin-bottom: -5px;
}
.content-block .w25+.w25+.w50,
.content-block.three-col .w50:first-child {
	width: 49%;
	display: inline-block;
}
.block1 .constrain>.w75+.w25>div,
.block1 .constrain>.w75+.w25>form {
	border: 1px solid #54575a;
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
}
.block1 .constrain>.w75+.w25>div.sidebar,
.block1 .constrain>.w75+.w25>div#error-summary {
	border: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.block1 .constrain>.w75+.w25>.gallery,
.block1 .constrain>.w75+.w25>.sidebar-box .gallery {
	padding-bottom: 10px;
}
.block1 .constrain>.w75+.w25>.gallery .img-wrapper,
.block1 .constrain>.w75+.w25>.sidebar-box .gallery .img-wrapper {
	max-height: 370px;
	height: auto;
}
.block1 .constrain>.w75+.w25>.gallery img,
.block1 .constrain>.w75+.w25>.sidebar-box .gallery img {
	max-height: 60px;
	width: auto;
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 0;
}
.block1 .constrain>.w75+.w25>.gallery .flex-control-nav,
.block1 .constrain>.w75+.w25>.sidebar-box .gallery .flex-control-nav {
	bottom: -19px;
	left: 5%;
}
.block .constrain>div:nth-child(1) .has-diagonal:first-child,
.block .constrain>div:nth-child(2) .has-diagonal:first-child,
.block .constrain>div:nth-child(3) .has-diagonal:first-child {
	height: 400px;
}
.block .constrain>div:nth-child(1) .has-diagonal:first-child img,
.block .constrain>div:nth-child(2) .has-diagonal:first-child img,
.block .constrain>div:nth-child(3) .has-diagonal:first-child img {
	max-width: none;
	min-height: 400px;
	max-height: 480px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block1 .constrain>div:nth-child(1) .has-diagonal:first-child,
.block1 .constrain>div:nth-child(2) .has-diagonal:first-child,
.block1 .constrain>div:nth-child(3) .has-diagonal:first-child {
	margin-top: -60px;
}
.block .block.no-bg {
	background-color: transparent;
}
.block.image-bg .w33,
.block.image-bg .block .three-col {
	padding-bottom: 0;
	padding-top: 0;
}
.w33 .info-box {
	width: 100%;
	margin: 0;
}
.gray-bg {
	background-color: #f0f1f1;
}
.gray-bg+.block-hr .constrain {
	padding-bottom: 0;
}
.gray-bg+.block-hr .constrain hr {
	display: none;
}
.white-bg {
	background-color: white;
}
.white-bg h2,
.white-bg .h2 {
	color: #ff8400;
}
.darkgray-bg {
	color: white !important;
	background-color: #666666;
	
}
.block1.block.constraint-container.darkgray-bg {
    border-radius: 20px 0 20px 0;
}
.darkgray-bg .heading, .darkgray-bg p, .darkgray-bg ul, .darkgray-bg .h2, .darkgray-bg h2, .darkgray-bg label, .darkgray-bg .checkbox {
	color: white !important;
}
.darkgray-bg.image-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #54575a;
	opacity: .95;
}
.no-bg h2.heading:first-child,
.no-bg .h2.heading:first-child {
	color: #e57600;
}
.no-bg h2.heading.has-accent:first-child,
.no-bg .h2.heading.has-accent:first-child {
	color: #54575a;
}
.no-bg .forms input[type="submit"],
.white-bg .forms input[type="submit"] {
    background-color: #ff8400;
    color: white;
    margin-right: 10px;
}
.spam-message {
    font-size: 12px;
    margin-top: 5px;
    display: table;
}
#custom-form .spam-message {
    padding-top: 20px;
}
/* ============================================== Header */
#header {
	position: relative;
	z-index: 999;
	background-color: white;
}
#header-top {
	background-color: #54575a;
	position: fixed;
	width: 100%;
	top: 100px;
	z-index: 1001;
}

#header-top ul {
	float: right;
}
#header-top ul>li {
	height: 35px;
	line-height: 35px;
	position: relative;
}
#header-top ul>li.parent:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	color: white;
	font-weight: 200;
	margin-left: 3px;
}
#header-top ul>li.parent:hover:after {
	content: '\f106';
}
#header-top ul>li a {
	color: white;
	font-size: 14px;
}
#header-top ul>li a:hover {
	text-decoration: underline;
}
#header-top ul>li ul {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #54575a;
	margin: -2px 0 0 0;
	width: 182px;
	padding: 10px 0;
}
#header-top ul>li ul li {
	width: 100%;
	margin: 0;
	height: auto;
	line-height: normal;
}
#header-top ul>li ul li a {
	color: #54575a;
	display: block;
	padding: 3px 10px;
	line-height: 15px;
}
#header-top ul>li ul li a:hover,
#header-top ul>li ul li a:active {
	color: #54575a;
	text-decoration: underline;
}
#header-top ul>li:hover ul {
	display: block;
}
#header-top ul>li>ul>li.parent:after {
	display: none;
}
#header-top ul>li>ul>li>ul {
	position: relative;
	z-index: 2;
	border-top: 0;
	border-bottom: 0;
	padding: 0 20px 0 20px;
	margin: 0 -1px 10px -1px;
}
#header-top ul>li:last-child>ul>li>ul>li {
	display: inline-block;
}
#header-top ul>li:last-child>ul>li>ul>li>a{
    padding-right: 0;
}
#header-top #utility_link3609 a{
    background-color: white;
    color: #54575a;
    padding-left: 5px;
    padding-right: 5px;
}
#header-top #utility_link3609:after{
    font-family: "Font Awesome 5 Pro";
	content: '\f107';
	color: white;
	font-weight: 200;
	margin-left: 3px;
}
#header-top #utility_link3609:hover:after {
	content: '\f106';
}
#header-top #utility_link37 ul{
    display: none !important;
}
#header-top #utility_link3606:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f2bd';
	margin-right: 5px;
	font-size: 15px;
	color: white;
	margin-top: 1px;
	font-weight: 300;
}
#header-top #utility_link3675:before,
#header-top #utility_link42:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f0ac';
	margin-right: 5px;
	font-size: 15px;
	color: white;
	margin-top: 1px;
	font-weight: 300;
}
#header-top #utility_link42>ul>li>a {
	font-weight: bold;
}
#header-top #utility_link42>ul {
	right: -10px;
}
#header-bottom {
	padding: 0;
	position: fixed;
	z-index: 1000;
	top: 135px;
	background-color: white;
	width: 100%;
}
#header-bottom #primary-nav {
	display: block;
}
#header-bottom #primary-nav>li#link_24>ul,
#header-bottom #primary-nav>li#link_17>ul,
#header-bottom #primary-nav>li#link_592>ul {
	left: auto;
	right: -5px;
}
#header-bottom .constrain {
	position: relative;
}
#header-bottom nav {
	float: none;
}
#header-bottom nav>ul>li>a {
	border-left: 1px solid #cfcfcf;
	font-weight: 900;
}
#header-bottom nav>ul>li:first-child{
    margin-left: 35px;
}
#header-bottom nav>ul>li:last-child>a {
	border-right: 1px solid #cfcfcf;
}
#header-bottom .logo {
	position: absolute;
	z-index: 10;
	top: 14px;
	height: 45px;
}
#header-bottom .logo{
    height: 45px;
}
#header-bottom ul {
	text-align: center;
}
#header-bottom ul>li {
	display: inline-block;
	float: none;
}
#header-bottom ul>li.active:before {
	color: #ff8400;
}
#header-bottom ul>li>a {
	color: #54575a;
	padding: 0 24px;
	font-size: 14px;
	font-weight: bold;
}
#header-bottom ul>li:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0px;
	font-weight: 200;
}
#header-bottom ul>li:hover:before {
	color: #ff8400;
}
#header-bottom ul>li:hover:after,
#header-bottom ul>li.active:after {
	content: '';
	width: 102.5%;
	height: 5px;
	background-color: #ff8400;
	position: absolute;
	left: 0;
	bottom: 0;
}
#header-bottom ul>li:last-child:hover:after {
	width: 100%;
}
#header-bottom ul>li>ul {
	text-align: left;
	width: 600px;
	background-color: white;
	top: 70px;
	border: 1px solid #54575a;
	padding: 20px 25px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
}
#header-bottom ul>li>ul a:hover,
#header-bottom ul>li>ul a:active{
    color: #ff8400;
}
#header-bottom .dropdown-nav {
	text-align: left;
	width: 600px;
	top: 70px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	background: url('/assets/images/template/menu_shape.png') right top no-repeat white;
	margin: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding: 35px;
	opacity: 1;
}
#header-bottom .dropdown-nav li {
	display: block;
	margin: 0;
	padding: 0;
}
#header-bottom .dropdown-nav li:hover:after {
	display: none;
}
#header-bottom .dropdown-nav .finder {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #ff8400;
	padding: 22px 35px;
	margin: -35px -35px 55px -35px;
	z-index: 2;
	position: relative;
}
#header-bottom .dropdown-nav .finder i {
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}
#header-bottom .dropdown-nav .finder:before {
	content: '';
	background: url('/assets/images/template/menu_shape.png') right top no-repeat transparent;
	position: absolute;
	top: 62px;
	right: -1px;
	display: block;
	width: 232px;
	height: 265px;
	z-index: 1;
}
#header-bottom .dropdown-nav .finder:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2);
	bottom: 0;
	z-index: 2;
	border-bottom: 1px solid #cfcfcf;
}
#header-bottom .dropdown-nav .finder + * {
	position: relative;
	z-index: 2;
}
#header-bottom .dropdown-nav .button {
	color: white;
	padding: 8px 18px;
	font-weight: normal;
	display: inline-block;
	font-size: 13px;
}
#header-bottom .dropdown-nav .button.hollow {
	position: absolute;
	right: 55px;
	top: 35px;
	color: #ff8400;
	border-color: #ff8400;
}
#header-bottom .dropdown-nav .h2 {
	text-transform: none;
	max-width: 300px;
}
#header-bottom .dropdown-nav p {
	max-width: 400px;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 55px;
}
#header-bottom #link_15 .dropdown-nav {
	background-image: none;
}
#header-bottom #link_15 .dropdown-nav .button.hollow {
	top: 95px;
}
#header-bottom #link_3620 .dropdown-nav{
    background-image: none;
}
#header-bottom #link_3620 .dropdown-nav .h2{
    max-width: 350px;
    padding-bottom: 60px;
}
#header-bottom nav+.button {
	color: #54575a;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 34px;
	border-color: #cfcfcf;
	position: absolute;
	top: 13.5px;
	right: 62px;
	font-weight: bold;
}
#header-bottom .search-trigger {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 16px;
	display: block;
	margin: 0;
	font-size: 15px;
	background-color: #54575a;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}
#header-bottom .search-trigger:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	color: white;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 1px;
	font-weight: 500;
}
#header-bottom .search-trigger:hover,
#header-bottom .search-trigger.active {
	background-color: #ff8400;
}
#header-bottom .search-trigger:focus {
	outline: 0;
	text-decoration: none;
}
#header-bottom nav .search-container {
	display: none;
}
.dropdown-nav {
	display: none;
	opacity: 0;
}
#mobile-nav {
	display: none;
	opacity: 0;
}
#search-drawer {
	position: fixed;
	right: 0;
	width: 400px;
	background-color: white;
	top: 0;
	height: 100%;
	z-index: 99999;
	padding: 20px 40px 20px 45px;
	transition: all 0.5s ease;
	transform: translateX(100%);
	-webkit-transform: translateX(400px);
	border-left: #54575a;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
}
#search-drawer.active {
	transform: translateX(0);
}
#search-drawer .search-close {
	width: 30px;
	height: 30px;
	color: #ff8400;
	position: absolute;
	right: 20px;
	font-size: 24px;
	text-align: right;
	margin-top: -8px;
}
#search-drawer .block1 {
	margin-top: 15px !important;
}
#search-drawer .content-block {
	padding-top: 40px;
	width: auto;
}
#search-drawer h2 {
	margin-bottom: 12px;
	font-size: 20px;
	color: #ff8400;
}
#search-drawer .block2 {
	position: relative;
	bottom: 0;
	width: 100%;
	margin-top: 100px;
}
#search-drawer .block2 .content-block {
	padding-bottom: 30px;
	margin-right: 0;
}
#search-drawer .block2 .button {
	margin-top: 6px;
	width: 100%;
	text-align: center;
}
#search-drawer .block2 p:last-child {
	margin-bottom: 8px;
}
#search-drawer .search-container,
#mobile-nav .search-container{
	position: relative;
	border: 1px solid #54575a;
	width: 100%;
	margin-top: 50px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
}
#search-drawer .search-container input,
#mobile-nav .search-container input {
	color: #54575a;
	border-radius: 5px;
}
#search-drawer .search-container button,
#mobile-nav .search-container button {
	width: 30px;
	height: 37px;
	position: absolute;
	right: 5px;
	top: 2px;
	display: block;
	margin: 0;
	font-size: 0;
	color: white;
}
#search-drawer .search-container button:after,
#mobile-nav .search-container button:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	color: #54575a;
	width: 30px;
	height: 37px;
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 0;
	font-size: 15px;
	font-weight: 200;
}
#search-drawer .search-container button:hover:after,
#mobile-nav .search-container button:hover:after,
#search-drawer .search-container button.active:after,
#mobile-nav .search-container button.active:after {
	color: #ff8400;
}
#search-drawer .search-container button:focus,
#mobile-nav .search-container button:focus {
	outline: 0;
	text-decoration: none;
}
.collapse-content {
	margin-top: 20px;
}
.collapse-content .title {
	color: #54575a;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	font-weight: bold;
	font-size: 18px;
}
.collapse-content .title:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	font-weight: 200;
	color: #ff8400;
	position: absolute;
	right: 0;
}
.collapse-content .title[aria-expanded="true"]:after {
	content: '\f106';
}
.collapse-content .collapse-content-inner {
	border-top: 1px solid #54575a;
	border-bottom: 1px solid #54575a;
	padding: 15px 0 5px 0;
}
.collapse-content .forms .button {
	float: none;
}
#overlay {
	background: rgba(0,
	0,
	0,
	0.4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none !important;
}
#overlay.active {
	display: block !important;
}
#home-banner {
	margin-top: 105px;
	background-color: white;
	height: auto;
	max-width: 1260px;
	overflow: visible !important;
	height: 533px !important;
}
#home-banner .slides {
	margin: 0 auto;
	max-width: 1200px;
	overflow: visible;
}
#home-banner .slides li {
	height: auto;
	overflow: visible !important;
	position: relative;
}
#home-banner .image-container {
	position: absolute;
	right: 50%;
	height: 780px;
	width: 680px;
	overflow: hidden;
}
#home-banner .image-container:after {
	z-index: 9;
}
#home-banner .image-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6ff8400',GradientType=0);
}
#home-banner .image-container img {
	height: 100%;
	max-width: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
#home-banner .caption {
	position: relative;
	width: 50%;
	float: right;
	padding-left: 30px;
	margin-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	margin-bottom: 70px;
	min-height: 393px;
}
#home-banner .caption:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 30px;
	border-bottom: 1px solid #cfcfcf;
}
#home-banner .title {
	display: block;
	font-size: 44px;
	line-height: 56px;
	padding-right: 50px;
	padding: 40px 0 0 0;
	letter-spacing: -0.2px;
	position: relative;
	float: left;
}
#home-banner .title:before {
	content: '';
	background-color: #ff8400;
	position: absolute;
	display: block;
	top: 10px;
	width: 50%;
	height: 8px;
}
#home-banner .subtitle {
	clear: both;
	display: block;
	font-size: 44px;
	line-height: 56px;
	font-weight: 900;
}
#home-banner p {
	margin-top: 25px;
	clear: both;
}
#home-banner a.learnmore {
	display: inline-block;
	margin-top: 17px;
	position: relative;
	margin-top: 30px;
	z-index: 3;
}
#home-banner a.learnmore i{
    margin-left: 2px;
}
#home-banner .flex-direction-nav a.flex-prev {
	left: auto;
	bottom: 53px;
	top: auto;
	right: 170px;
	background-color: #54575a;
	text-align: center;
}
#home-banner .flex-direction-nav a.flex-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f177';
	font-weight: 400;
	color: white;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
#home-banner .flex-direction-nav a.flex-prev:hover {
	background-color: #ff8400;
}
#home-banner .flex-direction-nav a.flex-next {
	bottom: 53px;
	top: auto;
	right: 122px;
	background-color: #54575a;
	text-align: center;
}
#home-banner .flex-direction-nav a.flex-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f178';
	font-weight: 400;
	color: white;
	top: 0;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
#home-banner .flex-direction-nav a.flex-next:hover {
	background-color: #ff8400;
}
#home-banner .flex-control-nav {
	display: none;
}
#home-banner-nav {
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	position: relative;
	margin: 27px auto -10px auto;
	padding: 0;
	z-index: 100;
	left: 0;
	right: 0;
	overflow: hidden;
}
#home-banner-nav li {
	display: inline-block;
	padding: 0 12px;
	cursor: pointer;
	position: relative;
}
#home-banner-nav li:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f111';
	font-weight: 200;
}
#home-banner-nav li.flask:after {
	content: '\f0c3';
}
#home-banner-nav li.cube:after {
	content: '\f1b2';
}
#home-banner-nav li.leaf:after {
	content: '\f06c';
}
#home-banner-nav li.gear:after {
	content: '\f013';
}
#home-banner-nav li.card:after {
	content: '\f2c2';
}
#home-banner-nav li:hover,
#home-banner-nav li.flex-active {
	color: #ff8400;
}
#home-banner-nav li:first-child:before {
	content: '';
	border-bottom: 1px solid #54575a;
	width: 600px;
	position: absolute;
	left: -600px;
	right: auto;
	top: 10px;
}
#home-banner-nav li:last-child:before {
	content: '';
	border-bottom: 1px solid #54575a;
	width: 600px;
	position: absolute;
	right: -600px;
	top: 10px;
}
.product-finder-outer{
    position: relative;
    text-align: center;
}
.product-finder-tabs .h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	background-color: #dad9d9;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	width: 250px;
	padding: 4px 0;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	text-decoration: none !important;
}
.product-finder-tabs .h2:last-child{
    width: 300px;
}
.product-finder-tabs .h2 strong{
    color: white;
}
.product-finder-tabs .h2:hover{
    background-color: #c5c5c5;
}
.product-finder-tabs .h2.active{
    background-color: #54575a;
}
.product-finder-tabs .h2.active strong{
    color: #cfcfcf;
}
.product-finder {
	border: 1px solid #54575a;
	position: relative;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto;
	border-radius: 5px;
	background-color: white;
}
.product-finder form {
	text-align: left;
	display: none;
	width: 95%;
	position: relative;
}
.product-finder form.active{
    display: inline-block;
}
.product-finder .options {
	width: 40%;
	float: left;
	margin-bottom: -8px;
}
.product-finder .options .button {
	white-space: nowrap;
	width: 46.5%;
	margin-right: 1.5%;
	padding: 8px 5px 8px 30px;
	float: left;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	letter-spacing: -0.5px;
	font-weight: 400;
}
.product-finder .options .button.active {
	background-color: #ff8400;
	color: white;
	border-color: #ff8400;
}
.product-finder .options .button.active i:before {
	content: "\f192";
}
.product-finder .options i {
	font-size: 20px;
	position: absolute;
	left: 5px;
}
.product-finder form input[type="text"] {
	width: 49%;
	margin-right: 1.3%;
	margin-left: .5%;
	display: inline-block;
	height: 43px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	position: relative;
	padding: 0 15px;
	border-radius: 5px;
	margin-top: 18px;
}
.product-finder form .search-icon {
	left: 89%;
	position: absolute;
	margin-top: 28px;
}
.product-finder form .search-icon:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	pointer-events: none;
	color: #a1a7ad;
	position: absolute;
	right: 15px;
}
.product-finder form .search-icon input[type="submit"] {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	max-width: none;
	display: block;
}
.product-finder form input[type="submit"] {
	max-width: 10%;
	display: inline-block;
	float: none;
	margin-top: 23px;
}
.product-finder .note {
	position: absolute;
	left: 42%;
	margin-top: 4px;
	width: 46%;
	text-align: center;
}
.product-finder .note p {
	display: none;
}
.product-finder .note p.active {
	display: block;
}
#main-content .product-finder .suggested-terms {
	width: 71.5%;
}
/* ============================================== Fixed Tabs */
#product-finder-tab {
	width: 450px;
	height: 300px;
	background-color: white;
	position: fixed;
	right: 0;
	z-index: 999;
	border: 1px solid #54575a;
	border-left: 0;
	border-right: 0;
	padding-left: 50px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	transition: all 0.5s ease;
	transform: translateX(101%);
	-webkit-transform: translateX(101%);
	bottom: 380px;
}
#product-finder-tab.shown {
	transform: translateX(408px);
}
#product-finder-tab.active {
	transform: translateX(0);
}
#product-finder-tab .tab {
	background-color: white;
	transform: rotate(270deg);
	z-index: 50;
	transform-origin: left top 0;
	position: relative;
	display: block;
	top: 299px;
	width: 300px;
	left: -50px;
	padding: 7px 0 7px 25px;
	border: 1px solid #54575a;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	cursor: pointer;
}
#product-finder-tab .tab strong {
	color: #ff8400;
	font-weight: normal;
}
#product-finder-tab .tab:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f102';
	background-color: #ff8400;
	color: white;
	font-weight: 200;
	width: 39px;
	height: 39px;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	line-height: 39px;
}
#product-finder-tab span.h2 {
	margin: -10px 0;
	padding: 0 20px;
}
#product-finder-tab .product-finder {
	border: 0;
	padding: 40px 0 0 0;
}
#product-finder-tab .product-finder span.h2 {
	display: none;
}
#product-finder-tab .product-finder form.active {
	display: block;
	width: 100%;
	padding: 0 21px;
	position: relative;
}
#product-finder-tab .product-finder .product-quick-toggle {
	width: 42%;
	margin-right: 0;
}
#product-finder-tab .product-finder .product-quick-toggle:first-of-type {
	margin-right: 18px;
}
#product-finder-tab .product-finder input[type="text"] {
	width: 100%;
	margin: 0 0 30px 0;
}
#product-finder-tab .product-finder input[type="submit"] {
	display: block;
	width: 174px;
}
#product-finder-tab .product-finder .search-icon {
	position: absolute;
	top: 30px;
	right: 20px;
}
#product-finder-tab .product-finder .search-icon:after {
	top: -30px;
}
#product-finder-tab .product-finder .search-icon input[type="submit"] {
	width: 40px;
}
#product-finder-tab .plastics-autocomplete {
	margin-top: -30px;
	width: 358px;
}
#product-finder-tab .note {
	bottom: -30px;
}
#merger-tab {
	width: 340px;
	height: 164px;
	padding-right: 20px;
	background-color: white;
	position: fixed;
	right: 0;
	z-index: 999;
	border-left: 0;
	border-right: 0;
	padding-left: 50px;
	transition: all 0.5s ease;
	transform: translateX(304px);
	-webkit-transform: translateX(304px);
	bottom: 250px;
	overflow: hidden;
	border: 1px solid #54575a;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#merger-tab.active {
	transform: translateX(0);
}
#merger-tab .tab {
	background-color: white;
	transform: rotate(270deg);
	z-index: 50;
	transform-origin: left top 0;
	position: relative;
	display: block;
	top: 190px;
	width: 220px;
	left: -50px;
	padding: 7px 0 7px 18px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #54575a;
}
#merger-tab .tab strong {
	color: #54575a;
	font-weight: normal;
}
#merger-tab:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f4c6';
	color: #ff8400;
	font-weight: 200;
	width: 36px;
	height: 36px;
	bottom: 0;
	left: 0;
	z-index: 99;
	position: absolute;
	text-align: center;
	line-height: 36px;
	pointer-events: none;
}
#merger-tab span.h3 {
	margin-top: 15px;
}
#merger-tab p {
	padding: 0 20px;
}
.chat-tab {
	position: fixed;
	height: 130px;
	right: 0;
	z-index: 999;
	border-left: 0;
	border-right: 0;
	width: 36px;
	cursor: pointer;
	bottom: 100px;
}
.chat-tab .tab {
	background-color: white;
	transform: rotate(270deg);
	z-index: 50;
	transform-origin: left top 0;
	position: relative;
	display: block;
	top: 100%;
	width: 130px;
	left: 0;
	padding: 7px 0 7px 18px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #4a4a4a;
	border: 1px solid #54575a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.chat-tab:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f075';
	color: #ff8400;
	font-weight: 200;
	width: 36px;
	height: 36px;
	bottom: 0;
	right: 0px;
	position: absolute;
	text-align: center;
	line-height: 36px;
	z-index: 99;
}
.chat-tab:hover,
.chat-tab:focus,
.chat-tab:active {
	text-decoration: none !important;
}
.chat-tab.offline {
	color: #9f9f9f;
	cursor: default;
}
.chat-tab.offline .tab {
	color: #9f9f9f;
}
.chat-tab.offline:after {
	color: #9f9f9f;
}
.chat-tab-popup {
	position: absolute;
	opacity: 0;
	height: 0;
	background-color: #222;
	position: fixed;
	right: 50px;
	z-index: 999;
	bottom: 299px;
	width: 200px;
	padding: 15px;
	transform: scale(0.1);
	transition: all 0.4s ease-in-out;
	pointer-events: none;
	overflow: hidden;
}
.chat-tab-popup.active p {
	font-size: 13px;
	line-height: 18px;
	color: white;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.chat-tab-popup.active .h2 {
	margin: 0 0 8px 0;
	color: white;
	font-size: 22px;
}
.chat-tab-popup.active {
	bottom: 99px;
	height: 130px;
}
.chat-tab:hover~.chat-tab-popup.active {
	opacity: 1;
	transform: scale(1);
}
.expert-tab {
	position: fixed;
	height: 160px;
	right: 0;
	z-index: 999;
	border: 1px solid #4a4a4a;
	border-left: 0;
	border-right: 0;
	width: 42px;
	cursor: pointer;
	bottom: 100px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
.expert-tab .tab {
	background-color: white;
	transform: rotate(270deg);
	z-index: 50;
	transform-origin: left top 0;
	position: relative;
	display: block;
	top: 100%;
	width: 160px;
	left: 0;
	padding: 7px 0 7px 35px;
	border: 1px solid #4a4a4a;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #4a4a4a;
}
.expert-tab .tab strong {
	color: #e76c1f;
	font-weight: normal;
}
.expert-tab:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f075';
	background-color: #e76c1f;
	color: white;
	font-weight: 200;
	width: 39px;
	height: 39px;
	bottom: 0;
	right: 2px;
	position: absolute;
	text-align: center;
	line-height: 39px;
	z-index: 99;
}
.expert-tab:focus,
.expert-tab:active {
	text-decoration: none;
}
.expert-tab.offline {
	color: #aaa;
	cursor: default;
}
.expert-tab.offline .tab {
	border-color: #aaa;
	color: #aaa;
}
.expert-tab.offline strong {
	color: #aaa;
}
.expert-tab.offline:after {
	background-color: #ddd;
}
.expert-tab {
	bottom: 300px;
	height: 200px;
}
.expert-tab .tab {
	width: 200px;
}
.expert-tab .tab strong {
	color: #ff8400;
}
.expert-tab:after {
	background-color: #ff8400;
	content: '\f007';
}
.expert-popup {
	background-color: rgba(74,
	74,
	74,
	0.9);
	position: fixed;
	height: 202px;
	right: 50px;
	z-index: 999;
	bottom: 299px;
	width: 200px;
	padding: 15px;
	opacity: 0;
	transform: scale(0.1);
	transition: all 0.4s ease-in-out;
	pointer-events: none;
}
.expert-popup p {
	color: white;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.expert-popup .h2 {
	margin: 0 0 8px 0;
	color: white;
	font-size: 22px;
}
.expert-tab:hover+.expert-popup {
	opacity: 1;
	transform: scale(1);
}
/* ============================================== Buckets */
.buckets.default {
	font-size: 0;
	margin-bottom: -20px;
	text-align: center;
	margin-left:-10px;
	margin-right:-10px;
}
.buckets.default.slick-slider{
    margin-left:0;
    margin-right:0;
}
.buckets.default .bucket {
	width: 25%;
	display: inline-block;
	position: relative;
	cursor: pointer;
	max-width: 376px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
	height: 150px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	border: 1px solid white;
	background-size: cover !important;
}
.buckets.default .bucket .caption {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	padding: 15px 12px 15px 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.buckets.default .bucket .caption:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: black;
}
.buckets.default .bucket .caption-text {
	white-space: normal;
}
.buckets.default .bucket h3 {
	color: #ffffff;
	font-size: 24px;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,
	1);
	transform: translateZ(0);
}
.buckets.default .bucket a {
	color: white;
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: normal;
	position: relative;
	z-index: 10;
}
.buckets.default .bucket a:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	margin-left: 10px;
}
.buckets.default .bucket:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6000000',
	GradientType=0);
	transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
}
.buckets.default .bucket:hover {
	border: 1px solid white;
	z-index: 11;
}
.buckets.default .bucket:hover:after {
	opacity: 1;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.9) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.9) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6ff8400',
	GradientType=0);
}
.buckets.default .bucket:hover .caption {
	border: 1px solid white;
}
.buckets.default .bucket:hover .caption:after {
	opacity: .5;
}
.buckets.default .bucket:hover h3 {
	border-color: white;
}
.buckets.default.three-cols {
	margin-left: -15px;
	margin-right: -15px;
}
.buckets.default.three-cols .bucket {
	width: 33.33%;
	margin-left: 15px;
	margin-right: 15px;
}
.buckets.default.four-cols .bucket {
	width: 23%;
}
.buckets.default.four-cols .bucket h3 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 3px;
}
.buckets.buttoned {
	text-align: center;
	margin-bottom: -15px;
}
.buckets.buttoned .bucket {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 15px;
}
.buckets.buttoned .bucket img {
	height: 200px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	filter: gray;
}
.buckets.buttoned .bucket img:hover {
	-webkit-filter: none;
	filter: none;
}
.buckets.buttoned .bucket:hover img {
	-webkit-filter: none;
	filter: none;
}
.buckets.buttoned .bucket .button {
	width: 100%;
	display: block;
	white-space: nowrap;
	padding: 11px 0;
}
.buckets.buttoned.two-cols .bucket {
	width: 49%;
}
.buckets.buttoned.four-cols .bucket {
	width: 24%;
}
.buckets.mini {
	margin-bottom: -25px;
}
.buckets.mini .bucket {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	cursor: pointer;
}
.buckets.mini .bucket .image-container {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	border-radius: 5px;
	max-width: 17%;
}
.buckets.mini .bucket .image-container:after {
	content: '';
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.65) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.65) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6ff8400',
	GradientType=0);
}
.buckets.mini .bucket img {
	height: 100px;
	border-bottom: 6px solid #666666;
}
.buckets.mini .bucket .content {
	width: 85%;
}
.buckets.mini .bucket .content a {
	font-weight: bold;
	color: #54575a;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
}
.buckets.mini .bucket .content a:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	margin-left: 10px;
	color: white;
	font-weight: 200;
	display: inline;
	position: absolute;
}
.buckets.mini .bucket .content p {
	font-size: 14px;
	line-height: 24px;
}
.buckets.mini .bucket:hover a,
.buckets.mini .bucket:hover a:after {
	color: #ff8400 !important;
}
.buckets.mini .bucket:hover img {
	border-color: #ff8400;
}
.buckets.mini .bucket:hover .image-container:after {
	opacity: 1;
}
.buckets.mini.three-cols .bucket {
	width: 32%;
}
.buckets.mini.four-cols .bucket {
	width: 24%;
}
.buckets.story {
	font-size: 0;
	text-align: center;
	margin-bottom: -30px;
	text-align: center;
	white-space: nowrap;
	margin-left: 0;
}
.buckets.story .bucket {
	width: 25%;
	display: inline-block;
	position: relative;
	cursor: pointer;
	max-width: 376px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
	height: 340px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	border: 1px solid white;
	background-size: cover !important;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 10px;
}
.buckets.story .bucket[style*="hidden-aggressors.jpg"]{
    background-position: 20% center !important;
}
.buckets.story .bucket[style*="Beauty-Trends.jpg"]{
    background-position: 5% center !important;
}
.buckets.story .bucket:first-child {
	margin-left: -10%;
}
.buckets.story .bucket .caption {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -35px;
}
.buckets.story .bucket .caption:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: black;
}
.buckets.story .bucket .caption-text {
	white-space: normal;
}
.buckets.story .bucket p{
    color: white;
    font-size: 14px;
    line-height: 20px;
    display: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.buckets.story .bucket h3 {
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
.buckets.story .bucket .link {
	color: white;
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: normal;
	position: relative;
	z-index: 10;
	display: inline-block;
}
.buckets.story .bucket .link:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	margin-left: 10px;
}
.buckets.story .bucket .button{
    font-weight: bold;
    font-size: 16px;
    padding: 0 15px;
    min-height: 65px;
    display:block;
    width:90%;
    position: absolute;
    bottom: 8px;
    z-index: 3;
    left:5%;
    background-color: #eee;
    color: #54575a;
}
.buckets.story .bucket .button:hover,
.buckets.story .bucket .button:active{
    background-color: #ff8400;
    color: white;
}
.buckets.story .bucket .button span{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.buckets.story .bucket:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6000000',
	GradientType=0);
	transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
}
.buckets.story .bucket:hover p{
    display:block;
}
.buckets.story .bucket:hover h3{
    margin-bottom: 0;
}
.buckets.story.three-cols {
	margin-left: -15px;
	margin-right: -15px;
}
.buckets.story.three-cols .bucket {
	width: 33.33%;
	margin-left: 15px;
	margin-right: 15px;
}
.buckets.story.four-cols .bucket {
	width: 23%;
}
.image-text-blocks{
    display:flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px -10px;
}
.image-text-blocks .image-text-row{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
    margin-left:15px;
    margin-right:15px;
    padding-right:0;
    padding-left:0;
}
.image-text-blocks .image-text-row:last-child{
    margin-bottom: 15px;
    border-bottom:0;
    padding-bottom:0;
}
.image-text-blocks .image-text-row h4{
    margin-top: 0;
}
.image-text-blocks .image-text-right,
.image-text-blocks .image-text-alt:nth-child(even){
    flex-direction: row-reverse;
}
.image-text-blocks .image-text-left .image,
.image-text-blocks .image-text-alt:nth-child(odd) .image{
    width: 30%;
    margin-right: 3%;
}
.image-text-blocks .image-text-right .image,
.image-text-blocks .image-text-alt:nth-child(even) .image{
    width: 30%;
    margin-left: 3%;
}
.image-text-blocks .image-text-row .content{
    width: 66.66%;
}

.image-text-block{
    padding: 0 10px;
    margin-bottom: 15px;
}
.image-text-block .image{
    height: 200px;
    width: 100%;
    position: relative;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-text-block .image.contain{
    background-size: contain;
}
.image-text-block h4{
    display: block;
    margin: 16px 0 9px 0;
}
.image-text-block p:last-child{
    margin: 0;
}
/* Latest News */

.news-events-rss-twitter .item {
    position: relative;
}

#news-events.news-events-rss-twitter .feed .item {
    border: 1px solid #ff8301;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, .5);
    height: 372px;
    background: #fff;
}

.rssFeedTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 11px;
    border-bottom: 1px solid #e6eaee;
    text-align: left;
    font-size: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    color: #292F33;
}

.block .richtext ul.rssFeed {
    margin: 44px 0 40px 0;
    padding: 0;
    height: 286px;
    overflow: scroll;
}

a.rssLink {
    display: inline-block;
    width: 100%;
    white-space: normal;
    padding: 5px 10px 5px 85px;
    text-align: left;
    color: #ff8301 !important;
}

.rssTime {
    position: absolute;
    left: 10px;
    top: 5px;
}

li.rssPost:hover {}

.block .richtext ul.rssFeed li {
    border-bottom: 1px solid #e6eaee;
    margin-bottom: 0;
    color: #000000;
}

.rssFooter {
    position: absolute;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    text-align: right;
    border-top: 1px solid #e6eaee;
}

a.viewMoreRSS {
    padding: 12px;
    display: inline-block;
    color: #2b7bb9 !important;
    font-size: 12px;
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    font-size: 12px;
    /* border-top: 1px solid #e6eaee; */
}

a.viewMoreRSS:hover {
    color: #1489e4;
}

li.rssPost:hover {
    background: rgba(160,200,220,.12);
}

@media only screen and (max-width:640px) {
    #news-events.news-events-rss-twitter .feed .item {
        width: 100%;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* ============================================== News */
.articles-latest-news {
	margin-bottom: 30px;
}
.articles-latest-news,
.articles-latest-event {
	min-height: 140px;
}
.articles-latest-news .article {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
}
.articles-latest-news .date {
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}
.articles-latest-news p {
	font-weight: bold;
}
.articles-latest-event {
	margin-bottom: 50px;
}
.articles-latest-event .article {
	border: 1px solid #54575a;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,
	0.5);
}
.articles-latest-event .article:nth-child(even) {
	float: right;
}
.articles-latest-event .article:nth-child(odd) {
	clear: left;
}
.articles-latest-event .article:hover {
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0,0,0,
	0.4);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0,0,0,
	0.4);
	box-shadow: 0px 10px 20px -6px rgba(0,0,0,
	0.4);
}
.articles-latest-event .date {
	background-color: #54575a;
	color: white;
	display: block;
	font-size: 12px;
	padding: 7px 10px 7px 43px;
	position: relative;
}
.articles-latest-event .date:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f073';
	color: white;
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 3px;
	font-weight: 200;
}
.articles-latest-event .title {
	display: block;
	font-weight: bold;
	padding: 12px 10px 5px 15px;
}
.articles-latest-event .title a {
	margin: 0;
	display: block;
	color: #54575a;
	font-weight: bold;
}
.articles-latest-event .title a:hover,
.articles-latest-event .title a:active {
	text-decoration: underline;
}
.articles-latest-event .location {
	color: #54575a;
	display: block;
	padding: 0 10px 0 15px;
	font-size: 12px;
}
.articles-latest-event a {
	margin: 10px 0 15px 15px;
	display: block;
}
.articles-latest-news+.button,
.articles-latest-event+.button {
	position: absolute;
	bottom: 0;
}
.resources-search{
  white-space: nowrap;
  margin: -30px 0 0 0;
}
.resources-search form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resources-search .form-group {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 24%;
  margin-left:0;
  margin-right: 0;
}
.resources-search .form-group:first-child {
  width: 100%;
  padding-right: 30px;
  display: none;
}
.resources-search .resources-search-field {
  padding-right: 40px;
}
.resources-search .search-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f002';
  color: #6a737b;
  width: 30px;
  height: 37px;
  position: absolute;
  font-size: 1em;
  right: 12px;
  top: 35px;
  font-size: 15px;
  font-weight: 200;
}
.resources-search label {
  text-transform: uppercase;
  display: block !important;
  color: #6a737b;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: bold;
}
.resources-search input {
  width: 100%;
  border: 1px solid #4a4a4a;
  padding: 7px;
}
.resources-search hr {
  margin-top: 20px;
}
.resources-search .resources-terms {
  margin: 10px 0 60px 0;
}
.resources-search .resources-terms .term {
  background-color: #e57600;
  color: white;
  height: 26px;
  border-radius: 26px;
  display: none;
  margin-right: 10px;
  padding: 0 30px 0 15px;
  line-height: 26px;
  letter-spacing: 0.75px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
.resources-search .resources-terms .term:after {
  content: '×';
  color: white;
  margin-left: 10px;
  font-weight: 200;
  font-size: 20px;
  position: absolute;
}
.resources-search .resources-terms .term.active {
  display: inline-block;
  cursor: pointer;
}
.resources-search .resources-terms .term.active:hover {
  -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.5);
}
.resources-search .form-group {
  width: 24.7%;
  padding-right: 15px;
}
.resources-search .form-group:first-child {
  width: 100%;
  display: block;
  padding-right: 5px;
}
.resources-search .form-group:last-child {
  padding-right: 0;
}
.resources-search .search-icon:after {
  right: 0;
  top: 31px;
}
.resources{
  margin-left: -1%;
  margin-top: 30px;
  margin-bottom: -30px;
}
.resources .resource{
  width: 24%;
  padding: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.resources .resource .title{
  font-weight: bold;
  display: block;
  padding-left: 40px;
  min-height: 35px;
  font-size: 14px;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 10px;
}
.resources .resource .title:before{
  font-family: "Font Awesome 5 Pro";
  content: '';
  background: url('/assets/images/template/icon-calendar.svg') center center no-repeat transparent;
  background-size: contain;
  width: 35px;
  height: 35px;
  left: 0;
  top: -5px;
  position: absolute;
}
.resources .resource .date{
  display: block;
  color: #6a737b;
  font-size: 12px;
  margin-bottom: 2px;
}
.resources .resource p{
  border-bottom: 1px solid #4a4a4a;
  padding: 0 0 10px 0;
  min-height: 86px;
}
.resources.isotope-items{
  display: none;
  min-height: 372px;
}
.resources.isotope-items .resource{
  width: 33%;
  display: block;
}
.resources .resource{
  border: 2px solid #cfcfcf;
  overflow:hidden;
  padding: 15px;
  height: auto;
  width: 30%;
  margin: 0 1% 40px 1%;
  width: 31% !important;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.resources .resource a{
  display: block;
}
.resources .resource a img{
  width: 100%;
  height: auto;
}
.resources .resource .title{
  padding-left: 0;
  min-height: auto;
  font-size: 16px;
  margin-bottom: 3px;
}

.resources .resource .title:before{
  display: none;
}
.resources .resource .date{
  margin-left: 15px;
}
.resources .resource p{
  margin-bottom: 0;
  min-height: auto;
}
.resources .resource p,
.resources .resource a.readmore,
.resources .resource .title{
  border-bottom: 0;
}
.resources .resource a.readmore{
  position: relative;
}

/* ================================================ Technical Library */
.technical-library{
    background-color: #f0f1f1;
    margin: -25px -1% -60px -1%;
    padding: 80px 0 55px 0;
    position: relative;
}
.technical-library:before{
    content:'';
    background-color: #f0f1f1;
    position: absolute;
    width: 1000%;
    height: 100%;
    right:-100%;
    top:0;
}
.technical-library:after{
    content:'';
    background-color: #f0f1f1;
    position: absolute;
    width: 1000%;
    height: 100%;
    left:100%;
    top:0;
}
.technical-labels{
    position: absolute;
    margin: -30px 0 0 0;
    width: 46%;
    text-align: center;
    display:flex;
    left: 2%;
    padding: 0 15px;
}
.technical-labels + .technical-labels{
    left: 52%;
}
.technical-labels span{
    display: block;
    text-align:center;
}
.technical-labels span:nth-child(1){
    width: 10%;
    text-align: left;
}
.technical-labels span:nth-child(2){
    width: 40%;
    text-align: left;
}
.technical-labels span:nth-child(3){
    width: 20%;
    text-align: left;
}
.technical-labels span:nth-child(4){
    width: 30%;
}
.technical-library .isotope-items:after{
    content:'';
    width: 1px;
    height: 100%;
    background-color: #cfcfcf;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    top: -15px;
}
.technical-library .resource{
    width: 50%;
    margin-bottom: 25px;
}
.technical-library .resource-inner{
    display: flex;
    background-color: white;
    width: 96%;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 5px;
    align-items: center;
}
.technical-library .resource .extension{
    width: 10%;
}
.technical-library .resource .extension i{
    font-size: 31px;
}
.technical-library .resource .title{
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 15px;
}
.technical-library .resource .date{
    width: 20%;
    font-size: 14px;
    text-align: left;
}
.technical-library .resource .download{
    width: 30%;
    text-align: center;
}
/* ================================================ Social Media */
.social-media-latest {
	border: 1px solid #cfcfcf;
	background-color: #f6f6f6;
	padding: 15px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
.social-media-latest+.social-media-latest {
	margin-top: 30px;
}
.social-media-latest .thumb {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.social-media-latest .thumb iframe {
	width: 100%;
	height: 135px;
	display: block;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
.social-media-latest .thumb .image-container {
	width: 100%;
	height: 135px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
.social-media-latest .thumb .image-container img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.social-media-latest .desc {
	width: 49%;
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: top;
}
.social-media-latest .desc .title {
	display: block;
	font-weight: bold;
	margin-bottom: 11px;
}
.social-media-latest .desc p {
	margin-top: -6px;
	margin-bottom: 0;
}
.social-media-latest .link {
	color: #54575a;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	margin-top: 13px;
	margin-left: 15px;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
}
.social-media-latest .link:hover,
.social-media-latest .link:active {
	color: #ff8400;
	text-decoration: underline;
}
.social-media-latest .link:focus {
	color: #ff8400;
}
.social-media-latest .link:before {
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	font-weight: 400;
	left: 0;
	color: #ff8400;
}
.social-media-latest.youtube .link:before {
	content: '\f167';
}
.social-media-latest.linkedin .link:before {
	content: '\f0e1';
}
.modal {
	z-index: 99999;
}
.modal .modal-dialog {
	width: auto;
	max-width: 750px;
	padding-bottom: 60px;
}
.modal .modal-content {
	border-radius: 5px;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid #ff8400;
}
.modal input[type="submit"] {
	float: none;
}
.modal .close {
	border-radius: 0;
	position: absolute;
	right: 18px;
	top: 8px;
	font-size: 26px;
	color: #ff8400;
	width: 30px;
	font-weight: 200;
	height: 30px;
	text-align: right;
}
.modal .close:hover,
.modal .close:active {
	width: 30px;
	right: 18px;
	color: #54575a;
}
.modal .close-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.modal .form-group {
	width: 48%;
	float: left;
}
.modal .forms .form-group:nth-child(even) {
	float: right;
	margin-right: 0;
}
.modal-backdrop {
	background-color: #ff8400;
}
.modal-backdrop.in {
	opacity: .9;
}
#newsletter-modal {
	padding-top: 100px;
}
#newsletter-modal h2 {
	text-align: center;
}
#newsletter-modal input[type="submit"] {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#newsletter-modal .form-group {
	width: 100%;
	margin-bottom: 15px;
}
#newsletter-modal input[type="text"],
#newsletter-modal input[type="email"] {
	height: 34px;
}
#newsletter-modal .checkboxes {
	margin: 5px 0 0 20px;
}
#newsletter-modal p {
	padding-right: 10px;
}
#form-success-modal {
	background: rgba(0,
	0,
	0,
	0.3);
}
#form-success-modal .modal-dialog {
	padding: 200px 0;
	z-index: 9;
}
#form-success-modal .modal {
	width: 420px;
}
#form-success-modal .close,
#form-success-modal .close:hover {
	right: 0;
	text-align: center;
}
#documentation-modal .modal-content,
#rfq-modal .modal-content {
	max-width: 500px;
}
#sds-modal .modal-content {
	max-width: 550px;
}
.customer-type-note {
    padding: 10px;
    font-size: 14px;
    background: #ff8301;
    color: #ffffff;
    margin-bottom: 20px;
}

.customer-type-note a {
    color: #ffffff;
    font-weight: bold;
}

.customer-type-note a:hover {
    text-decoration: underline;
}

span.form-title {
    font-size: 16px;
    border-bottom: 1px solid #ff8202;
    display: block;
    padding-top: 20px;
}

#inner-banner {
	margin-top: 105px;
	background-color: white;
	z-index: 5;
	height: auto;
	background-position: top center !important;
	margin-bottom: 0;
}
#inner-banner .constrain {
	z-index: 100;
	left: 0;
	right: 0;
	margin-top: 12px;
	padding-bottom: 50px;
	position: relative;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
#inner-banner .constrain .h1,
#inner-banner .constrain h1{
	color: #54575a;
	margin-top: 50px;
	max-width: 67%;
}
#inner-banner .image-container {
	width: 400px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	right: 0;
}
#inner-banner img {
	height: auto;
	width: auto;
	min-width: 400px;
	min-height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
#inner-banner .crumb-container {
	display: inline-block;
	width: 48%;
	height: 60px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
#inner-banner .crumb-container .crumbs {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#inner-banner .crumb-container .crumb {
	color: #54575a;
	display: inline-block;
	position: relative;
	font-size: 12px;
}
#inner-banner .crumb-container .crumb a {
	color: #54575a;
	font-size: 12px;
}
#inner-banner .crumb-container .crumb a:hover,
#inner-banner .crumb-container .crumb a:active {
	color: #ff8400;
}
#inner-banner .crumb-container .crumb:after {
	content: '/';
	color: #54575a;
	margin: 0 3px 0 3px;
}
#inner-banner .crumb-container .crumb.first:after {
	margin-left: 3px;
}
#inner-banner .crumb-container .crumb.current:after {
	display: none;
}
#inner-banner .crumb-container .crumb:last-child:after {
	display: none;
}
#inner-banner .back {
	display: none;
}
#inner-banner.no-image {
	background-color: #54575a;
	text-align: center;
}
#inner-banner.no-image .constrain {
	border: 0;
}
#inner-banner.no-image .crumb-container {
	text-align: left;
	width: 100%;
}
#inner-banner.no-image .crumb-container .crumb {
	color: white;
}
#inner-banner.no-image .crumb-container .crumb a {
	color: white;
}
#inner-banner.no-image .crumb-container .crumb:after {
	color: white;
}
#inner-banner.no-image h1,
#inner-banner.no-image .h1 {
	color: white;
	max-width: 100%;
}
#inner-banner.no-image .has-accent:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
#inner-banner.no-image p {
	color: white;
	max-width: 560px;
	margin: 20px auto 0 auto;
}
form.multipage li:focus {
	outline: 0;
}
form.multipage .slick-arrow {
	background-color: #ff8400;
	border-radius: 5px;
	position: absolute;
	bottom: -17px;
	top: auto;
	width: auto;
	padding: 5px 23px 7px 23px;
	height: 36px;
	z-index: 100;
}
form.multipage .slick-arrow:before {
	/* font-family: urw-din,
	sans-serif; */
	color: white;
	opacity: 1;
	font-size: 14px;
	text-transform: uppercase;
}
form.multipage .slick-arrow:after {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
}
form.multipage .slick-arrow.slick-disabled {
	display: none !important;
}
form.multipage .slick-arrow:hover {
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0,
	0,
	0,
	0.4);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0,
	0,
	0,
	0.4);
	box-shadow: 0px 10px 20px -6px rgba(0,
	0,
	0,
	0.4);
}
form.multipage .slick-prev {
	left: 0;
}
form.multipage .slick-prev:before {
	content: 'Previous';
}
form.multipage .slick-next {
	right: 0;
}
form.multipage .slick-next:before {
	content: 'Next';
}
form.multipage .slick-dots {
	position: absolute;
	top: -50px;
	bottom: auto;
	height: 30px;
}
form.multipage .slick-dots li {
	border: 1px solid #ff8400;
	height: 10px;
	margin: 0;
}
form.multipage .slick-dots li button {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	padding: 0;
	background-color: #54575a;
}
form.multipage .slick-dots li button:hover {
	background-color: #9f9f9f;
}
form.multipage .slick-dots li button:before {
	display: none;
}
form.multipage .slick-dots li:first-child button {
	background-color: #9f9f9f;
}
form.multipage .slick-dots li.slick-active button,
form.multipage .slick-dots li.slick-changing button,
form.multipage .slick-dots li.slick-visited button {
	background-color: #ff8400;
}
form.multipage input[type="submit"] {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
form.multipage #custom-form-end {
	clear: both;
}
.block-qc {
	overflow: hidden;
	padding-bottom: 35px;
	min-height: 550px;
}
.block-qc .richtext {
    /*display: none;*/
}
.block-qc .gray {
    /*display: none;*/
}
.block-qc .has-accent:after {
	background-color: white;
}
.block-qc .h2 {
	margin-bottom: 23px;
}
.block-qc .w25 {
	position: relative;
}
.block-qc .image-container {
	position: absolute;
	width: auto;
	right: 0;
	height: 520px;
	margin-top: -60px;
}
.block-qc .image-container img {
	max-width: none;
	max-height: 550px;
}
.block-qc .richtext {
	margin-top: 40px;
}
.block-qc .richtext,
.block-qc .button {
	position: relative;
	z-index: 2;
}
.block-qc input[type="submit"] {
	border: 1px solid #ff8400;
	width: 180px;
	margin-top: 10px;
    margin-right: 10px;
}
.block-qc p {
	max-width: 550px;
	padding-right: 15px;
}
.block-qc #error-summary,
.block-qc .forms .form-group span.error,
.block-qc .forms .form-group p.error, 
.block-qc .forms .form-group div.error{
    color: #ffafaf;
}
.block-contact {
	margin-top: -20px;
}
.block-contact .image-container {
	position: absolute;
	bottom: 0;
	left: 0;
}
.block-contact .button {
	border-color: #ff8400;
}
.block-contact p {
	margin-top: -2px;
}
.video-block > video{
    max-height: 500px;
    width:100%;
}
.video-block .video {
	margin: 0;
	border-radius: 0;
	position: relative;
	max-width: none;
	height: 200px;
	background-position: center center !important;
}
.video-block .video:after {
	content: '';
	background-color: rgba(127,
	127,
	127,
	0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.video-block .video .play {
	width: 60px;
	height: 90px;
}
.video-block .video .play:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f144';
	color: white;
	opacity: 1;
	font-size: 60px;
}
.video-block .video .play:hover:after {
	opacity: 0.5;
}
.video-block+.richtext h2:first-child,
.video-block+.richtext .h2:first-child {
	margin-top: 30px;
}
.video-block iframe {
	width: 100%;
	height: 330px;
	border: none;
}
.video.fancybox > iframe,
.video.fancybox > video{
    display: none;
}
.w25 .video-block .video {
	height: 120px;
}
#article-info {
	padding: 40px 0 0 0;
}
#article-info .date {
	color: #a1a7ad;
}
#article-comments {
	border-top: 1px solid #54575a;
}
#article-comments label {
	display: block;
	width: 100%;
	float: none;
}
#article-comments input[type="text"] {
	width: 100%;
	border-color: #54575a;
	padding-left: 10px;
}
#article-comments button[name="quip-post"] {
	border: 1px solid #ff8400;
}
#article-comments button {
	margin-top: 15px;
}
#article-comments .quip-comment-list {
	margin-bottom: 30px;
}
#article-comments .quip-comment-list .quip-comment {
	border-bottom: 1px solid #ff8400;
	padding: 0 0 20px 0;
	margin: 0 0 20px;
}
#article-comments .quip-comment-list .quip-comment .author {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}
#article-comments .quip-comment-list .quip-comment .date {
	position: absolute;
	right: 20px;
}
#article-comments .quip-comment-list .quip-comment .quip-comment-body {
	padding: 0;
}
#article-comments .quip-comment {
	padding: 0;
}
#article-comments .quip-preview {
	background-color: #f1f1f1;
	padding: 20px;
	border: 1px solid #ff8400;
	margin-bottom: 20px;
}
#article-comments .quip-preview .author {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}
#article-comments .quip-preview .date {
	position: absolute;
	right: 20px;
}
#article-comments .quip-preview .quip-comment-body {
	padding: 0;
}
#article-comments .quip-error {
	position: absolute;
	right: 0;
	text-transform: none;
}
#resource h1 {
	margin-top: 50px;
}
#resource>.constrain:first-child {
	position: relative;
	z-index: 10;
	margin-bottom: -20px;
}
#resource .downloads {
	border-top: 1px solid #54575a;
	padding: 40px 0 70px 0;
	position: relative;
	z-index: 10;
	margin-top: -20px;
}
#resource .downloads h2 {
	margin-top: 0;
}
#resource .downloads a {
	font-weight: normal;
	display: block;
	margin: 15px 0;
	max-width: 50%;
}
#resource .downloads a:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f15b';
	color: #54575a;
	margin-right: 10px;
	font-weight: 200;
}
#resource .downloads a.pdf:before {
	content: '\f1c1';
}
#resource .downloads a.image:before {
	content: '\f1c5';
}
#resource .downloads a.audio:before {
	content: '\f1c7';
}
#resource .downloads a.zip:before {
	content: '\f1c6';
}
#resource .downloads a:hover,
#resource .downloads a:active {
	text-decoration: underline;
	color: #ff8400;
}
#resource .downloads a:focus {
	color: #ff8400;
}
#locations {
	margin-top: -123px;
}
#locations .location {
	width: 23%;
	float: left;
	margin: 0 1%;
	position: relative;
}
#locations .location:first-child {
	margin-left: 0;
}
#locations .location:last-child {
	margin-right: 0;
}
#locations .location .top {
	background-color: #ff8400;
	position: relative;
	height: 56px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border: 1px solid #f6f6f6;
	border-bottom: 0;
	overflow: visible;
}
#locations .location .top img {
	background-color: white;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	-webkit-box-shadow: 0px 2px 28px -4px rgba(0,
	0,
	0,
	0.75);
	-moz-box-shadow: 0px 2px 28px -4px rgba(0,
	0,
	0,
	0.75);
	box-shadow: 0px 2px 28px -4px rgba(0,
	0,
	0,
	0.75);
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: -15px auto 0 auto;
	padding: 15px;
}
#locations .location .top:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(102,
	102,
	102,
	0.65) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(102,
	102,
	102,
	0.65) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(102,
	102,
	102,
	0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6666666',
	GradientType=0);
}
#locations .location .middle {
	background-color: #f6f6f6;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
}
#locations .location .middle .title {
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	top: 50%;
	width: 100%;
	padding: 0 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
#locations .location .middle .title:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	color: #ff8400;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 8px;
	font-weight: 200;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 19px;
}
#locations .location .bottom {
	background: #848688;
	background: -moz-linear-gradient(top,
	#848688 0%,
	#54575a 100%);
	background: -webkit-linear-gradient(top,
	#848688 0%,
	#54575a 100%);
	background: linear-gradient(to bottom,
	#848688 0%,
	#54575a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848688',
	endColorstr='#54575a',
	GradientType=0);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-height: 86px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
#locations .location .bottom .location-trigger {
	margin: 25px 15px;
}
#locations .location .bottom.active {
	max-height: 15000px;
	min-height: 86px;
	transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
}
#locations .location .bottom.active .location-trigger {
	display: none;
}
#locations.open .location {
	width: 18%;
}
#locations.open .location.active {
	width: 40%;
}
#locations.open .location.active .middle {
	cursor: pointer;
}
#locations.open .location.active .middle .title:after {
	content: '\f00d';
	font-size: 13px;
}
#locations .accordion {
	width: 100%;
	text-align: left;
	background-color: #54575a;
}
#locations .accordion ul {
	padding: 0;
	margin: 0;
}
#locations .accordion ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#locations .accordion ul li a {
	position: relative;
	display: block;
	color: white;
	font-size: 12px;
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 15px 8px 35px;
}
#locations .accordion ul li a:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f067';
	position: absolute;
	left: 12px;
	font-size: 16px;
	top: 6px;
	color: #ff8400;
}
#locations .accordion ul li a.active:before {
	content: '\f068';
}
#locations .accordion ul li a:hover,
#locations .accordion ul li a:active {
	text-decoration: underline;
}
#locations .accordion ul li:last-child a {
	border-bottom: 0;
}
#locations .accordion ul li ul {
	background-color: #ff8400;
	padding-left: 30px;
	max-height: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#locations .accordion ul li ul li a {
	border: 0;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#locations .accordion ul li ul li a:before {
	color: white;
	font-weight: 200;
	top: 1px;
}
#locations .accordion ul li ul.active {
	border-bottom: 1px solid #f6f6f6;
	max-height: 3000px;
	transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
}
#locations .accordion>ul>li:last-child ul:last-child {
	border-bottom: 0;
}
#locations .accordion-drawer {
	background-color: #666666;
	position: absolute;
	height: 100%;
	right: -400px;
	width: 50%;
	top: 0;
	z-index: 3;
	transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
	-webkit-transition: right 0.5s ease-in-out;
	padding: 20px 15px;
	color: white;
}
#locations .accordion-drawer .info {
	padding-bottom: 30px;
}
#locations .accordion-drawer strong a {
	color: white;
	font-weight: bold;
}
#locations .accordion-drawer p {
	font-size: 12px;
	line-height: 18px;
}
#locations .accordion-drawer.active {
	right: 0;
	transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
	-webkit-transition: right 0.5s ease-in-out;
}
#id-3550 .form-group.full {
    display:none;
}

#id-3764 .block2.block.constraint-container.no-bg .w66 {
    width: 59%;
    margin-top: 2%;
}

#id-3728 .spam-message {
    padding-left: 8px;
}

#id-3728 .form-group.checkbox-group input[type="checkbox"] {
    width: 5%;
}

#id-3728 .block4.block.constraint-container.gray-bg .has-diagonal:after {
    background: url(/assets/images/template/image_frame_grey.png) center center no-repeat transparent;
    background-size: 100% 100%;
}

#id-3728 .block2.block.constraint-container.gray-bg .has-diagonal:after {
    background: url(/assets/images/template/image_frame_grey.png) center center no-repeat transparent;
    background-size: 100% 100%;
}

#id-3729 .egg-replacement img {
    max-height: 600px;
    top: -17%;
}
#id-3781 #bottles {
    width: 94%;
    margin-left: 3%;
}
#id-3781 #bottles .image {
    width: 86%;
}
#id-3781 #box.active #box-title {
    top: 15px;
}
#id-3781 #bottles .title {
    padding: 0px 1px;
}
#id-3781 .bottle.chapstick.shadow-small span.title {
    left: -68%;
    width: 100px;
    top: 43%;
}
#id-3781 .bottle.mascara.shadow-small span.title {
    width: 100px;
    left: -103%;
    top: 43%;
}
#id-3781 .bottle.shampoo.shadow-medium span.title {
    margin-top: 17px;
}
#id-3781 .bottle.cream-rounded.shadow-xlarge span.title {
    margin-top: 12px;
}
#id-3781 .bottle.bar.shadow- span.title {
    margin-top: 33px;
}
#id-3779 .button+hr, .files+hr, hr+.richtext {
    margin-top: 25px;   
}
#id-3779 .collapse-content {
    margin-bottom: 15px;
}
.info-boxes {
	margin-bottom: -30px;
}
.info-box {
	border: 1px solid #54575a;
	width: 31%;
	margin: 20px 1% 0 1%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	background-color: white;
}
.info-box:first-of-type {
	margin-left: 0;
}
.info-box iframe{
    width: 100%;
    height: 200px;
}
.info-box .top {
	background-color: #54575a;
	color: white;
	height: 30px;
	padding-left: 12px;
}
.info-box .top i {
	color: white;
	font-size: 16px;
	margin-right: 15px;
	left: 12px;
	top: 7px;
}
.info-box .top .h3 {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-weight: normal;
}
.info-box .middle {
	padding: 10px 15px 15px 15px;
	max-height: 230px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 5px 0 0 0;
}
.info-box .middle .content-block {
	padding: 0;
}
.info-box .middle .video-block {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-right: -2px;
}
.info-box .middle .title {
	font-weight: bold;
	font-size: 14px;
}
.info-box .middle .download {
	display: block;
	padding: 20px 0;
	clear: both;
	color: #54575a;
}
.info-box .middle .download .title {
	display: block;
	width: 90%;
	float: left;
}
.info-box .middle .download i {
	width: 10%;
	float: right;
	text-align: right;
}
.info-box .middle .download:first-child {
	padding-top: 0;
}
.info-box .middle .download:hover,
.info-box .middle .download:active {
	color: #ff8400;
}
.info-box .middle .item {
	display: block;
	margin-bottom: 20px;
}
.info-box .middle .item .title {
	display: block;
}
.info-box .middle .item p {
	margin-bottom: 0;
}
.info-box .middle .item a {
	color: #ff8400;
}
.info-box .bottom {
	background: #666666;
	background: -moz-linear-gradient(top,
	#666666 0%,
	#54575a 100%);
	background: -webkit-linear-gradient(top,
	#666666 0%,
	#54575a 100%);
	background: linear-gradient(to bottom,
	#666666 0%,
	#54575a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',
	endColorstr='#54575a',
	GradientType=0);
	text-align: center;
	padding: 25px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.info-box.has-button .middle {
	padding-bottom: 110px;
}
.info-box .middle::-webkit-scrollbar {
	width: 3px;
}
.info-box .middle::-webkit-scrollbar-track {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 3px;
	background-color: #f6f6f6;
}
.info-box .middle::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 20px;
	background: #ff8400;
}
.sidebar-resources .resource,
.files .resource {
	border-bottom: 1px solid #54575a;
	padding: 10px 0;
}
.sidebar-resources .resource .category,
.files .resource .category {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sidebar-resources .resource .document,
.files .resource .document {
	padding-left: 28px;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-resources .resource .document .title,
.files .resource .document .title {
	display: block;
}
.sidebar-resources .resource .document:before,
.files .resource .document:before {
	font-family: "Font Awesome 5 Pro";
	color: #ff8400;
	font-weight: 200;
	content: '\f15b';
	position: absolute;
	left: 0;
	font-size: 20px;
	margin-top: 2px;
}
.sidebar-resources .resource .document .download,
.files .resource .document .download {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #54575a;
}
.sidebar-resources .resource .document .download:after,
.files .resource .document .download:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f019';
	font-weight: 200;
	color: #ff8400;
	margin-left: 4px;
}
.sidebar-resources .resource .document .download:hover,
.files .resource .document .download:hover,
.sidebar-resources .resource .document .download:active,
.files .resource .document .download:active,
.sidebar-resources .resource .document .download:focus,
.files .resource .document .download:focus {
	color: #ff8400;
	text-decoration: underline;
}
.sidebar-resources .resource .document:last-child,
.files .resource .document:last-child {
	margin-bottom: 0;
}
.sidebar-resources .resource .video,
.files .resource .video {
	padding: 0;
}
.sidebar-resources .resource .video .title,
.files .resource .video .title {
	padding-left: 28px;
	margin-bottom: 5px;
}
.sidebar-resources .resource .video:before,
.files .resource .video:before {
	content: '\f144';
}
.sidebar-resources .resource:last-child,
.files .resource:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar-box {
	position: relative;
}
.sidebar-box .content-block {
	padding: 0;
}
.sidebar-box.has-title {
	padding-top: 45px !important;
}
.sidebar-box .h3:first-child {
	background-color: #54575a;
	position: absolute;
	width: 100%;
	margin: 0;
	height: 30px;
	top: 0;
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	font-size: 14px;
	margin-left: -15px;
}
.sidebar-box .h3:first-child.gray {
	background-color: #a1a7ad;
}
.sidebar-box .h3:first-child.lightgreen {
	background-color: #90C12F;
}
.sidebar-box .forms.multipage {
	padding-bottom: 50px;
}
.sidebar-box .forms.multipage .slick-arrow {
	bottom: -70px;
}
.sidebar-box .forms.multipage .button {
	margin-top: -10px;
}
.sidebar-events .article {
	width: 100%;
	margin-bottom: 15px;
}
.sidebar-news .article {
	width: 100%;
}
#content-middle {
	padding: 0 15px;
}
.search-controls {
	text-align: left;
	margin-top: -8px;
	margin-bottom: 10px;
}
.search-controls .control {
	display: none;
	cursor: pointer;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
}
.search-controls .control:after {
	font-family: "Font Awesome 5 Pro";
	color: #ff8400;
	font-weight: 200;
	font-size: 18px;
	margin-left: 12px;
}
.search-controls .control.active {
	display: block;
}
.search-controls .control.clear-selected {
	display: none;
	margin-left: 15px;
}
.search-controls .control.alpha-down:after {
	content: '\f160';
}
.search-controls .control.alpha-up:after {
	content: '\f161';
}
.search-controls .control.clear-selected:after {
	content: '\f410';
	color: #54575a !important;
}
.search-controls .control.active:before,
.search-controls .control:hover:before {
	color: #ff8400;
}
#suppliers-search {
	position: relative;
}
#suppliers-search form {
	display: inline-block;
	width: 49.8%;
	position: relative;
}
#suppliers-search form:last-child {
	float: right;
}
#suppliers-search .form-group {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
	padding-left: 15px;
}
#suppliers-search input[type="text"] {
	padding-right: 40px;
	width: 100%;
	border: 1px solid #54575a;
	padding: 0 35px 0 7px;
	height: 38px;
}
#suppliers-search button.submit {
	position: absolute;
	height: 35px;
	width: 40px;
	right: 0;
	top: 20px;
	border: 0;
	background-color: transparent;
}
#suppliers-search button.submit:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	color: #54575a;
	width: 30px;
	height: 43px;
	position: absolute;
	font-size: 1em;
	right: 5px;
	top: 12px;
	font-size: 15px;
	font-weight: 200;
}
#suppliers-search label {
	text-transform: uppercase;
	display: block !important;
	font-weight: 200;
	color: #54575a;
	letter-spacing: 0.5px;
	font-size: 15px;
}
#suppliers-search hr {
	margin-top: 12px;
	margin-bottom: 60px;
}
#suppliers-search .button {
	display: inline;
}
#suppliers-search .search-terms {
	margin: 10px 0 0 0;
	position: absolute;
	bottom: 17px;
}
#suppliers-search .search-terms .term {
	background-color: #ff8400;
	color: white;
	height: 26px;
	border-radius: 26px;
	display: none;
	margin-right: 10px;
	padding: 0 30px 0 15px;
	line-height: 26px;
	letter-spacing: 0.75px;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
#suppliers-search .search-terms .term:after {
	content: 'Ã—';
	color: white;
	margin-left: 10px;
	font-weight: 200;
	font-size: 20px;
	position: absolute;
}
#suppliers-search .search-terms .term.active,
#suppliers-search .search-terms .term.filtered {
	display: inline-block;
	cursor: pointer;
}
#suppliers-search .search-terms .term.active:hover,
#suppliers-search .search-terms .term.filtered:hover {
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
#suppliers-search .search-terms .clear-search-terms {
	position: absolute;
	right: 0;
	top: 13px;
	display: none;
}
#suppliers-search .search-selected {
	right: 0;
	bottom: -40px;
	position: absolute;
}
#suppliers-search .search-selected .button {
	margin-left: 30px;
}
#suppliers-search form {
	width: 100%;
	margin-bottom: 15px;
}
#suppliers-search .no-results {
	display: none;
	text-align: center;
}
#suppliers {
	margin-bottom: -20px;
	width: 103%;
}
#suppliers .isotope-item {
	border: 1px solid #54575a;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	height: 130px;
	width: 14%;
	margin: 0 2.6% 30px 0;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
#suppliers .isotope-item.no-hover {
	pointer-events: none;
}
#suppliers .isotope-item .hidden-filter {
	display: none;
}
#suppliers .isotope-item .isotope-item-info {
	position: relative;
	height: 100%;
}
#suppliers .isotope-item .isotope-item-info .info-bottom {
	height: 102px;
	padding: 10px;
	background-color: white;
}
#suppliers .isotope-item .isotope-item-info img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 85px;
	display: block;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}
#suppliers .isotope-item .isotope-item-info .title {
	text-align: left;
	width: 100%;
	background-color: #666666;
	color: white;
	padding: 5px 3px 5px 5px;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
#suppliers .isotope-item .isotope-item-info p {
	display: none;
}
#suppliers .isotope-item:hover,
#suppliers .isotope-item.active {
	border-color: #ff8400;
}
#suppliers .isotope-item:hover .title,
#suppliers .isotope-item.active .title {
	color: white;
	background-color: #ff8400;
}
#suppliers .isotope-item.active {
	margin-bottom: 260px !important;
}
#suppliers .isotope-item-expanded {
	display: none;
	width: 97%;
	height: 220px;
	position: absolute;
	z-index: 999;
	background-color: #54575a;
	margin-top: 150px;
}
#suppliers .isotope-item-expanded .close {
	position: absolute;
	right: 5px;
	top: 15px;
	right: 0;
	opacity: 1;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
	width: 30px;
	height: 30px;
}
#suppliers .isotope-item-expanded .close i {
	font-size: 16px;
	color: #ff8400;
	text-shadow: none;
}
#suppliers .isotope-item-expanded .close:hover {
	opacity: 0.7;
}
#suppliers .isotope-item-expanded .info-left {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 25px;
	background-color: white;
}
#suppliers .isotope-item-expanded .info-left img {
	position: relative;
	margin: 0 auto;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 100%;
}
#suppliers .isotope-item-expanded .info-right {
	width: 74%;
	display: block;
	vertical-align: top;
	position: absolute;
	color: white;
	top: 0;
	left: 25%;
	height: 100%;
	padding: 32px 15px 0 50px;
}
#suppliers .isotope-item-expanded .info-right:before {
	content: '';
	width: 14px;
	height: 100%;
	position: absolute;
	background-color: #ff8400;
	left: 0;
	top: 0;
}
#suppliers .isotope-item-expanded .info-right .title {
	display: block;
	width: 100%;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 19px;
}
#suppliers .isotope-item-expanded .info-right .button {
	margin-top: 15px;
	display: inline-block;
	margin-right: 25px;
	width: 30%;
	text-align: center;
}
#suppliers .isotope-item-expanded .info-right .button:last-child {
	margin-right: 0;
}
#suppliers .isotope-item-expanded.active {
	display: block;
}
#suppliers.grid-large .isotope-item-expanded {
	margin-top: 170px;
}
#suppliers.plastic-types .isotope-item .isotope-item-info .title {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.5px;
	padding: 0 8px;
	bottom: 10px;
}
#suppliers-search-results {
	display: none;
}
#chemical-types-search {
	position: absolute;
	margin-top: -42px;
}
#chemical-types {
	margin-bottom: -20px;
}
#chemical-types .isotope-item {
	border-top: 8px solid #ff8400;
	display: inline-block;
	cursor: pointer;
	width: 23%;
	margin: 0 2% 20px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: white;
	text-align: right;
	height: 287px;
	vertical-align:top !important;
}
#chemical-types .isotope-item .info-top {
	padding: 15px 15px 0 15px;
	position: relative;
	z-index: 3;
}
#chemical-types .isotope-item .info-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#chemical-types .isotope-item .image-container {
	width: 167px;
	height: 107px;
	position: relative;
	overflow: hidden;
}
#chemical-types .isotope-item .image-container .overlay {
	position: absolute;
	width: 167px;
	height: 107px;
	left: 0;
	top:0;
}
#chemical-types .isotope-item .image-container img {
	width: auto;
	height: auto;
}
#chemical-types .isotope-item i {
	background-color: #ff8400;
	border-radius: 5px;
	color: white;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 32px;
	text-align: center;
}
#chemical-types .isotope-item .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	display: block;
}
#chemical-types .isotope-item .hidden-filter {
	display: none;
}
#chemical-types .isotope-item .isotope-item-info {
	position: relative;
	height: 100%;
}
#chemical-types .isotope-item:hover,
#chemical-types .isotope-item.active {
	border-color: #ff8400;
}
#chemical-types .isotope-item:hover .title,
#chemical-types .isotope-item.active .title {
	color: #ff8400;
}
#chemical-types .isotope-item.active {
	margin-bottom: 320px !important;
}
#chemical-types .isotope-item-expanded {
	display: none;
	width: 98%;
	min-height: 280px;
	position: absolute;
	z-index: 999;
	background-color: #54575a;
	margin-top: 307px;
}
#chemical-types .isotope-item-expanded .close {
	position: absolute;
	top: 0;
	right: 10px;
	opacity: 1;
	z-index: 2;
	padding: 15px;
	background-color: transparent;
	cursor: pointer;
}
#chemical-types .isotope-item-expanded .close i {
	font-size: 16px;
	color: #ff8400;
	text-shadow: none;
}
#chemical-types .isotope-item-expanded .close:hover {
	opacity: 0.7;
}
#chemical-types .isotope-item-expanded .info-left {
	width: 25%;
	vertical-align: top;
	height: 280px;
	overflow: hidden;
	position: relative;
}
#chemical-types .isotope-item-expanded img {
	position: absolute;
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: none;
	min-width: 100%;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#chemical-types .isotope-item-expanded .info-right {
	width: 74%;
	display: block;
	vertical-align: top;
	position: absolute;
	color: white;
	top: 0;
	left: 25%;
	height: 100%;
	padding: 50px 15px 0 50px;
}
#chemical-types .isotope-item-expanded .info-right:before {
	content: '';
	width: 14px;
	height: 100%;
	position: absolute;
	background-color: #ff8400;
	left: 0;
	top: 0;
}
#chemical-types .isotope-item-expanded .info-right .title {
	display: block;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
}
#chemical-types .isotope-item-expanded .info-right .button {
	margin-top: 15px;
	display: inline-block;
	margin-right: 25px;
	width: auto;
	text-align: center;
}
#chemical-types .isotope-item-expanded .info-right .button:last-child {
	margin-right: 0;
}
#chemical-types .isotope-item-expanded.active {
	display: block;
}
#chemical-types-search-results {
	display: none;
}
.dataTables_wrapper {
	background-color: #f6f6f6;
	padding: 0 15px 15px 15px;
}
.table.datatable {
	min-height: 30px;
	background: url('/assets/images/template/loading.gif') center 10px no-repeat transparent;
	background-size: 30px;
	height: auto !important;
	width: 100% !important;
	display: none;
	position: relative;
}
.table.datatable .item-group {
	width: 100%;
	position: relative;
}
.table.datatable th,
.table.datatable thead td {
	padding: 8px 5px 8px 5px;
	background-color: #f6f6f6;
	cursor: pointer;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
	position: relative;
	color: #9f9f9f;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: left;
	min-width: 80px;
}
.table.datatable th:after,
.table.datatable thead td:after {
	font-family: "Font Awesome 5 Pro";
	color: #ff8400;
	right: 0;
	font-weight: 200;
	margin-left: 5px;
}
.table.datatable th.sorting_asc:after,
.table.datatable thead td.sorting_asc:after {
	content: '\f176';
}
.table.datatable th.sorting_desc:after,
.table.datatable thead td.sorting_desc:after {
	content: '\f175';
}
.table.datatable th:hover,
.table.datatable thead td:hover {
	color: #ff8400;
}
.table.datatable th:focus,
.table.datatable thead td:focus {
	outline: 0;
}
.table.datatable th:first-child,
.table.datatable thead td:first-child {
	padding-left: 15px;
}
.table.datatable th:last-child,
.table.datatable thead td:last-child {
	width: 34px !important;
	min-width: auto;
	pointer-events: none;
}
.table.datatable th:last-child:after,
.table.datatable thead td:last-child:after {
	display: none;
}
.table.datatable thead tr {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
.table.datatable tbody tr {
	background-color: white;
	font-size: 14px;
	color: #54575a;
	border: 1px solid white;
	position: relative;
	cursor: pointer;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	display: block;
	border-radius: 5px;
}
.table.datatable tbody tr td {
	padding: 5px;
}
.table.datatable tbody tr td:first-child {
	padding-left: 15px;
}
.table.datatable tbody tr td:nth-child(3) {
	padding: 0px;
}
.table.datatable tbody tr td a {
	padding: 5px;
}
.table.datatable tbody tr td a:active,
.table.datatable tbody tr td a:hover,
.table.datatable tbody tr td a:focus {
	color: #ff8400;
	text-decoration: underline;
}
.table.datatable tbody tr:hover,
.table.datatable tbody tr.active {
	background-color: white;
	border-color: #ff8400;
}
.table.datatable tbody tr td.selected:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f0c8';
	font-weight: 200;
	right: 16px;
	font-size: 20px;
	top: 1px;
	pointer-events: none;
}
.table.datatable tbody tr.active td:last-child:after {
	content: '\f14a';
	color: #ff8400;
}
.table.datatable .selected {
	color: #54575a;
	z-index: 2;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.table.datatable thead tr:first-child td {
	color: #9f9f9f;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}
.table.datatable td[colspan="6"]:after {
	display: none;
}
.table.datatable .dataTables_empty {
	width: 100% !important;
}
#plastic-ids,
#chemical-ids,
#samplekit-ids  {
	display: none;
}
.dataTables_paginate {
	text-align: center;
	margin-top: 10px;
}
.dataTables_paginate .paginate_button {
	color: #54575a;
	cursor: pointer;
	padding: 5px;
	display: inline-block;
}
.dataTables_paginate .paginate_button.previous {
	font-size: 0;
}
.dataTables_paginate .paginate_button.previous:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	font-size: 16px;
	content: '\f100';
}
.dataTables_paginate .paginate_button.next {
	font-size: 0;
}
.dataTables_paginate .paginate_button.next:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	font-size: 16px;
	content: '\f101';
}
.dataTables_paginate .paginate_button.current {
	color: #ff8400;
}
.dataTables_paginate .paginate_button.disabled {
	cursor: default;
}
.dataTables_paginate .paginate_button.disabled:before {
	color: #a1a7ad;
}
.dataTables_paginate .paginate_button:hover,
.dataTables_paginate .paginate_button:active {
	text-decoration: none;
	color: #ff8400;
}
.table.datatable {
	width: 100%;
}
.table.datatable tbody tr td {
	vertical-align: middle;
	width: 12%;
}
.table.datatable tbody tr td:nth-child(3) {
	padding: 5px;
	width: 40%;
}
.table.datatable tbody tr td:nth-child(4) {
	width: 15%;
}
.table.datatable tbody tr td:nth-child(6) {
	width: 2%;
}
.table.datatable tr {
	border: 0;
}
.table.datatable tr td {
	border: 0;
	display: inline-block;
	vertical-align: middle;
}
.table.datatable tr.active {
	background-color: #f6f6f6;
}
.table.datatable tr.active td {
	background-color: transparent;
}
.dataTables_filter label {
	font-size: 0;
	height: 0;
	position: relative;
	width: 100%;
	margin-bottom: 110px;
	margin-top: 15px;
}
.dataTables_filter label input {
	font-size: 16px;
	padding-right: 40px;
	width: 100%;
	border: 1px solid #54575a;
	padding: 7px 35px 7px 7px;
	height: 38px;
	border-radius: 5px;
	font-weight: normal;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
.dataTables_filter label:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	position: absolute;
	right: 30px;
	top: 8px;
	font-size: 16px;
	font-weight: 200;
	color: #54575a;
	pointer-events: none;
}
.responsive-table .request-selected {
	position: absolute;
	left: 15px;
	top: 112px;
}
.responsive-table .clear-selected {
	position: absolute;
	left: 203px;
	top: 112px;
	padding: 7px 20px;
}
#main-content #filters {
	text-align: left;
	position: relative;
}
#main-content #filters h4 {
	text-transform: uppercase;
	display: block !important;
	font-weight: 200;
	color: #54575a;
	letter-spacing: 0.5px;
	font-size: 15px;
	margin-bottom: 2px;
}
#main-content #filters label {
	color: #54575a;
	text-transform: capitalize;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}
#main-content #filters label span {
	color: #ff8400;
}
#main-content #filters .reset {
	display: none;
}
#main-content #filters .reset:hover,
#main-content #filters .reset:active {
	text-decoration: underline;
	color: #ff8400;
}
#main-content #filters .reset:focus {
	outline: 0;
	color: #ff8400;
	text-decoration: none;
}
#main-content #filters #filter-option-supplier,
#main-content #filters #filter-option-material_type,
#main-content #filters .filter-inner {
	max-height: 190px;
	overflow-y: scroll;
}
#main-content #filters .filter-container {
	margin-bottom: 20px;
	position: relative;
	min-height: 80px;
	overflow: hidden;
}
#main-content #filters .filter-container:after {
	content: '';
	height: 20px;
	bottom: 0;
	width: 100%;
	position: absolute;
	opacity: .2;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
#main-content #filters #filter-option-region .checkbox:last-child label {
	text-transform: uppercase;
}
#main-content #filters .checkbox {
	margin: 0;
}
#filter-option-supplier::-webkit-scrollbar {
	width: 3px;
}
#filter-option-material_type::-webkit-scrollbar {
	width: 3px;
}
.filter-inner::-webkit-scrollbar {
	width: 3px;
}
#filter-option-supplier::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 3px;
	background-color: #f6f6f6;
}
#filter-option-material_type::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f6f6f6;
}
.filter-inner::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 3px;
	background-color: #f6f6f6;
}
#filter-option-supplier::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 50px;
	background: #ff8400;
}
#filter-option-material_type::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 50px;
	background: #ff8400;
}
.filter-inner::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 50px;
	background: #ff8400;
}
#main-content #facet-search-form {
	margin-bottom: 31px;
	position: static;
	width: 100%;
}
#main-content #facet-search-form .search-container {
	position: absolute;
	width: 75%;
	right: 0;
	padding: 16px 0 16px 16px;
	z-index: 2;
}
#main-content #facet-search-form h4 {
	text-transform: uppercase;
	display: block !important;
	color: #54575a;
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
}
#main-content #facet-search-form i.fa-search {
	position: absolute;
	left: 80%;
	top: 27px;
}
#main-content #facet-search-form #search-term {
	width: 84%;
	margin-right: 1%;
	padding-right: 40px;
	border: 1px solid #54575a;
	padding: 7px 35px 7px 7px;
	height: 38px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,
	0,
	0,
	0.5);
}
#main-content #facet-search-form #suggested-terms {
	border: 0;
	width: 100%;
	max-height: 190px;
	overflow-y: scroll;
}
#main-content #facet-search-form #suggested-terms li {
	text-transform: capitalize;
}
#main-content #facet-search-form #suggested-terms li:hover {
	background-color: #f6f6f6;
}
#main-content #facet-search-form #suggested-terms.active {
	border: 1px solid #54575a;
	border-top: 0;
}
#main-content #facet-search-form .reset-container {
	position: absolute;
	top: -3px;
	margin-left: 203px;
	z-index: 2;
}
#main-content #facet-search-main {
	position: relative;
	padding: 70px 15px 15px 15px;
	margin-left: -3px;
	background-color: #f6f6f6;
}
#main-content #facet-search-main p {
	margin: 5px 0;
	display: none;
}
#main-content #facet-search-main .search-selected {
	margin-bottom: 60px;
}
#main-content #facet-search-main .region-buttons {
	margin-bottom: 30px;
}
#main-content #facet-search-main .region-buttons .button {
	position: relative;
	padding-left: 30px;
	font-size: 13px;
	min-width: 120px;
	text-align: left;
	margin-right: 4px;
}
#main-content #facet-search-main .region-buttons .button i {
	font-size: 18px;
	position: absolute;
	left: 6px;
}
#main-content #facet-search-main .region-buttons .button.active {
	background-color: #ff8400;
	color: white;
	border-color: #ff8400;
	pointer-events: none;
}
#main-content #facet-search-main .region-buttons .button.active i:before {
	content: '\f192';
}
#main-content #facet-search-main .button {
	margin-right: 12px;
	text-align: center;
	font-size: 13px;
}
#main-content #facet-search-main .button:last-child {
	margin-right: 0;
}
#main-content #facet-search-main table {
	margin-bottom: 0;
}
#main-content #facet-search-main .dataTables_wrapper {
	padding: 0;
}
#main-content #facet-search-main .dataTables_info {
	position: absolute;
	top: 239px;
	left: 160px;
	font-size: 13px;
}
#main-content #facet-search-main th {
	background-color: transparent;
	color: #9f9f9f;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 0;
	width: 20% !important;
	float: left;
	padding-left: 3px;
}
#main-content #facet-search-main th.sorting_asc:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f175';
	color: #ff8400;
	right: 0;
	font-weight: 200;
	margin-left: 5px;
}
#main-content #facet-search-main th.sorting_asc:after {
	content: '\f176';
}
#main-content #facet-search-main th:hover {
	background-color: transparent;
	color: #ff8400;
}
#main-content #facet-search-main th:focus {
	outline: 0;
}
#main-content #facet-search-main th:nth-child(1),
#main-content #facet-search-main td:nth-child(1) {
	width: 30% !important;
}
#main-content #facet-search-main th:nth-child(5),
#main-content #facet-search-main td:nth-child(5) {
	width: 10% !important;
	text-align: center;
}
#main-content #facet-search-main tr {
	display: block;
	width: 100%;
}
#main-content #facet-search-main tbody tr {
	background-color: white;
	margin-bottom: 8px;
	border: 1px solid white;
	border-radius: 5px;
	clear: both;
	float: left;
}
#main-content #facet-search-main td {
	border: 0;
	padding: 5px;
	vertical-align: middle;
	color: #54575a;
	width: 20%;
	display: inline-block;
}
#main-content #facet-search-main td:first-child {
	padding-left: 15px;
}
#main-content #facet-search-main td.selected {
	text-align: center;
}
#main-content #facet-search-main td.selected:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f0c8';
	font-weight: 200;
	right: 16px;
	font-size: 20px;
	top: 1px;
	pointer-events: none;
}
#main-content #facet-search-main td.product a:hover,
#main-content #facet-search-main td.product a:active {
	text-decoration: underline;
}
#main-content #facet-search-main tr.active {
	border-color: #ff8400;
}
#main-content #facet-search-main tr.active td {
	background-color: transparent;
}
#main-content #facet-search-main tr.active td.selected:after {
	content: '\f14a';
	color: #ff8400;
}
#main-content #facet-search-main tr:hover {
	cursor: pointer;
	border-color: #ff8400;
}
#main-content #facet-search-main td a:hover,
#main-content #facet-search-main td a:active{
    text-decoration: underline;
}
.suggested-terms {
	background-color: white;
	max-height: 200px;
	overflow-y: scroll;
	border: 1px solid #54575a;
	padding: 0px;
	margin: 0px;
	display: none;
	margin-top: -2px;
	position: absolute;
	width: 100%;
}
.suggested-terms.active {
	display: block;
}
.suggested-terms li {
	list-style: none;
	padding: 5px 10px;
	margin: 0px;
	display: block;
	font-size: 14px;
}
.suggested-terms li:hover {
	background-color: #e1e1e1;
}
.loader {
	background-image: url('/assets/images/template/loading.gif');
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: none;
	top: 130px;
	z-index: 0;
}
.carousel .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f100';
	font-weight: 200;
	color: #54575a;
}
.carousel .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f101';
	font-weight: 200;
	color: #54575a;
}
.articles {
	margin-bottom: -13px;
}
.articles .article {
	width: 32%;
	min-height: 405px;
	margin-right: 1%;
	margin-bottom: 13px;
	display: inline-block;
	background-color: white;
	padding: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
}
.articles+.button-container {
	margin-right: 1.5%;
	margin-top: 15px;
}
.articles .article a:first-child {
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
}
.articles .article a:first-child img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}
.articles .article .title {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 15px 0 8px 0;
}
#quick-navigation-drawer {
	position: fixed;
	left: -360px;
	width: 350px;
	background-color: white;
	top: 0;
	height: 100%;
	z-index: 9999;
	padding: 155px 60px 20px 15px;
	transition: all 0.5s ease;
	background-color: #f0f1f1;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
}
#quick-navigation-drawer .content {
	position: static;
	top: 390px;
	opacity: 0;
	width: 275px;
	z-index: 100;
}
#quick-navigation-drawer:after {
	position: absolute;
	width: 40px;
	height: 100%;
	background-color: white;
	content: '';
	right: 0;
	top: 0;
}
#quick-navigation-drawer.active {
	position: absolute;
}
#quick-navigation-drawer.active #quick-navigation-tab {
	left: 349px;
}
#quick-navigation-drawer.active .content {
	opacity: 0;
}
#quick-navigation-drawer.scrolling {
	position: fixed;
	left: -310px;
}
#quick-navigation-drawer.scrolling .content {
	opacity: 1;
}
#quick-navigation-drawer.scrolling #quick-navigation-tab {
	left: 39px;
}
#quick-navigation-drawer.scrolling.active {
	left: 0;
}
#quick-navigation-drawer.scrolling.active #quick-navigation-tab {
	opacity: 1;
	left: 350px;
}
#quick-navigation-drawer.scrolling.active #quick-navigation-tab:after {
	font-family: urw-din,
	sans-serif;
	content: 'Ã—';
}
#quick-navigation-drawer h3 {
	margin: 0;
}
#quick-navigation-drawer h3 a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#quick-navigation-drawer ul {
	margin: 0;
	padding: 0;
}
#quick-navigation-drawer ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#quick-navigation-drawer ul>li.active>a {
	color: #ff8400;
}
#quick-navigation-drawer ul>li a {
	color: #54575a;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	padding: 6px 0;
}
#quick-navigation-drawer ul>li a:hover,
#quick-navigation-drawer ul>li a:active {
	color: #ff8400;
	text-decoration: none;
}
#quick-navigation-drawer ul>li a:focus {
	text-decoration: none;
}
#quick-navigation-drawer ul>li a.active {
	color: #ff8400;
}
#quick-navigation-drawer ul>li>ul {
	height: 0;
	overflow: hidden;
}
#quick-navigation-drawer ul>li>ul>li {
	margin: 0;
	padding: 0;
}
#quick-navigation-drawer ul>li>ul>li a {
	text-transform: none;
	padding: 3px 0 3px 15px;
	font-size: 12px;
}
#quick-navigation-drawer ul>li>ul ul:after {
	display: none;
}
#quick-navigation-drawer ul>li>ul:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	position: absolute;
	right: 0;
	font-weight: 200;
	top: 5px;
}
#quick-navigation-drawer ul>li>ul.active {
	height: 100%;
}
#quick-navigation-drawer ul>li>ul.active:after {
	content: '\f106';
	color: #ff8400;
}
#quick-navigation-drawer ul>li.active>ul:after {
	content: '\f106';
	color: #ff8400;
}
#quick-navigation-drawer ul>li.active>ul {
	height: 100%;
}
#quick-navigation-drawer .viewall {
	color: #ff8400;
}
#quick-navigation-drawer .viewall:hover,
#quick-navigation-drawer .viewall:active {
	text-decoration: underline;
}
#quick-navigation-tab {
	transform: rotate(90deg);
	z-index: 3;
	transform-origin: left top 0;
	position: fixed;
	display: block;
	top: 50%;
	width: 270px;
	left: 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	margin-top: -75px;
	transition: all 0.5s ease;
}
#quick-navigation-tab:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f102';
	color: #ff8400;
	font-weight: 200;
	width: 39px;
	height: 39px;
	bottom: 0;
	right: 0;
	position: absolute;
	text-align: center;
	line-height: 39px;
}
#quick-navigation-tab:hover {
	color: #ff8400;
}
#doctype-message {
	display: none;
	font-size: 14px;
}
#teconsent {
	margin-top: 16px;
}
#consent_blackbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
#truste-consent-track {
	background-color: rgba(45,45,45,0.8);
}
.truste-button1,
.truste-button2 {
	border-radius: 5px;
	background-color: #ff8400;
}
.truste-button1:hover,
.truste-button2:hover {
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.4);
}
#language-modal {
	margin-top: 100px;
	padding-right: 0 !important;
}
#language-modal .modal-dialog{
    max-width: 860px;
    background: none;
	width: auto;
}
#language-modal .modal-content {
	max-width: 860px;
	text-align: center;
}
#language-modal .h2{
    font-size: 24px;
    line-height: 32px;
    color: #54575a;
    text-transform: uppercase;
    text-align: center;
}
#language-modal .h3{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 28px;
    position: relative;
    width: auto;
    padding: 0 15px;
    background-color: white;
    z-index: 2;
}
#language-modal hr{
    position: relative;
    margin: -15px auto 0 auto;
    max-width: 85%;
}
#language-modal p {
	font-weight: bold;
}
#language-modal ul.regions {
	margin: 30px 0;
	padding: 0;
}
#language-modal ul.regions li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 19%;
	display: inline-block;
}
#language-modal ul.regions li img {
	display: block;
	margin: 0 auto;
	max-width:50px;
	max-height: 50px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#language-modal ul.regions li a {
	color: #54575a;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-family: urw-din, sans-serif;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#language-modal ul.regions li a.active img{
    filter: none;
    -webkit-filter: none;
}
#language-modal ul.regions li a.active:before{
    content:'';
	border: 2px solid #e57600;
	border-radius: 100%;
	width: 74px;
	height: 74px;
	line-height: 74px;
	display:block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right:0;
	top: -10px;
}
#language-modal ul.regions li a:hover,
#language-modal ul.regions li a:active {
	color: #ff8400;
}
#language-modal .forms{
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
#language-modal .forms .form-group{
    float: none;
}
#language-modal .bootstrap-select{
    border-radius: 5px;
}
#language-modal .countries .bootstrap-select{
    display: none;
}
#language-modal .countries .bootstrap-select.active{
    display: inline-block;
}
#language-modal .remember{
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
#language-modal input[type="submit"]{
    border: 1px solid #e57600;
    margin-top: 15px;
}

.files.center {
	width: 100%;
}
.files.right {
	float: none;
	text-align: right;
	width: 100%;
}
.files .button {
	margin-right: 15px;
	margin-bottom: 15px;
}
.files .button i{
    margin: 0 5px 0 0px;
    color: #54575a;
}
.files .resource {
	border-bottom: 0;
}
.files .resource:first-child {
	padding-top: 0;
}
.files .resource .document:before {
	left: 0;
}
.files+.files {
	padding-top: 20px;
}
#news-events .options {
	margin: 35px 0 65px 0;
}
#news-events .options .button {
	white-space: nowrap;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	margin-right: -5px;
}
#news-events .options .button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#news-events .options .button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#news-events .options .button.active {
	background-color: #ff8400;
	color: white;
	border-color: #ff8400;
}
#news-events .options i {
	font-size: 20px;
	position: absolute;
	left: 20px;
}
#news-events .feed {
	display: none;
	max-width: 800px;
	margin: 0 auto;
	white-space: nowrap;
}
#news-events .feed.active {
	display: block;
}
#news-events .feed .item {
	width: 47%;
	margin: 0 2%;
	display: inline-block;
	min-height: 370px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	position: relative;
	overflow: hidden;
	border: 1px solid white;
	cursor: pointer;
}
#news-events .feed .item:hover {
	border-color: #ff8400;
	-webkit-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.75);
}
#news-events .feed .item:hover .daterange {
	background-color: #ff8400;
}
#news-events .feed .item:hover .button {
	background-color: #ff8400;
	color: white !important;
	border-color: #ff8400;
}
#news-events .feed .image-container {
	height: 175px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#news-events .feed .image-container img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#news-events .feed .image-container:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6000000',
	GradientType=0);
}
#news-events .feed .desc {
	background-color: #9f9f9f;
	white-space: normal;
	position: relative;
	overflow: hidden;
	padding: 35px 20px 40px 20px;
	min-height: 190px;
}
#news-events .feed .desc * {
	z-index: 2;
	position: relative;
}
#news-events .feed .desc .date,
#news-events .feed .desc p {
	text-align: left;
	color: white;
	display: block;
}
#news-events .feed .desc .date {
	font-size: 13px;
	margin-bottom: 6px;
}
#news-events .feed .desc p {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
#news-events .feed .desc:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6000000',
	GradientType=0);
}
#news-events .feed .daterange {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	text-align: left;
	background-color: #54575a;
	display: block;
	color: white;
	padding: 18px 15px;
	font-size: 14px;
}
#news-events .feed .daterange i {
	margin-right: 10px;
	font-size: 20px;
}
#news-events .feed .info {
	background-color: white;
	display: block;
	text-align: left;
	padding: 35px 15px 35px 40px;
}
#news-events .feed .info .h3 {
	text-transform: uppercase;
	margin-bottom: 0;
}
#news-events .feed .info .location {
	color: #9f9f9f;
	font-size: 12px;
}
#news-events .feed.events .desc {
	padding-left: 40px;
	padding-right: 40px;
}
#news-events .feed.events p {
	font-weight: normal;
}
#connect {
	border-top: 1px solid #cfcfcf;
}
#connect .w25 {
	position: relative;
}
#connect .has-diagonal {
	margin-top: -60px;
	height: 520px;
	width: 400px;
	right: 0;
	position: absolute;
}
#connect .has-diagonal img {
	height: 520px;
	width: auto;
}
#connect .has-diagonal:after {
	width: 100.4%;
	height: 100.2%;
}
#sidebar-left{
    float: left;
}
#sidebar-right{
    float: right;
}
#sidebar-right-toggle{
    margin-bottom: 30px;
}
/* ===================================================== Salesforce */
.salesforce header {
	border-top: 8px solid #ff8400;
}
.salesforce .salesforce-logo{
    position: absolute;
    left: 300px;
    margin-top: 15px;
}
.salesforce .salesforce-logo img{
    height: 45px;
    width: auto;
}
.salesforce .salesforce-logo:before{
    content:'';
    height: 40px;
    width:1px;
    background-color: #54575a;
    display:block;
    position: absolute;
    margin-left:-20px;
}
.salesforce .salesforce-market{
    float: right;
    text-transform:uppercase;
    font-size: 1.8rem;
    color: #54575A;
    margin-top: 25px;
    font-weight: bold;
}
.salesforce #header-bottom{
    top: 25px;
}
.salesforce #inner-banner .constrain {
	border-top-color: white;
}
.salesforce #inner-banner .constrain .h1 {
	margin-top: 100px;
}
.salesforce .crumb-container{
    display: none !important;
}
.salesforce .block{
    background-position: center center;
}
.salesforce .block h2{
    font-size: 2.2rem;
    margin-bottom: 28px;
    font-weight: 900;
    color: #54575a !important;
    margin-bottom: 5px;
}
.salesforce .block h2:after{
    top: -20px;
}
.salesforce .block h3 + ul{
    margin-top: 0;
}
.salesforce .block .richtext ul li{
    font-size: 1em;
    margin-bottom:0;
}
.salesforce .block .richtext ul li:before{
    content:'';
    color: #ff8400;
    position: absolute;
    margin-left: -15px;
}
.salesforce .block p{
    font-size: 1em;
}
.salesforce .block p a{
    text-decoration: underline;
}
.salesforce .block p a:hover,
.salesforce .block p a:active{
    color: #54575A;
}
.salesforce .block p a + a{
    margin-left: 40px;
}
/* .salesforce .block img{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
} */
.salesforce .block .richtext img{
    border-radius: 0;
}
.salesforce .block .w50{
    min-height:1px;
    background-size: contain !important;
    background-position: top right !important;
    padding-right: 50px;
}
.salesforce .block1 .w50{
    background-size: cover !important;
    background-position: center right !important;
}
.salesforce .block .w50 + .w50{
    background-position: center left;
    padding-left: 50px;
}
.salesforce .content-block .w50.bg-left[style*="curve_section"],
.salesforce .content-block .w50.bg-right[style*="curve_section"]{
    height: 258px;
    width: 50%;
    background-size: cover !important;
}
.salesforce .two-col{
    margin-bottom: 55px;
}
.salesforce .three-col .constrain{
    text-align: center;
}
.salesforce .three-col .w33{
    padding: 0 15px !important;
    max-width: 350px;
    text-align: left;
}
.salesforce .three-col img{
    float: left;
    margin-bottom: 15px;
}
.salesforce .block1.image-bg p{
    font-size: 1.2em;
}
.salesforce #footer-middle .social-media br {
	display: none !important;
}
.salesforce #footer-middle {
	padding: 40px 0;
}
.salesforce #footer-middle p {
	line-height: 18px;
}
.salesforce #footer-middle .constrain {
	position: relative;
}
.salesforce #footer-middle .logo {
	position: absolute;
	right: 15px;
	width: 240px;
	height: 60px;
	top: -10px;
}
.salesforce #footer-middle .links a,
.salesforce #footer-middle .social-media a:before {
	color: white;
	margin-top: 0;
}
.salesforce #footer-middle .links a {
	margin-right: 15px;
}
.salesforce #footer-middle .social-media {
	padding-left: 0;
	margin: 20px 0 0 0;
}
.salesforce #footer-middle .social-media a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
/* ===================================================== Innovation & Formulation Finder */
#rotating-banner li{
    display: none;
}
#rotating-banner li:first-child{
    display: block;
}
#rotating-banner .image-container{
    width: 33%;
    float: left;
}
#rotating-banner .image-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(255,132,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6ff8400',GradientType=0);
}
#rotating-banner .image-container:after{
    z-index: 2;
}
#rotating-banner .image-container img{
    max-width: 500px !important;
}
#rotating-banner .caption{
    width: 64%;
    float: right;
}
.formulation-finder {
	border: 1px solid #54575a;
	position: relative;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto;
	border-radius: 5px;
	background-color: white;
	width: 64%;
	position: absolute;
	right:0;
	bottom: 56px;
	z-index: 3;
}
.formulation-finder .h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	background-color: #54575a;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: -38px;
	margin: 0 auto;
	width: 300px;
	left: 0;
	right: 0;
	padding: 4px 0;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.formulation-finder .h2 strong {
	font-weight: bold;
	color: #cfcfcf;
}
.formulation-finder form {
	text-align: left;
	display: inline-block;
	width: 95%;
	position: relative;
	text-align: center;
}
.formulation-finder .options {
	width: 40%;
	float: left;
	margin-bottom: -8px;
}
.formulation-finder .options .button {
	white-space: nowrap;
	width: 46.5%;
	margin-right: 1.5%;
	padding: 8px 5px 8px 30px;
	float: left;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	letter-spacing: -0.5px;
	font-weight: 400;
}
.formulation-finder .options .button.active {
	background-color: #ff8400;
	color: white;
	border-color: #ff8400;
}
.formulation-finder .options .button.active i:before {
	content: "\f192";
}
.formulation-finder .options i {
	font-size: 20px;
	position: absolute;
	left: 5px;
}
.formulation-finder form input[type="text"] {
	width: 70%;
	margin-right: 1.3%;
	margin-left: .5%;
	display: inline-block;
	height: 43px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	position: relative;
	padding: 0 15px;
	border-radius: 5px;
	margin-top: 7px;
}
.formulation-finder form .search-icon {
	left: 77%;
	position: absolute;
	margin-top: 19px;
}
.formulation-finder form .search-icon:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	pointer-events: none;
	color: #a1a7ad;
	position: absolute;
	right: 15px;
}
.formulation-finder form .search-icon input[type="submit"] {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	max-width: none;
	display: block;
}
.formulation-finder form input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: 13px;
	padding-left:0;
	padding-right:0;
	width: 100px;
	text-align: center;
}
.formulation-finder .note {
	position: absolute;
	left: 42%;
	margin-top: 4px;
	width: 46%;
	text-align: center;
}
.formulation-finder .note p {
	display: none;
}
.formulation-finder .note p.active {
	display: block;
}
.formulation-finder .viewall{
    position: absolute;
    margin-top: 20px;
    white-space:nowrap;
    display:block;
    left:0;
    right:0;
}
.formulation-finder .viewall:hover,
.formulation-finder .viewall:active{
    text-decoration: underline;
}
/* ============================================== Samplekit & Samplekit Products */
body.tpl-17 .block1 .w33 {
	width: 25%;
}
body.tpl-17 .block1 .w66 {
	width: 75%;
}
body.tpl-17 .richtext + .listview {
	margin-top: 15px;
}
body.page-3684 .image-container + .button[data-target="#trend-modal"]{
    display: none;
}
#samplekit {
	position: relative;
	height: 420px;
}
#box {
	position: relative;
	transition: all .25s;
	z-index: 2;
}
#box.animate-close {
	transform: scale(0);
}
#box.active {
	transition: all .7s;
	transform: scale(1);
}
#samplekit-transition {
	border-radius: 100%;
	background-color: #ff8400;
	width: 480px;
	height: 480px;
	position: absolute;
	top: -42px;
	left: 0;
	margin: 0 auto;
	right: 0;
	transform: scale(0);
	transition: all 1s;
}
#samplekit-transition.animate-open {
	transform: scale(1);
}
#box-stage {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 30px;
	display: none;
}
#box.active #box-stage {
	display: block;
}
#box-stage .scroll {
	color: #ff8400;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	display: none;
}
#box-closed {
	text-align: center;
	position: relative;
	cursor: pointer;
	height: 420px;
}
#box-closed .pulse {
	position: absolute;
	height: 12px;
	width: 12px;
	background: #ff8400;
	border-radius: 50%;
	display: block;
	top: 163px;
	left: 0px;
	right: 0;
	margin: 0 auto;
}
#box-closed .pulse:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 1px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ff8400;
	animation: pulse 2s infinite;
	transform-origin: center center;
}
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	25% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(4.5);
		opacity: 0;
	}
}
#box-closed .h4 {
	position: absolute;
	top: 213px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1.2px;
	max-width: 370px;
	margin: 0 auto;
	width: 100%;
}
#box-closed .h4:before {
	content: '';
	position: absolute;
	display: block;
	height: 50px;
	width: 1px;
	background-color: #ff8400;
	left: 0;
	right: 0;
	top: -50px;
	margin: 0 auto;
}
#box.active #box-closed {
	display: none;
}
#box-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	z-index: 3;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
}
#box-title .h1 {
	color: #ff8400;
	font-size: 36px;
	letter-spacing: 1.8px;
}
#box-title .h4 {
	text-transform: uppercase;
	color: #54575a;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 14px;
}
#box.active #box-title {
	top: 38px;
	cursor: default;
}
#box-foreground {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}
#box-foreground .h4 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-transform: uppercase;
	color: #ff8400;
	letter-spacing: 1.2px;
}
#bottles {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
#bottles .bottle {
	display: inline-block;
	padding: 0 10px;
	vertical-align: bottom;
	cursor: pointer;
	position: relative;
}
#bottles .bottle:focus {
	outline: 0;
}
#bottles .bottle:after {
	content: '';
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	background-size: contain;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
#bottles .bottle.shadow-small:after {
	background: url('/assets/images/samplekit/box/shadow-small.png') bottom center no-repeat transparent;
}
#bottles .bottle.shadow-medium:after {
	background: url('/assets/images/samplekit/box/shadow-medium.png') bottom center no-repeat transparent;
}
#bottles .bottle.shadow-large:after {
	background: url('/assets/images/samplekit/box/shadow-large.png') bottom center no-repeat transparent;
}
#bottles .bottle.shadow-xlarge:after {
	background: url('/assets/images/samplekit/box/shadow-xlarge.png') bottom center no-repeat transparent;
}
#bottles .bottle.spray-mist.shadow-medium:after {
	margin-left: 10px;
}
#bottles .bottle:hover:after,
#bottles .bottle.active:after {
	opacity: 1;
}
#bottles .bottle:hover .image {
	margin-bottom: 15px;
	animation: bounce .5s infinite alternate;
	-webkit-animation: bounce .5s infinite alternate;
}
#bottles .bottle img[src*="bottles/bar/blue.png"]{
    max-height: 91px;
}

#id-3691 header#header {
    display: none;
}

#id-3691 footer#footer {
    display: none;
}

#id-3691 div#inner-banner {
    margin-top: 0px;
}

#id-3684 #bottles{
    bottom: 35px;
}

#id-3684 #bottles .image{
    margin-bottom: 15px;
}

#id-3544 #box-stage > img{
    width: 100%;
}
#id-3544 #box-stage #bottles > .bottle.pump-lotion.shadow-medium {
    width: 50px;
}
#id-3544 #box-stage #bottles {
    bottom: 54px;
}
#id-3544 #box-stage #bottles > .bottle.pump-lotion.shadow-medium .title{
    margin-top: 40px;
}
#id-3544 #box-stage #bottles > .bottle.pump-soap.shadow-medium .image > img {
    width: 50px;
}
#id-3544 #box-stage #bottles > .bottle.pump-soap.shadow-medium .title{
    margin-top: 40px;
    padding-left:7px;
}
#id-3544 #box-stage #bottles > .bottle.cream-small.shadow-large .image > img {
    width: 85px;
}
#id-3544 #box-stage #bottles > .bottle.cream-square.shadow-xlarge .image > img {
    width: 104px;
}
#id-3544 #box-stage #bottles > .cream-square .title{
    margin-top: 20px;
}
#id-3544 #box-stage #bottles > .bottle {
    padding: 0 1px;
}
#id-3544 #box-foreground > img{
    width: 100%;
}

#id-78 .image-text-blocks {
    justify-content: flex-start;
}

#id-78 div.desc h4 {
    margin-top: -10% !important;
}

#id-3727 a.button.sample-kit {
    display: none;
}

#id-3684 a.button.sample-kit {
    display: none;
}

#id-3544 a.button.sample-kit {
    display: none;
}

@keyframes bounce {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-15px);
	}
}
#bottles .bottle.active .image {
	margin-bottom: 30px;
}
#bottles .bottle.active:hover .image {
	margin-bottom: 30px;
	animation: none;
	-webkit-animation: none;
}
#bottles .image {
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#bottles .title {
	position: absolute;
	font-size: 10px;
	padding: 0 5px;
	line-height: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 40px;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
#bottles .cream-rounded .title {
	margin-top: 27px;
}
#bottles .cream-square .title {
	margin-top: 25px;
	line-height: 9px;
}
#bottles .cream-small .title {
	margin-top: 20px;
	line-height: 9px;
}
#bottles .dropper-short .title {
	margin-top: 45px;
}
#bottles .pump-soap .title {
	padding-left: 10px;
}
#bottles .spray-mist {
	margin-left: -15px;
}
#bottles .spray-mist .title {
	padding-left: 28px;
	margin-top: 62px;
}
#bottles .chapstick .title {
	transform: rotate(-90deg);
	margin: 10px 0 0 -11px;
	left: 0;
	right: 0;
	line-height: 10px;
	padding: 0;
	width: 60px;
}
#bottles .lipgloss .title {
	transform: rotate(-90deg);
	margin: 25px 0 0 -13px;
	left: 0;
	right: 0;
	line-height: 10px;
	padding: 0;
	width: 60px;
}
#bottles .mascara .title {
	transform: rotate(-90deg);
	margin: 40px 0 0 0;
	left: -20px;
	right: auto;
	line-height: 10px;
	padding: 0;
	width: 200%;
}
#bottles .bar .title {
	top: 30%;
}
#samples .sample {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}
#samples .sample.active {
	opacity: 1;
	max-height: 100%;
}
#samples .w33 {
	padding: 0 15px;
}
#samples .w66 {
	padding: 0;
}
#samples h2:first-child {
	margin-top: -5px;
}
#samples .image-container {
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
}
#samples .button {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#samples h2 {
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#samples h4,
#samples .h4 {
	margin-bottom: 14px;
	color: #54575a;
}
#samples h4 a,
#samples .h4 a {
	color: #54575a;
	font-weight: bold;
}
#samples ul {
	list-style-type: none;
	border-left: 1px solid #ff8400;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#samples ul li {
	margin-bottom: 18px;
	font-size: 14px;
}
#samples .suppliers {
	height: 60px;
	overflow: hidden;
	padding: 0 20px;
}
#samples .supplier {
	height: 60px;
	padding: 0 10px;
}
#samples .supplier img {
	max-height: 60px;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#samples .slick-prev,
#bottles .slick-prev {
	left: 0;
	z-index: 4;
}
#samples .slick-prev:before,
#bottles .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f104';
	color: #54575a;
}
#samples .slick-next,
#bottles .slick-next {
	right: 0;
	z-index: 4;
}
#samples .slick-next:before,
#bottles .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	color: #54575a;
}
#formulation .w75{
    background-color: #f6f6f6;
    padding-right: 15px;
}
#formulation .w25{
    padding-left:0;
}
#samplekit-products .samplekit-selected {
    padding-top: 70px;
}
#samplekit-products .samplekit-selected .button{
    margin-right: 15px;
}
#formulation .filter-container{
    padding-bottom: 15px;
}
#samplekit-products .image{
    width: 80px;
    height: 50px;
    position: relative;
    overflow:hidden;
}
#samplekit-products .image img{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#samplekit-products .dataTables_wrapper{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}    
#samplekit-products .dataTables_filter{
    margin-top: -100px;
    margin-bottom: 70px;
}
#samplekit-products .dataTables_filter label{
    margin-bottom:0;
}
#samplekit-products .table{
    margin-top: 25px;
    width: 100% !important;
}
#samplekit-products .table th.sorting_asc:after,
#samplekit-products .table thead td.sorting_asc:after {
	content: '\f176';
}
#samplekit-products .table th.sorting_desc:after,
#samplekit-products .table thead td.sorting_desc:after {
	content: '\f175';
}
#samplekit-products .table th:hover,
#samplekit-products .table thead td:hover {
	color: #ff8400;
}
#samplekit-products .table th:focus,
#samplekit-products .table thead td:focus {
	outline: 0;
}
#samplekit-products .table th:after,
#samplekit-products .table thead td:after {
	font-family: "Font Awesome 5 Pro";
	color: #ff8400;
	right: 0;
	font-weight: 200;
	margin-left: 5px;
}
#samplekit-products .table thead tr {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	white-space:nowrap;
}
#samplekit-products .table tbody tr {
	background-color: white;
	font-size: 14px;
	color: #54575a;
	border: 1px solid white;
	position: relative;
	cursor: pointer;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	display: block;
	border-radius: 5px;
}
#samplekit-products .table tbody tr td,
#samplekit-products .table thead tr th {
	padding: 5px;
	width: 20% !important;
	border: 0;
	padding: 8px 5px 8px 5px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
	position: relative;
	color: #9f9f9f;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: left;
}
#samplekit-products .table thead tr th{
    float: left;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    color: #54575a;
    width: 13% !important;
}
#samplekit-products .table tbody tr td{
    color: #54575a;
    display:inline-block;
    vertical-align: middle;
    width: 13% !important;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}
#samplekit-products .table tbody tr td:first-child,
#samplekit-products .table thead tr th:first-child {
	width:5% !important;
}
#samplekit-products .table tbody tr td:first-child{
    font-size: 14px;
}
#samplekit-products .table thead tr th:first-child:after{
    display: none;
}
#samplekit-products .table tbody tr td:nth-child(2),
#samplekit-products .table thead tr th:nth-child(2){
    width: 20% !important;
}
#samplekit-products .table tbody tr td:nth-child(2) {
	font-weight: bold;
	text-transform: uppercase;
}
#samplekit-products .table tbody tr td:nth-child(3),
#samplekit-products .table thead tr th:nth-child(3),
#samplekit-products .table tbody tr td:nth-child(4), 
#samplekit-products .table thead tr th:nth-child(4),
#samplekit-products .table tbody tr td:nth-child(7),
#samplekit-products .table thead tr th:nth-child(7){
    width: 8% !important;
}
#samplekit-products .table tbody tr td:nth-child(8),
#samplekit-products .table thead tr th:nth-child(8){
    width: 24% !important;
}
#samplekit-products .table tbody tr td:nth-child(8){
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}
#samplekit-products .table tbody tr td:nth-child(9),
#samplekit-products .table thead tr th:nth-child(9){
    width: 0% !important;
    display: none;
}
#samplekit-products .table tbody tr td a:active,
#samplekit-products .table tbody tr td a:hover,
#samplekit-products .table tbody tr td a:focus {
	color: #ff8400;
	text-decoration: underline;
}
#samplekit-products .table tbody tr:hover,
#samplekit-products .table tbody tr.active {
	background-color: white;
	border-color: #ff8400;
}
#samplekit-products td.icon-Food{
    font-size: 0 !important;
    color: white !important;
    background: url('/assets/images/template/icon-formulation-food.png') center center no-repeat !important;
    background-size: contain !important;
    height: 35px;
}
#samplekit-products td.icon-BeautyPersonalCare{
    font-size: 0 !important;
    color: white !important;
    background: url('/assets/images/template/icon-formulation-cosmetics.png') center center no-repeat !important;
    background-size: contain !important;
    height: 35px;
}
#samplekit-products td.icon-HomecareIndustrialCleaning{
    font-size: 0 !important;
    color: white !important;
    background: url('/assets/images/template/icon-formulation-household.png') center center no-repeat !important;
    background-size: contain !important;
    height: 35px;
}
#samplekit-products .table tbody tr td.selected:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f0c8';
	font-weight: 200;
	left: 16px;
	font-size: 20px;
	top: 1px;
	margin-left: 10px;
	pointer-events: none;
}
#samplekit-products .table tbody tr.active td.selected:after {
	content: '\f14a';
	color: #ff8400;
}
#samplekit-products .table .selected {
	color: #54575a;
	z-index: 2;
	font-size: 14px;
	letter-spacing: 0.5px;
}
#samplekit-products .table .button{
    border-color: #ff8400;
    padding: 5px 10px;
    white-space: nowrap;
}
#samplekit-products .table thead tr:first-child td {
	color: #9f9f9f;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}
#samplekit-products .table .dataTables_empty {
	width: 100% !important;
}
#samplekit-products .table tbody tr td:first-child a{
    display: none !important;
}

/* ===================================================== Footer */
#footer-top {
	background-color: #ff8400;
	padding: 5px 0;
	text-align: right;
}
#footer-top a {
	color: white;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#footer-top a:hover,
#footer-top a:active {
	color: white;
	text-decoration: underline;
}
#footer-top a:focus {
	color: white;
}
#footer-top a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	content: '\f106';
	position: absolute;
	left: -20px;
	font-size: 16px;
}
#footer-middle {
	padding-top: 65px;
	padding-bottom: 75px;
	background-color: #54575a;
	color: white;
}
#footer-middle .h3 {
	color: white;
	text-transform: uppercase;
}
#footer-middle ul {
	margin: 0;
	padding: 0;
}
#footer-middle ul li {
	text-transform: uppercase;
	color: white;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.5px;
}
#footer-middle ul li a {
	color: white;
	position: relative;
	padding: 3px 0;
	display: inline-block;
}
#footer-middle ul li a:hover,
#footer-middle ul li a:active {
	color: #ff8400;
	text-decoration: underline;
}
#footer-middle ul li a:focus {
	color: white;
}
#footer-middle .social-media {
	color: #ff8400;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	font-weight: bold;
	margin-right: 30px;
}
#footer-middle .social-media:hover,
#footer-middle .social-media:active {
	color: #ff8400;
	text-decoration: underline;
}
#footer-middle .social-media:focus {
	color: #ff8400;
}
#footer-middle .social-media:before {
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	left: 0;
	margin-top: 2px;
	color: #ff8400;
}
#footer-middle .social-media.youtube:before {
	content: '\f167';
}
#footer-middle .social-media.linkedin:before {
	content: '\f0e1';
}
#footer-middle .social-media.twitter:before {
	content: '\f099';
}
#footer-middle .social-media.facebook:before {
	content: '\f39e';
}
#footer-middle .column-1 .logo {
	margin-bottom: 40px;
	display: inline-block;
}
#footer-middle .column-1 .logo img {
	width: 100%;
	height: auto;
}
#footer-middle .column-1 .button {
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
	padding-left: 0;
	padding-right: 0;
	width: 170px;
	border: 1px solid #ff8400;
}
#footer-middle .column-1 .button:first-child {
	margin-top: 8px;
}
#footer-middle .column-1 p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 25px;
}
#footer-middle .column-2 {
	padding-left: 95px;
}
#footer-middle .column-2 ul {
	padding-left: 30px;
}
#footer-middle .column-2 ul li a:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: -30px;
	font-weight: 200;
}
#footer-middle .column-2 ul li#footerlink_15 a:before {
	content: '\f492';
}
#footer-middle .column-2 ul li#footerlink_16 a:before {
	content: '\f59d';
}
#footer-middle .column-2 ul li#footerlink_17 a:before {
	content: '\f468';
}
#footer-middle .column-2 ul li#footerlink_24 a:before {
	content: '\f1b8';
}
#footer-middle .column-2 ul li#footerlink_3385 a:before {
	content: '\f2bd';
}
#footer-middle .column-2 ul li#footerlink_27>a {
	display: none;
}
#footer-middle .column-2 ul li ul {
	padding-left: 0;
}
#footer-middle .column-2 ul+ul {
	margin-top: 10px;
	margin-left: 7px;
	padding-left: 23px;
	border-left: 1px solid #9f9f9f;
}
#footer-middle .column-2 ul+ul li a {
	text-transform: none;
}
#footer-middle .column-3>a {
	margin-bottom: 40px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#footer-middle .column-4 ul li a {
	text-transform: none;
}
#footer-bottom {
	background-color: #666666;
	color: white;
	padding: 7px 0;
	text-align: right;
	font-size: 14px;
}
#footer-bottom a {
	color: white;
	position: relative;
	padding-left: 20px;
	margin-left: 15px;
}
#footer-bottom a:hover,
#footer-bottom a:active {
	color: white;
	text-decoration: underline;
}
#footer-bottom a:before {
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
}
#footer-bottom br {
	display: none;
}
/* ============================================== Page Specific Styles */
body#id-1 .block1 {
	z-index: 10;
	background-color: transparent;
	margin-top: -60px;
}
body#id-1 .block2 {
	background-color: transparent;
}
body#id-1 .block2 .w40,
body#id-3620 .block2 .w40 {
	padding-right: 100px !important;
}
body#id-1 .block2:after,
body#id-3620 .block2:after  {
	content: '';
	height: 80px;
	background-color: #54575a;
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}
body#id-1 .block2 .content-block {
	padding-bottom: 0;
	margin-bottom: -50px;
}
body#id-1 .block2 .button {
	margin: 75px 0 0 25px;
}
body#id-1 .buckets.default {
	margin-bottom: 0px;
	text-align: center;
	white-space: nowrap;
	margin-left: 0;
}

body#id-3505 h1 {
    font-size: 1.8em !important;
}

body#id-63 h1 {
    font-size: 2.2em !important;
}

body#id-239 h1 {
    font-size: 2.1em !important;
}

body#id-3607 h1 {
    font-size: 2.3em !important;
}

body#id-1 .buckets.default .bucket {
	margin-right: 0;
	margin-bottom: 0;
	height: 444px;
	margin-left: 5%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 10px;
}
body#id-1 .buckets.default .bucket:hover {
	width: 35%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
body#id-1 .buckets.default .bucket:hover:after {
	background: -moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.5) 100%);
	background: -webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.5) 100%);
	background: linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0) 0%,
	rgba(255,
	132,
	0,
	0.38) 24%,
	rgba(255,
	132,
	0,
	0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
	endColorstr='#a6ff8400',
	GradientType=0);
}
body#id-1 .buckets.default .bucket.span3 h3 {
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
}
body#id-1 .buckets.default .bucket h3 {
	border-bottom: 1px solid white;
}
body#id-1 .buckets.default .bucket:first-child {
	margin-left: -10%;
}
body#id-1 .buckets.default .bucket .caption-bg {
	left: 0;
}
body#id-1 .buckets.default .bucket:first-child h3,
body#id-1 .buckets.default .bucket:first-child a {
	text-shadow: 1px 1px 5px rgba(0,
	0,
	0,
	0.9);
}
body#id-1 .block3 {
	padding-top: 30px;
}
body#id-209 .table.datatable tr td:nth-child(1) {
	width: 15% !important;
}
body#id-209 .table.datatable tr td:nth-child(1).dataTables_empty {
	width: 100% !important;
}
body#id-209 .table.datatable tr td:nth-child(2) {
	width: 10% !important;
}
body#id-209 .table.datatable tr td:nth-child(3) {
	width: 40% !important;
}
body#id-209 .table.datatable tr td:nth-child(4) {
	width: 10% !important;
}
body#id-209 .table.datatable tr td:nth-child(5) {
	width: 10% !important;
}
body#id-209 .table.datatable tr td:nth-child(6) {
	width: 5% !important;
	text-align: center;
}
.page-4 #main-content {
	overflow: hidden;
	padding-bottom: 15px;
}
body.parent-16 .image-single.has-diagonal:after {
	/*display: none;*/
}
body#id-29 #content-wrap .constrain .w60,
body#id-112 #content-wrap .constrain .w60 {
	padding-right: 4%;
	border-right: 1px solid #ff8400;
}
body#id-29 #content-wrap .constrain .w40,
body#id-112 #content-wrap .constrain .w40 {
	padding-left: 4%;
}
body#id-27 #inner-banner {
	padding-bottom: 60px;
}
body#id-27 #inner-banner p span{
    display: block;
    font-weight: bold;
    margin-top: 20px;
    font-size: 19px;
}
body#id-27 #inner-banner p a{
    font-weight: bold !important;
}
body#id-27 #content-wrap {
	position: relative;
	z-index: 9;
}

body#id-98 .content-block .content-block .w50 {
	margin-top: 0;
}
body#id-3497 .block .w50+.w50 {
	margin-top: 15px;
}
body#id-3620 .block2{
    margin-top: 50px;
}
body.hide-nav #header #primary-nav,
body.hide-nav #header #global-nav,
body.hide-productfinder .product-finder,
body.hide-productfinder.hide-breadcrumbs #inner-banner-bar {
	display: none !important;
}
body.hide-nav #header-bottom {
	min-height: 65px;
}
body.hide-breadcrumbs #inner-banner-bar .crumb-container {
	opacity: 0;
	pointer-events: none;
}

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

div.product-finder-no-results { 
    width: 270%;
    text-transform: none;
}

.pdf-ctas {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 30px auto;
	padding: 0 15px;
	text-align: center;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pdf-iframe .default {
		display: none;
	}
	.pdf-iframe .resp {
		display: block !important;
	}
}
_:-ms-fullscreen .pdf-iframe .default,
 :root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
 :root .ie11up .pdf-iframe .resp {
	display: block !important;
}
html.ie9 #quick-navigation-tab,
html.ie9 #quick-navigation-drawer {
	display: none;
}
html.ie9 .forms .form-group .radios.inline {
	margin-left: -15px;
}
html.ie9 .forms .form-group .radios.inline .radio {
	display: block;
	margin: 0;
}
html.ie9 .forms .form-group .radios input {
	margin-left: 0;
	position: static;
}
html.ie9 .social-media-latest.youtube .thumb {
	background: url('/assets/images/buckets/nexeo-placeholder.jpg') center center no-repeat transparent;
	background-size: cover;
}
html.ie8 #search-drawer,
html.ie8 #quick-navigation-tab,
html.ie8 #quick-navigation-drawer,
html.ie8 #header-bottom nav ul ul,
html.ie8 #product-finder-tab,
html.ie8 #header .product-finder,
html.ie8 .product-finder,
html.ie8 .stacked.buckets .bucket .caption .caption-bg,
html.ie8 .search-controls,
html.ie8 .search-trigger,
html.ie8 #facet-search-form,
html.ie8 #facet-search-main,
html.ie8 #suppliers-search,
html.ie8 #plastics-search,
html.ie8 #suppliers-search,
html.ie8 .resources-search,
html.ie8 .articles-search {
	display: none !important;
}
html.ie8 #home-banner .slides li:first-child {
	display: block;
}
html.ie8 .stacked.buckets .bucket {
	vertical-align: top;
	margin-bottom: 0;
}
html.ie8 .stacked.buckets .bucket .caption {
	position: static;
}
html.ie8 #footer .col-md-3 {
	float: left;
}
html.ie8 #header-bottom ul li:hover:after {
	display: none;
}
.block1.block.constraint-container.gray-bg, .content-block .gray-bg .content-block {
    border-radius: 20px 0 20px 0;
    border-color: #f0f1f1;
}
table.ia-applications {
    background-color: #f6f6f6;
    border-spacing: 0 .5em;
    border-collapse: separate;
    padding: 0 10px;
    border-radius: 5px;
}

.ia-applications tr {
    background-color: white;
    border-radius: 10px;
    border: solid 1px white;
}
.ia-applications > tbody > tr > td >p {
    line-height: 25px;
    margin-bottom: 0 !important;
    padding-left: 10px;
}

#id-3575 .ia-applications > tbody > tr > td >p {
    line-height: 25px !important;
}

.ia-applications td:first-of-type {
    border-radius: 6px 0 0 6px;
    border: solid 2px white;
}
.ia-applications td:last-of-type {
    border-radius: 0 6px 6px 0;
    border: solid 2px white;
}
.button.inactive {
    pointer-events:none;
}
p.error {
    background: #ff2e2e;
    padding: 20px;
    font-size: 14px;
    max-width: none;
    margin-top: 20px;
}
.modal-content p.error {
    background: none;
    padding: 0;
    margin-top: 0;
}

@media (min-width: 1200px) {
    #header-top.scrolling,
    #emergency.scrolling{
        display: none;
    }
	#header-bottom.scrolling {
		top: 0;
		background-color: #54575a;
		z-index: 1002;
		height: 65px;
	}
	#header-bottom.scrolling .logo {
		background: url('/assets/images/template/logo-univar-white.svg') center left no-repeat;
		background-size: 270px;
		margin-top: -5px;
	}
	#header-bottom.scrolling .logo img {
		opacity: 0;
	}
	#header-bottom.scrolling #primary-nav>li {
		height: 65px;
		line-height: 65px;
	}
	#header-bottom.scrolling #primary-nav>li:before {
		color: white;
	}
	#header-bottom.scrolling #primary-nav>li:after {
		margin-bottom: -1px;
	}
	#header-bottom.scrolling #primary-nav>li>ul {
		top: 65px;
	}
	#header-bottom.scrolling #primary-nav>li>a {
		height: 65px;
		line-height: 65px;
		color: white;
	}
	#header-bottom.scrolling nav+.button {
		top: 15px;
		padding: 5px 20px;
		font-size: 16px;
	}
	#header-bottom.scrolling .search-trigger {
		top: 15px;
	}
	#header-bottom.scrolling .search-trigger:after {
		color: white;
		top: 0;
	}
	#header-bottom.scrolling ul>li.active:after {
		display: none;
	}
}
@media (max-width: 1199px) {
    body{
        padding-top: 0;
    }
    #header-top {
    top: auto !important;
}
    #header-bottom {
    top:auto !important;
}
    #emergency{
        position: relative;
        top: 98px;
    }
    #emergency p{
        width:100%;
    }
    
   #emergency a{
      float:none;
      bottom:auto;
      
    }
    
	.h2,
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.tel {
		pointer-events: all;
	}
	.content-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-block .constrain {
		padding: 0;
	}
	.four-col .column.t50{
    	width: 50% !important;
	}
	.four-col .column.t50{
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.t50 .w25,
	.t50 .w33,
	.t50 .w30,
	.t50 .w40,
	.t50 .w60,
	.t50 .w66,
	.t50 .w75 {
		width: 50% !important;
		display: block !important;
		float: left !important;
	}
	.t60 .w60,
	.t60 .w66,
	.t60 .w75,
	.t60 .w50:first-of-type {
		width: 60% !important;
		display: block !important;
		float: left !important;
	}
	.t60 .w25,
	.t60 .w33,
	.t60 .w40,
	.t60 .w50:last-of-type {
		width: 40% !important;
		display: block !important;
		float: left !important;
	}
	.t100 .w25,
	.t100 .w33,
	.t100 .w40,
	.t100 .w50,
	.t100 .w60,
	.t100 .w66,
	.t100 .w75 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.t100 .w25:first-child,
	.t100 .w33:first-child,
	.t100 .w40:first-child,
	.t100 .w50:first-child,
	.t100 .w60:first-child,
	.t100 .w66:first-child,
	.t100 .w75:first-child {
		margin-bottom: 30px;
	}
	.t50 .constrain>.w25 {
		width: 33% !important;
	}
	.t50 .constrain>.w75 {
		width: 66% !important;
	}
	.two-col.content-block .constrain .w25,
	.two-col.content-block .constrain .w25:first-child,
	.two-col.content-block .constrain .w75 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.content-block .white-bg .content-block,
	.content-block .gray-bg .content-block {
		padding: 15px;
	}
	.content-block .constrain .w75+.w25 {
		margin-top: 35px;
		padding-left: 0;
	}
	.content-block .constrain .w25,
	.content-block .constrain .w25:first-child,
	.content-block .constrain .w75 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.content-block.three-col .w25 {
		width: 50%;
	}
	.content-block.three-col .w25+.w25+.w50 {
		width: 100%;
		padding-left: 0;
	}
	.richtext p img[style*="float: left; "], .richtext p img[style*="float: right;	"] {
         margin: 16px auto;
    	width: auto;
    	max-height: 200px;
    	max-width: 200px;
    	height: auto;
    	float: none !important;
    	clear: both;
    	display: block;
    }
    .block .has-diagonal img {
    	float: left;
    }
    .button.half {
    	width: 100%;
    }
    .button.in-row {
    	margin-top: 15px;
    	float: left;
    	clear: both;
    }
    .three-col .w33 h2:first-child, 
    .three-col .w33 .h2:first-child, 
    .three-col .w33 .block1 h1:first-child,
    .three-col .w33 #main-content h1:first-child{
	    margin-top: 0;
	}
    #header {
    	height: 95px;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 99999;
    	border-bottom: 1px sold;
    }
    #header-top {
    	padding: 0;
    	position: relative;
    	margin-bottom: 0;
    }
    #header-top ul {
    	width: 100%;
    }
    #header-top .constrain>ul>li {
    	display: none;
    	margin: 0;
    }
    #header-top .constrain>ul>li i {
    	display: none !important;
    }
    #header-top .constrain>ul>li#utility_link42,
    #header-top .constrain>ul>li#utility_link3385 {
    	display: inline-block;
    	width: 50%;
    }
    #header-top .constrain>ul>li#utility_link3385 {
    	float: left;
    }
    #header-top .constrain>ul>li#utility_link42 {
    	float: right;
    	text-align: right;
    }
    #header-top .constrain>ul>li#utility_link42 ul {
    	text-align: left;
    }
    #header-top .hidden-lg {
    	text-align: right;
    	color: white;
    }
    #header-top .hidden-lg .tel {
    	color: white;
    	font-weight: bolder;
    	margin-right: 30px;
    	letter-spacing: 1px;
    	float: left;
    }
    #header-top .hidden-lg .mynexeo {
    	color: white;
    }
    #header-top .hidden-lg .mynexeo:before {
    	font-family: "Font Awesome 5 Pro";
    	content: '\f2bd';
    	font-weight: 200;
    	margin-right: 5px;
    }
    #header-top .hidden-lg a:hover,
    #header-top .hidden-lg a:active {
    	text-decoration: none;
    }
    #header-bottom {
    	position: relative;
    	top: 0;
    	height: 60px;
    	padding-top: 10px;
    	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,
    	0,
    	0,
    	0.1);
    	-moz-box-shadow: 0px 2px 6px -1px rgba(0,
    	0,
    	0,
    	0.1);
    	box-shadow: 0px 2px 6px -1px rgba(0,
    	0,
    	0,
    	0.1);
    }
    #header-bottom .tel,
    #header-bottom .search-trigger {
    	display: none;
    }
    #header-bottom .logo {
    	width: 150px;
    	margin-top: -7px;
    }
    #header-bottom nav {
    	position: absolute;
    	right: 15px;
    	top: -12px;
    }
    #header-bottom nav span {
    	display: none;
    }
    #header-bottom nav #primary-toggle {
    	z-index: 100;
    	cursor: pointer;
    	line-height: 48px;
    }
    #header-bottom nav #primary-toggle:after {
    	font-family: "Font Awesome 5 Pro";
    	content: '\f0c9';
    	color: #ff8400;
    	position: absolute;
    	top: 10px;
    	right: 0;
    	font-size: 17px;
    }
    #header-bottom nav #primary-toggle.active:after {
    	font-family: urw-din,
    	sans-serif;
    	content: '';
    	font-size: 50px;
    	margin-top: -3px;
    	margin-right: -2px;
    }
    #header-bottom nav+.button {
    	top: -2px;
    	right: 47px;
    	padding: 10px 20px;
    	font-size: 16px;
    }
    #mobile-nav {
    	display: block;
    	position: fixed;
    	width: 100%;
    	right: 0;
    	opacity: 1;
    	max-width: 400px;
    	background-color: white;
    	top: 95px;
    	height: 100%;
    	z-index: 9999;
    	padding: 0 15px 100px 15px;
    	transition: all 0.5s ease;
    	transform: translateX(100%);
    	-webkit-transform: translateX(400px);
    	border-left: #54575a;
    	box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
    	overflow: scroll;
    }
    #mobile-nav .search-container{
        margin-top: 15px;
    }
    #mobile-nav>ul {
    	margin: 0;
    	padding: 0;
    }
    #mobile-nav>ul>li {
    	padding: 0;
    	margin: 0;
    	list-style-type: none;
    	position: relative;
    }
    #mobile-nav>ul>li.parent {
    	padding-left: 25px;
    	border-bottom: 1px solid #cfcfcf;
    	cursor: pointer;
    }
    #mobile-nav>ul>li.parent>a {
    	font-weight: bold;
    	font-size: 16px;
    	line-height: 24px;
    	color: #54575a;
    	padding: 20px 0;
    	display: block;
    }
    #mobile-nav>ul>li.parent>a:after {
    	content: 'VIEW ALL';
    	position: absolute;
    	font-weight: normal;
    	right: 0;
    }
    #mobile-nav>ul>li.parent:before {
    	font-family: "Font Awesome 5 Pro";
    	content: '\f067';
    	position: absolute;
    	color: #ff8400;
    	left: 0;
    	top: 21px;
    }
    #mobile-nav>ul>li.parent.active:before {
    	content: '\f068';
    }
    #mobile-nav>ul>li.parent.active>ul {
    	display: block;
    }
    #mobile-nav>ul>li>a {
    	color: #54575a;
    	padding: 10px 0;
    	display: block;
    }
    #mobile-nav>ul>li>ul {
    	display: none;
    	margin: -15px 0 0 0;
    	padding: 0 0 15px 0;
    }
    #mobile-nav>ul>li>ul li {
    	margin: 0;
    	padding: 0;
    	list-style-type: none;
    	display: inline-block;
    	width: 49.5%;
    	vertical-align: top;
    }
    #mobile-nav>ul>li>ul li a {
    	color: #54575a;
    	font-size: 14px;
    	padding: 12px 0 12px 0;
    	display: block;
    }
    #mobile-nav>ul>li>ul li ul {
    	display: none;
    }
    #mobile-nav #mlink_3620:before,
    #mobile-nav #mlink_15:before,
    #mobile-nav #mlink_16:before,
    #mobile-nav #mlink_3620 ul,
    #mobile-nav #mlink_15 ul,
    #mobile-nav #mlink_16 ul {
    	display: none;
    }
    #mobile-nav #mlink_42>ul>li>a {
    	font-weight: bold;
    }
    #mobile-nav #mlink_42>ul>li>ul {
    	display: block;
    	padding-left: 15px;
    }
    #mobile-nav #mlink_42>ul>li>ul>li{
        width: 100%;  
    }
    #mobile-nav #mlink_42>ul>li>ul>li>a{
        padding: 5px 0;
    }
    #mobile-nav.active {
    	transform: translateX(0);
    }
    #home-banner {
    	margin-top: 95px;
    	height: auto !important;
    }
    #home-banner .caption {
    	margin-top: 40px;
    	padding-right: 40px;
    	min-height: 517px;
    }
    #home-banner .title,
    #home-banner .subtitle {
    	font-size: 34px;
    	line-height: 40px;
    }
    #home-banner .image-container {
    	left: 0;
    	right: auto;
    	width: 50.3%;
    }
    #home-banner .flex-control-nav {
    	display: none;
    }
    #product-finder-tab {
    	display: none;
    }
    .forms .form-group {
    	clear: none;
    }
    .forms .form-group.full{
        clear: both;
    }
    .product-finder .options {
    	width: 100%;
    }
    .product-finder form input[type="text"] {
    	margin-left: 0;
    	margin-right: 0;
    	width: 86%;
    }
    .product-finder form .search-icon {
    	left: 86%;
    }
    .product-finder form input[type="submit"] {
    	max-width: none;
    	margin-left: 0;
    	margin-right: 0;
    	width: 12%;
    	float: right;
    }
    .product-finder .note {
    	width: 100%;
    	left: 0;
    	right: 0;
    	text-align: center;
    	margin-top: 20px;
    }
    .buckets.default.slick-slider{
        margin-left: 20px;
    }
    .buckets.default.slick-slider .slick-next{
        right:0;
    }
    .buckets.default .bucket {
    	margin-right: 1%;
    	width: 49%;
    	margin-bottom: 15px;
    	height: 150px;
    }
    .buckets.default .bucket h3 {
    	border-color: #ff8400;
    	font-size: 20px;
    	line-height: 23px;
    	margin-bottom: 3px;
    }
    .buckets.default .bucket .caption {
    	width: 90%;
    	padding: 15px 12px;
    }
    .buckets.default .bucket .caption-bg {
    	opacity: 1;
    	border: 1px solid #ff8400;
    }
    .buckets.default .bucket:last-child {
    	margin-bottom: 0;
    }
    .buckets.default.four-cols .bucket {
    	width: 32%;
    }
    .buckets.mini .bucket img {
    	max-width: none;
    	width: auto;
    }
    .buckets.mini .bucket .content {
    	width: 75%;
    	margin-left: 25%;
    	padding-right: 10px;
    }
    .buckets.mini .bucket .content a {
    	border-bottom: 1px solid #ff8400;
    	padding-bottom: 5px;
    	margin-bottom: 5px;
    	padding-right: 20px;
    	display: inline-block;
    }
    .buckets.mini .bucket:hover a {
    	text-decoration: none;
    }
    .buckets.mini .bucket .image-container {
    	margin-right: 0;
    	max-width: 22%;
    }
    .buckets.mini.three-cols .bucket {
    	width: 49%;
    }
    .buckets.mini.four-cols .bucket {
    	width: 32%;
    }
    .buckets.buttoned {
    	margin-bottom: -15px;
    }
    .buckets.buttoned img {
    	padding: 25px;
    }
    .buckets.buttoned.four-cols .bucket {
    	width: 33%;
    	margin-bottom: 15px;
    }
    .buckets.story .bucket{
        margin: 1%;
    }
    .buckets.story .bucket:first-child{
        margin-left: -1%;
    }
    .image-text-block{
        width: 50% !important;
    }
    .image-text-block.image-text-row{
        width: 100% !important;
    }
    #inner-banner {
    	margin-top: 95px;
    	border-bottom: 1px solid #cfcfcf;
    }
    #inner-banner .constrain {
    	margin-top: 0;
    	border-bottom: 0;
    	border-top: 0;
    }
    #inner-banner .h1,
    #inner-banner h1 {
    	width: 60%;
    	font-size: 34px;
    	line-height: 44px;
    }
    #inner-banner .image-container {
    	width: 40%;
    }
    #inner-banner.no-image .h1,
    #inner-banner.no-image h1 {
    	width: 100%;
    	margin-top: 50px !important;
    }
    #inner-banner.no-image:after {
    	display: none;
    }
    .block-qc {
    	overflow: hidden;
    	padding-bottom: 0;
    }
    .block-qc .forms .form-group {
    	clear: none;
    }
    .block-qc .w25 {
    	width: 25% !important;
    	float: left !important;
    }
    .block-qc .w75 {
    	width: 75% !important;
    	float: left !important;
    }
    .block-qc .h2 {
    	line-height: 24px;
    	font-size: 19px;
    }
    .block-qc .h2 br {
    	display: none;
    }
    .block-qc .image-container {
    	margin-top: -135px;
    	right: 15px;
    }
    .gallery .img-wrapper p {
    	line-height: 18px;
    }
    .gallery.videoslider .flex-control-nav {
    	bottom: 0;
    }
    .video-block .video {
    	max-height: 200px;
    }
    .resources.isotope-items .article,
    .articles.isotope-items .article,
    .buckets.default .article,
    .resources.isotope-items .bucket,
    .articles.isotope-items .bucket,
    .buckets.default .bucket {
    	width: 33%;
    }
    .buckets.default.two-cols .bucket {
    	width: 49%;
    }
    #sidebar-left {
    	display: none;
    }
    #content-middle {
    	width: 70%;
    	padding-left: 0;
    }
    #sidebar-right {
    	width: 30%;
    }
    #article-info {
    	padding-top: 60px;
    }
    #resource h1 {
    	margin-top: 60px;
    	margin-bottom: -30px;
    }
    #region-drawer {
    	display: none;
    }
    #quick-navigation-drawer {
    	display: none;
    }
    #suppliers{
        width: 100.6%;
    }
    #suppliers.grid-small .isotope-item {
    	width: 23.8%;
    	margin: 0 0.6%;
    	margin-bottom: 12px;
    }
    #suppliers.grid-large .isotope-item {
    	width: 48.5%;
    	margin-right: 1.5%;
    }
    #suppliers .isotope-item-expanded .info-right{
        padding-top: 18px;
    }
    #suppliers .isotope-item-expanded .info-right .button {
    	width: 48% !important;
    	margin-right: 15px;
    }
    #chemical-types .isotope-item {
    	width: 31.3%;
    }
    #chemical-types .isotope-item .info-top {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    #chemical-types .isotope-item p {
    	line-height: 18px;
    }
    #main-content #facet-search-main {
    	margin-top: 3px;
    	padding-top: 16px;
    }
    #main-content #facet-search-main .button {
    	margin: 0 10px 0 0;
    }
    #main-content #facet-search-main .search-selected {
    	margin-bottom: 0;
    }
    #main-content #facet-search-main .responsive-table {
    	padding-top: 35px;
    	display: block;
    }
    #main-content #facet-search-main .clear-selected {
    	padding: 0;
    	position: absolute;
    	top: 76px;
    	background-color: transparent;
    	font-size: 12px;
    	letter-spacing: 0.5px;
    	border: 0;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    	opacity: 1;
    }
    #main-content #facet-search-main .clear-selected.inactive {
    	opacity: 0;
    }
    #main-content #facet-search-main .has-accent {
    	display: none;
    }
    #main-content #facet-search-main .region-buttons {
    	margin-bottom: 16px;
    }
    #main-content #facet-search-main .dataTables_info {
    	top: 117px;
    	left: 0;
    	right: 0;
    	text-align: center;
    }
    #main-content #facet-search-form #filter-option-supplier,
    #main-content #facet-search-form #filter-option-material_type {
    	max-height: 230px;
    }
    #main-content #facet-search-form #filter-option-supplier label,
    #main-content #facet-search-form #filter-option-material_type label {
    	min-height: 30px;
    }
    #main-content #facet-search-form {
    	margin-bottom: 5px;
    }
    #main-content #filters .filter-container {
    	width: 48%;
    	display: inline-block;
    	vertical-align: top;
    	margin-right: 15px;
    	margin-bottom: 10px;
    	height: 120px;
    }
    #main-content #facet-search-form .search-container {
    	position: relative;
    	width: 100%;
    	max-width: 700px;
    	margin-bottom: 0;
    	padding-left: 0;
    }
    #facet-search-form .reset-container {
    	display: none;
    }
    form.multipage .form-pages {
    	padding-bottom: 53px;
    }
    .dataTables_paginate .paginate_button {
    	padding: 5px 15px;
    }
    .responsive-table .clear-selected,
    .responsive-table .request-selected {
    	margin-right: 15px;
    }
    .responsive-table .request-selected {
    	left: 30px;
    }
    .responsive-table .clear-selected {
    	left: 218px;
    }
    #locations {
    	margin-right: -15px;
    }
    #locations .location .middle .title {
    	font-size: 15px;
    }
    #locations .location .bottom .location-trigger {
    	font-size: 11px;
    	padding-left: 8px;
    	padding-right: 8px;
    	margin-left: 0;
    	margin-right: 0;
    }
    #locations.open {
    	margin-right: 0;
    }
    #locations .accordion ul li ul {
    	padding-left: 0;
    }
    #locations .accordion-drawer{
        width: 59%;
        padding-left: 8px;
    }
    #cookie-policy p {
    	width: 60%;
    }
    #news-events .feed.active {
    	padding: 0 15px;
    	margin: 0 auto;
    }
    #connect {
    	border-top: 0;
    }
    #connect .w25 {
    	width: 50%;
    	float: left;
    }
    #connect .w25+.w25 {
    	padding-left: 10px;
    }
    #connect .heading {
    	margin-top: 24px;
    }
    #connect .w25:first-child .has-diagonal {
    	right: auto;
    	left: -16px;
    	overflow: hidden;
    	position: relative;
    	height: 200px;
    	width: 100%;
    	margin-top: 0;
    }
    #connect .w25:first-child .has-diagonal:after {
    	display: none;
    }
    .social-media-latest {
    	width: 48%;
    	float: left;
    	margin: 100px 1% 0 1%;
    	margin-top: 50px !important;
    	padding: 15px;
    	border-radius: 5px;
    }
    .social-media-latest .thumb {
    	width: 100%;
    	margin-bottom: 16px;
    }
    .social-media-latest .thumb .image-container,
    .social-media-latest .thumb iframe {
    	height: 200px;
    }
    .social-media-latest .desc {
    	width: 100%;
    	padding: 0 0 30px 0;
    }
    .social-media-latest .link {
    	position: absolute;
    	bottom: 20px;
    }
    .resources-search{
        margin-top: 0;
    }
    .resources-search .form-group{
        width: 48%;
        padding:0;
    }
    .technical-labels{
        left:0;
        width: 100%;
    }
    .technical-labels + .technical-labels{
        display: none;
    }
    .technical-library{
        margin: -25px 0 -60px 0;
    }
    .technical-library .isotope-items:after{
        display: none;
    }
    .technical-library .resource{
        width: 100%;
    }
    .technical-library .resource-inner{
        width: 100%;
        padding: 15px;
    }
    .technical-library .resource .extension i{
        font-size: 16px;
    }
    .formulation-finder{
    	bottom: 30px;
	}
	.formulation-finder form .search-icon:after{
    	right: 30px;
	}
	#formulation #facet-search-form{
    	margin-top: -30px;
	}
	#formulation .filter-toggle{
    	margin-bottom: 15px;
	}
	#formulation .filter-toggle + .w25{
    	display: none;
	}
	#formulation .filter-toggle.active + .w25{
    	display:block;
    	margin-top: 15px;
	} 
	#samplekit-products .table{
    	width: 100% !important;
	}
    body#id-1 .block2 .content-block {
    	margin-bottom: 0;
    }
    body#id-1 .block2 .w40 {
    	padding-right: 0 !important;
    }
    body#id-1 .block2:after {
    	display: none;
    }
    body#id-1 .block2 .button {
    	margin: 30px 0 35px 0;
    }
    body#id-1 .block3 {
    	padding-top: 0;
    }
    body#id-1 .buckets.default {
    	margin-bottom: 30px;
    	white-space: normal;
    }
    body#id-1 .buckets.default .bucket {
    	width: 47%;
    	margin: 0 1.5% 15px 1.5%;
    	height: 200px;
    }
    body#id-1 .buckets.default .bucket:first-child {
    	margin-left: 1.5%;
    }
    body#id-1 .buckets.default .bucket:hover {
    	width: 47%;
    }
    body#id-27 #inner-banner {
    	padding-bottom: 80px;
    }
    #id-3544 #samplekit {
    height: auto;
    }
    /*Manny*/
    #id-3544 #box-closed,
    #id-3544 #box-title,
    #id-3544 #box-foreground,
    #id-3544 #box-stage>img {
        display: none;
    }
    #id-3544 #box-stage {
        display: block;
        padding-bottom: 0;
    }
    #id-3544 #box-stage .scroll {
        display: block;
        margin-bottom: 20px;
    }
    #id-3544 #bottles {
        position: relative;
        margin: 0 40px;
        bottom: 0;
    }
    #id-3544 #bottles .bottle {
        pointer-events: none;
        height: 205px;
        text-align: center;
        opacity: 0;
        margin: 0 auto;
    }
    #id-3544 #bottles .bottle.slick-slide {
        opacity: 1;
    }
    #id-3544 #bottles .bottle .image {
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #id-3544 #box-stage #bottles {
        bottom: 0px;
    }
    #id-3544 #bottles .slick-track .bottle.pump-lotion > .image .title{
        margin-top: 40px;
    }
    #id-3544 #bottles .slick-prev,
    #id-3544 #bottles .slick-next {
        width: 50px;
        height: 50px;
    }
    #id-3544 #samples .sample {
        opacity: 0;
        max-height: none;
    }
    #id-3544 #samples .sample.slick-active {
        opacity: 1;
    }
    #id-3544 #samples .w33 {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    #id-3544 #samples .w66 {
        width: 100%;
    }
    .salesforce #header-bottom .constrain{
        margin-top: -10px;
    }
	.salesforce .salesforce-logo{
	    margin-top: 0;
	    left: 200px;
	}
	.salesforce .salesforce-market{
	    margin-top: 8px;
	}
	.block-qc .form-group {
	    left: 0%;
	}
	.block-qc .form-group {
	    position: relative;
	    left: 0%;
	}

}
@media (max-width: 1050px) {
    #home-banner .image-container img[src*="markets_bg.jpg"]{
        left: -500px;
    }
    #home-banner .image-container img[src*="sutain-banner.jpg"]{
        left: -250px;
    }
    #home-banner .image-container img[src*="banner-option-0207.jpg"]{
        left: -130px;
    }
    #home-banner .image-container img[src*="banner-0205.jpg"]{
        left: -90px;
    }
	#plastics_wrapper {
		margin-top: 110px;
	}
	#plastics-search .search-selected {
		left: 0;
		text-align: center;
	}
	#plastics-search .search-selected .button {
		margin-left: 10px;
	}
	
	#id-3729 .egg-replacement img {
	    max-height: 730px;
	    top: -30%;
	}
}
@media (max-width: 950px) {
	#plastics-search label {
		font-size: 12px;
	}
	#plastics-search .clear-selected {
		padding: 0;
		position: absolute;
		right: 0;
		bottom: -53px;
		background-color: transparent;
		font-size: 12px;
		letter-spacing: 0.5px;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 1;
	}
	#plastics-search .clear-selected.inactive {
		color: white;
		opacity: 0;
	}
	.resources .article {
		width: 48% !important;
		float: left;
	}
	.resources .article:nth-child(2n+1) {
		clear: left;
	}
	#application .form-group {
		width: 100%;
	}
	#application .file-group {
		margin-left: 0;
	}
	#box-closed img {
		height: 169px;
	}
	#box-stage>img {
		height: 341px;
	}
	#box-foreground img {
		height: 55px;
	}
	#box-title .h1{
    	letter-spacing: 1px;
	}
	#bottles .bottle {
		padding: 0 5px;
	}
	#id-3565 #bottles .bottle{
    	padding: 0 1px;
	}
	#samples .w33 {
		width: 50%;
		float: left;
		padding-right: 40px;
	}
	#samples .w66 {
		width: 50%;
		float: left;
	}
	#samples h2:first-child {
		margin-top: 0;
	}
	#rotating-banner .image-container img{
    	width: auto;
    	min-width: 100%;
    	min-height:  0;
    	max-height: none;
    	max-width: none;
    	position: absolute;
        top:0 !important;
        right:0 !important;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform:  none;
        transform:  none;
        max-width: 767px !important;
	}
	#rotating-banner .caption{
    	margin-top: 15px;
	}
	.formulation-finder{
    	position: relative;
    	bottom: auto;
    	margin: 90px auto 0 auto;
    	width: 100%;
	}
	#formulation .w75{
    	padding-right: 0;
    	padding-left: 15px;
	}
	#cookie-policy p {
		width: 50%;
	}
	#footer-middle .column-2{
	    padding-left: 35px;
	}
	#footer .column-4 .iso .title {
		font-size: 14px;
		white-space: nowrap;
	}
	#footer .column-4 .iso .image-container {
		width: 100px;
	}
}
@media (max-width: 767px) {
    #emergency h4 {
    margin-bottom: 2px;
    text-align: center;
}

#emergency p{
    width:100% !Important;
}

#emergency a{
    bottom:0;
    float:none;
    text-align:center;
    display: block;
}
    #emergency{
        top: auto !important;
    }
    
    #id-1 #header-top{
        top:auto !important;
    }
    
    #id-1 #header-bottom{
        top:auto !Important;
    }
    
	body {
		padding-top: 95px;
	}
	.h1,
	h1 {
		font-size: 1.6em;
	}
	h2,
	.h2 {
		line-height: 32px;
		margin-bottom: 8px;
	}
	h2:first-child,
	.h2:first-child,
	.block1 h1:first-child {
		margin-top: 0;
	}
	.richtext table td {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.richtext table td:first-child {
		margin-bottom: 15px;
	}
	.m50 .w33,
	.m50 .w40,
	.m50 .w60,
	.m50 .w66 {
		width: 50% !important;
	}
	.m100 .w25,
	.m100 .w33,
	.m100 .w40,
	.m100 .w50,
	.m100 .w60,
	.m100 .w66,
	.m100 .w75,
	.t50 .constrain>.w25,
	.t50 .constrain>.w75 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.m100 .w25:first-child,
	.m100 .w33:first-child,
	.m100 .w40:first-child,
	.m100 .w50:first-child,
	.m100 .w60:first-child,
	.m100 .w66:first-child,
	.m100 .w75:first-child {
		margin-bottom: 0;
	}
	.m100 .w25:first-child .gallery,
	.m100 .w33:first-child .gallery,
	.m100 .w40:first-child .gallery,
	.m100 .w50:first-child .gallery,
	.m100 .w60:first-child .gallery,
	.m100 .w66:first-child .gallery,
	.m100 .w75:first-child .gallery {
		margin-bottom: 10px;
	}
	.m100 .w25.swapped,
	.m100 .w33.swapped,
	.m100 .w40.swapped,
	.m100 .w50.swapped,
	.m100 .w60.swapped,
	.m100 .w66.swapped,
	.m100 .w75.swapped {
		margin-top: 30px !important;
	}
	.content-block .constrain .w25:first-child,
	.content-block .constrain .w33:first-child,
	.content-block .constrain .w40:first-child,
	.content-block .constrain .w50:first-child,
	.content-block .constrain .w50:last-child,
	.content-block .constrain .w60:last-child,
	.content-block .constrain .w66:last-child,
	.content-block .constrain .w75:last-child {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.content-block .constrain .w25:last-child,
	.content-block .constrain .w33:last-child,
	.content-block .constrain .w40:last-child,
	.content-block .constrain .w50:last-child,
	.content-block .constrain .w60:last-child,
	.content-block .constrain .w66:last-child,
	.content-block .constrain .w75:last-child {
		margin-top: 30px;
	}
	.content-block .constrain .w33.swapped,
	.content-block .constrain .w40.swapped,
	.content-block .constrain .w50.swapped,
	.content-block .constrain .w60.swapped,
	.content-block .constrain .w66.swapped,
	.content-block .constrain .w75.swapped {
		margin-top: 10px;
	}
	.content-block.three-col .w33 {
		padding-bottom: 30px !important;
	}
	.content-block.three-col .w33:last-of-type {
		padding-bottom: 0 !important;
	}
	.content-block.three-col .w33+.w33 {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.four-col .column.m100{
    	width: 100% !important;
	}
	.four-col .column.m100{
    	padding: 15px;
	}
	.four-col .column.m100:last-child{
    	padding-bottom:0;
	}
	.four-col .column.m100 .image-single{
    	text-align: center;
	}
	.content-block .white-bg .content-block,
	.content-block .gray-bg .content-block {
		padding: 15px;
	}
	.richtext+.button {
		margin-top: 15px;
	}
	.button+hr {
		margin-top: 40px;
	}
	hr+.heading {
		margin-top: 30px;
	}
	hr+.richtext {
		margin-top: 30px;
	}
	.forms .form-group {
		width: 100%;
		float: none;
		margin-right: 0;
		clear: both;
	}
	.forms .form-group .radios {
		margin-left: 22px;
	}
	.forms .form-group .checkboxes {
		margin-left: 21px;
	}
	.forms .form-group.w66 {
		width: 100%;
	}
	.image-bg {
		background-position: center bottom !important;
	}
	.block .has-diagonal {
		max-height: 200px;
		overflow: hidden;
		width: 100%;
		left: 0;
		position: relative;
	}
	.block .has-diagonal width: img {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.block .has-diagonal:after {
		display: none;
	}
	.content-block .content-block .constrain>div {
		padding-bottom: 0;
	}
	.block .block .w33:last-child {
		margin-bottom: 0;
		margin-top: 0;
	}
	.richtext.columnlist>ul,
	.richtext.columnlist2>ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.heading+.button.right {
		margin-top: -75px;
		right: 15px;
	}
	.block .constrain>div:nth-child(1) .has-diagonal:first-child,
	.block .constrain>div:nth-child(2) .has-diagonal:first-child,
	.block .constrain>div:nth-child(3) .has-diagonal:first-child {
		margin-top: 0;
	}
	.block .constrain>div:nth-child(1) .has-diagonal:first-child img,
	.block .constrain>div:nth-child(2) .has-diagonal:first-child img,
	.block .constrain>div:nth-child(3) .has-diagonal:first-child img {
		left: 0;
		top: 50%;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		height: auto;
	}
	.no-bg h2.heading:first-child,
	.no-bg .h2.heading:first-child {
		margin-top: -10px;
	}
	.no-bg h2.heading.has-accent:first-child, 
	.no-bg .h2.heading.has-accent:first-child{
    	margin-top: 30px;
	}
	.block-qc p {
		max-width: 100%;
	}
	.block .richtext ul li{
	    padding-left: 0;
	}
	#mobile-nav {
		width: 100%;
	}
	#home-banner {
		height: auto;
		background-color: white;
		margin-top: 0;
	}
	#home-banner .slides li {
		background: none !important;
		height: auto;
	}
	#home-banner .slides li .image-container {
		height: 170px;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	#home-banner .slides li .image-container:after {
		display: none;
	}
	#home-banner .slides li .image-container img {
		width: 100%;
		height: auto;
		right: 0;
		/*left: auto;*/
		top: -9%;
		position: absolute;
		max-width: none;
	}
	#home-banner .slides li .caption {
		width: 100%;
		padding: 0 16px;
		min-height: auto;
	}
	#home-banner .slides li .caption:after {
		display: none;
	}
	#home-banner .slides li .caption .title {
		width: 100%;
		max-width: 100%;
		padding: 30px 0 6px 0;
		margin-top: -10px;
	}
	#home-banner .slides li .caption .title:after {
		top: 0;
	}
	#home-banner .slides li .caption p {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	#home-banner .slides li .caption a.learnmore {
		margin-left: 0;
		margin-top: 15px;
	}
	#home-banner .flex-direction-nav {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: -75px;
	}
	#home-banner .flex-direction-nav li {
		display: inline-block;
	}
	#home-banner .flex-direction-nav:after {
		content: '';
		border-bottom: 1px solid #cfcfcf;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		margin-top: 18px;
	}
	#home-banner .flex-direction-nav a.flex-prev,
	#home-banner .flex-direction-nav a.flex-next {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		margin: 0 5px;
	}
	#product-finder-tab {
		display: none;
	}
	.product-finder {
		margin-bottom: 15px;
	}
	.product-finder .options .button {
		width: 48%;
	}
	.product-finder form input[type="text"] {
		width: 72%;
	}
	.product-finder form .search-icon {
		left: 72%;
	}
	.product-finder form input[type="submit"] {
		width: 25%;
	}
	.product-finder-tabs .h2{
    	width: 48% !important;
    	font-size: 14px;
	}
	.buckets.mini .bucket {
		margin-bottom: 5px;
	}
	.buckets.mini .bucket:nth-child(2n+1) {
		padding-right: 10px;
	}
	.buckets.mini .bucket:nth-child(2n+2) {
		padding-left: 10px;
	}
	.buckets.mini .bucket .image-container {
		max-width: none;
		width: 100%;
		height: 82px;
	}
	.buckets.mini .bucket .image-container img {
		border-bottom: 0;
		width: auto;
		height: auto;
		min-height: 100%;
		min-width: 100%;
	}
	.buckets.mini .bucket .content {
		margin-left: 0;
		width: 100%;
		padding-right: 0;
	}
	.buckets.mini .bucket .content a {
		border-bottom: 0;
		padding-right: 0;
		margin-top: 10px;
		font-size: 15px;
	}
	.buckets.mini .bucket .content a:after {
		display: none;
	}
	.buckets.mini p {
		display: none;
	}
	.buckets.default{
	    margin-left: -9px;
	}
	.buckets.default .bucket {
		width: 47% !important;
		display: inline-block;
		max-width: 376px;
		margin: 0 1.5% 15px 1.5%;
	}
	.buckets.default .bucket:last-child {
		margin-bottom: 0;
	}
	.buckets.default .bucket h3 {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.buckets.default.slick-slider{
    	margin-left:0;
	}
	.buckets.default.slick-slider .bucket{
    	width: 300px !important;
    	max-width: none;
    	margin: 0 15px 15px 0;
    	display: block;
	}
	.buckets.default.slick-slider:after{
    	content:'';
    	position: absolute;
    	right:0;
    	top:0;
    	height: 100%;
    	width: 100px;
    	z-index: 2;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	.buckets.default.slick-slider .slick-next{
    	z-index: 9;
	}
	.buckets.default.slick-slider .slick-prev{
    	display: none;
	}
	.buckets.default.three-cols{
    	margin-left: -1.5%;
    	margin-right: -1.5%;
	}
	.buckets.default.three-cols .bucket{
    	margin: 0 1.5% 15px 1.5%;
	}
	.buckets.buttoned.four-cols .bucket {
		width: 49%;
	}
	.buckets.story{
    	white-space: normal;
    	display:flex;
    	flex-wrap:wrap;
    	justify-content: space-between;
    	margin-bottom: 0;
	}
	.buckets.story .bucket{
    	width: 49% !important;
    	margin: 0 0 10px 0 !important;
    	height: 250px;
	}
	.buckets.story .bucket h3{
    	margin: 0;
	}
	.buckets.story .bucket p{
    	display:block;
	}
	.image-text-block{
        width: 100% !important;
    }
    .image-text-row {
        margin-bottom: 35px !important;
    }
    .image-text-row .image{
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .image-text-row .content{
        width: 100% !important;
    }
	#connect .content-block {
		padding-top: 0;
	}
	#connect .w25 {
		width: 100%;
		float: none;
	}
	#connect .w25:first-child .has-diagonal {
		left: -5%;
		width: 110%;
	}
	#connect .w25+.w25 {
		margin-top: 50px;
		padding-left: 0;
		padding-bottom: 20px;
	}
	#connect .w50 {
		margin-top: 0;
	}
	.social-media-latest {
		width: 100%;
		float: none;
		margin: 0 0 15px 0 !important;
		position: relative;
	}
	#inner-banner {
		margin-top: 0;
		margin-bottom: -15px;
		border-bottom: 0;
	}
	#inner-banner .constrain {
		padding-bottom: 0;
	}
	#inner-banner .crumb-container {
		display: none;
	}
	#inner-banner .back {
		display: block;
		color: #54575a;
		font-size: 12px;
		padding-top: 20px;
	}
	#inner-banner .image-container {
		height: 90px;
	}
	#inner-banner .image-container img {
		height: 100%;
		width: auto;
		min-width: auto;
		right: 0;
	}
	#inner-banner .h1,
	#inner-banner h1 {
		margin-top: 90px !important;
		width: 100%;
		max-width: 100% !important;
		font-size: 28px;
		line-height: 40px;
	}
	#inner-banner .h1 br,
	#inner-banner h1 br {
		display: none;
	}
	#inner-banner:after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #cfcfcf;
		top: 90px;
		position: absolute;
	}
	.block-qc .content-block {
		padding: 0;
	}
	.block-qc .w25 {
		width: 100% !important;
		float: none;
		padding: 20px 15px 30px 15px !important;
		background-color: #e57600;
	}
	.block-qc .w75 {
		width: 100% !important;
		float: none;
		padding: 15px 15px 40px 15px !important;
	}
	.block-qc .w66 {
		margin-top: 0 !important;
	}
	.block-qc .image-container {
		display: none;
	}
	.info-box {
		margin-bottom: 15px;
		width: 100%;
	}
	.resources .resource{
        width: 100% !important;
	}
	#resource h1 {
		margin-top: 65px;
	}
	#resource .downloads a {
		width: 100%;
		max-width: 100%;
	}
	.technical-library .button{
    	padding-left: 5px;
    	padding-right: 5px;
    	font-size: 12px;
	}
    .articles .article {
     width: 100%; 
    }
	.articles-search .form-group {
		width: 100% !important;
		padding: 0 !important;
		display: block;
	}
	.articles-search .articles-terms {
		margin-bottom: 30px;
	}
	.articles.isotope-items .article,
	.resources.isotope-items .article,
	.buckets.default .article,
	.articles.isotope-items .bucket,
	.resources.isotope-items .bucket {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.articles.isotope-items .article a,
	.resources.isotope-items .article a,
	.buckets.default .article a,
	.articles.isotope-items .bucket a,
	.resources.isotope-items .bucket a {
		display: block;
	}
	.articles.isotope-items .article a:first-child,
	.resources.isotope-items .article a:first-child,
	.articles.isotope-items .bucket a:first-child,
	.resources.isotope-items .bucket a:first-child {
		position: relative;
		height: 180px;
		overflow: hidden;
	}
	.articles.isotope-items .article img,
	.resources.isotope-items .article img,
	.articles.isotope-items .bucket img,
	.resources.isotope-items .bucket img {
		width: 100%;
		top: 50%;
		position: relative;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.articles.isotope-items .article:last-child,
	.resources.isotope-items .article:last-child,
	.articles.isotope-items .bucket:last-child,
	.resources.isotope-items .bucket:last-child {
		margin-bottom: 10px;
	}
	#article-info {
		padding-top: 65px;
	}
	.buckets.default {
		overflow: hidden;
		margin-left: 0;
	}
	.buckets.default.two-cols .bucket,
	.buckets.default.three-cols .bucket {
		width: 100%;
	}
	.resources.isotope-items .article {
		width: 100% !important;
		max-width: 370px;
		margin: 0 auto 20px auto;
		right: 0;
		height: auto !important;
	}
	.resources.isotope-items .article p {
		margin-bottom: 0;
	}
	.resources.isotope-items .article a.readmore {
		position: relative;
		margin-top: 5px;
	}
	.resources {
		margin: 0 auto;
		text-align: center;
	}
	.resources .resource {
		width: 100% !important;
		display: inline-block;
		height: auto;
		float: none;
		text-align: left;
	}
	.resources .resource:nth-child(2n+1) {
		clear: left;
	}
	.resources-search label{
    	font-size: 12px;
	}
	#resource h1 {
		margin-top: 65px;
	}
	#resource .downloads a {
		width: 100%;
		max-width: 100%;
	}
	#sidebar-right-toggle {
		display: block;
		width: 100%;
		text-align: center;
		border: 1px solid #54575a;
		cursor: pointer;
		margin-bottom: 20px;
	}
	#sidebar-right-toggle:after {
		font-family: "Font Awesome 5 Pro";
		content: '\f103';
		font-weight: 200;
		margin-left: 10px;
	}
	#sidebar-right-toggle.active:after {
		content: '';
	}
	#sidebar-right {
		width: 100%;
		padding: 0 0 24px 0;
		overflow: hidden;
	}
	#sidebar-right .sidebar {
		max-height: 0;
		overflow: hidden;
		transition: all 0.75s ease;
	}
	#sidebar-right.active .sidebar {
		max-height: 2000px;
	}
	#content-middle {
		width: 100%;
		padding-right: 0;
	}
	.gallery.videoslider {
		margin-bottom: 30px;
	}
	.gallery.videoslider .video-block,
	.gallery.videoslider .desc {
		width: 100%;
		float: none;
		position: static;
	}
	.gallery.videoslider .video-block h2,
	.gallery.videoslider .desc h2,
	.gallery.videoslider .video-block .h2,
	.gallery.videoslider .desc .h2 {
		margin-top: 0 !important;
	}
	.gallery.videoslider .desc {
		margin-top: 20px;
	}
	.gallery.videoslider .flex-control-nav {
		width: 100%;
		bottom: -37px;
	}
	#suppliers{
	    margin-left: -5px;
	}
	#suppliers .isotope-item.active{
	    margin-bottom: 300px !important;
	}
	#suppliers.grid-small .isotope-item {
		width: 48%;
		margin: 0 1% 15px 1%;
	}
	#suppliers.grid-large .isotope-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#suppliers.grid-large .isotope-item .isotope-item-info .info-right {
		width: 72%;
	}
	#suppliers .isotope-item-expanded {
		padding: 0;
		width: 97.5%;
		margin-left: 1%;
		height: 260px;
	}
	#suppliers .isotope-item-expanded .info-left {
		display: none;
	}
	#suppliers .isotope-item-expanded .info-right {
		width: 100%;
		padding: 15px;
		left:0;
	}
	#suppliers .isotope-item-expanded .info-right:before{
	    display: none;
	}
	#suppliers .isotope-item-expanded .info-right .title {
		font-size: 20px;
	}
	#suppliers .isotope-item-expanded .info-right p {
		margin-bottom: 0;
	}
	#suppliers .isotope-item-expanded .info-right .button {
		width: 100% !important;
		margin-right: 0;
	}
	#chemical-types .isotope-item-expanded .close{
	    right:0;
	}
	#suppliers-search #suppliers-search-form {
		width: 100%;
		display: block;
		margin: 15px 0;
	}
	#suppliers-search form {
		width: 100%;
		display: block;
	}
	#suppliers-search form .form-group {
		padding-left: 0;
		width: 100%;
		display: block;
		padding-top: 0;
	}
	#suppliers-search hr {
		margin-bottom: 0;
	}
	#suppliers-search .search-terms {
		margin-bottom: 10px;
		position: static;
	}
	#suppliers-search .search-terms .term {
		margin-bottom: 5px;
	}
	#suppliers-search .search-terms .clear-search-terms {
		top: auto;
		right: 0;
		margin-top: 10px;
	}
	#suppliers-search .search-selected {
		position: static;
		margin-bottom: 11px;
	}
	#suppliers-search .search-selected .request-selected {
		width: 100%;
		display: block;
		margin: 0 0 15px 0;
		text-align: center;
	}
	#suppliers-search .search-selected .request-selected:last-child,
	#suppliers-search .search-selected .request-selected:nth-child(3) {
		margin-bottom: 0;
	}
	.expert-tab {
		display: none;
	}
	#chemical-types {
		padding-top: 20px;
	}
	#chemical-types .isotope-item {
		width: 100%;
		height: 210px;
		margin-bottom: 15px;
	}
	#chemical-types .isotope-item .info-top {
		padding-left: 30px;
		padding-right: 15px;
	}
	#chemical-types .isotope-item p {
		line-height: 22px;
	}
	#chemical-types .isotope-item .image-container {
		height: 84px;
		width: 119px;
		text-align: left;
	}
	#chemical-types .isotope-item .image-container img{
	    width: 99%;
	}
	#chemical-types .isotope-item .image-container .overlay {
		height: 84px;
		width: 120px;
		top: -9px;
	}
	#chemical-types .isotope-item-expanded {
		margin-top: 230px;
		width: 100%;
	}
	#chemical-types .isotope-item-expanded .info-left {
		display: none;
	}
	#chemical-types .isotope-item-expanded .info-right {
		padding-left: 15px;
		left: 0;
		width: 100%;
		padding-top: 14px;
	}
	#chemical-types .isotope-item-expanded .info-right:before {
		display: none;
	}
	#chemical-types .isotope-item-expanded .info-right .button{
	    margin-top: 0;
	}
	#chemical-types-search {
		margin-top: -15px;
	}
	#main-content #facet-search-main .button {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#main-content #facet-search-main .dataTables_info {
		top: 0;
	}
	#main-content #facet-search-main .clear-selected {
		text-align: right;
		top: 174px;
	}
	#main-content #facet-search-main .responsive-table{
	    border-right: 0;
	}
	#facet-search-form #filters {
		max-width: 100%;
	}
	#main-content #facet-search-form .filter-container {
		width: 100%;
		display: block;
		margin: 0 0 15px 0;
	}
	#main-content #facet-search-form .filter-container:first-child {
		width: 100%;
	}
	#main-content #facet-search-form .filter-container:last-child {
		margin-right: 0;
		float: none;
	}
	#main-content #facet-search-form .search-container {
		padding-right: 0;
		max-width: 100%;
	}
	#main-content #facet-search-form .search-container i {
		left: 63%;
		right:0;
	}
	#main-content #facet-search-form .reset-container {
		width: 100%;
		max-width: 100%;
	}
	#main-content #facet-search-form #search-term{
	    width: 70%;
	}
	.loader {
		margin-top: 300px;
	}
	body#id-1 .block2:after, body#id-3620 .block2:after{
    	display: none;
	}
	body#id-29 #content-wrap .constrain .w60,
	body#id-112 #content-wrap .constrain .w60,
	body#id-29 #content-wrap .constrain .w40,
	body#id-112 #content-wrap .constrain .w40 {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
	form.multipage .slick-dots {
		top: -30px;
	}
	.responsive-table {
		position: relative;
		overflow: auto;
		display: block;
		background-color: #f6f6f6;
		border-right: 15px solid #f6f6f6;
	}
	.responsive-table table {
		min-width: 900px;
		width: 100% !important;
	}
	.responsive-table::-webkit-scrollbar {
		height: 3px;
	}
	.responsive-table::-webkit-scrollbar-track {
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: #f0f1f1;
	}
	.responsive-table::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0;
		border-radius: 0;
		height: 50px;
		background: #ff8400;
	}
	.responsive-table .request-selected {
		z-index: 10;
		top: 65px;
		right: auto;
		left: 0;
		width: 60%;
		left: 20%;
		text-align: center;
	}
	.responsive-table .clear-selected {
		padding: 0;
		background-color: transparent !important;
		font-size: 12px;
		letter-spacing: 0.5px;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		margin-top: 0;
		margin-right: 0;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.dataTables_filter label {
		margin-bottom: 136px;
	}
	.dataTables_filter label:after {
		right: 15px;
	}
	.dataTables_paginate {
		white-space: nowrap;
	}
	#locations {
		margin-right: 0;
	}
	#locations .location {
		width: 100%;
		float: none;
		margin: 0 auto 35px auto !important;
	}
	#locations .location .middle .title {
		font-size: 19px;
	}
	#locations .location .bottom {
		min-height: 0;
	}
	#locations .location .bottom .location-trigger {
		font-size: 13px;
		padding: 8px 20px;
	}
	#locations.open .location,
	#locations.open .location.active {
		width: 100%;
	}
	#locations .accordion-drawer {
		width: 55%;
	}
	#merger-tab {
		height: 40px;
		bottom: 150px;
	}
	#merger-tab .tab {
		opacity: 0;
	}
	.chat-tab {
		bottom: 15px;
	}
	#cookie-policy {
		padding-bottom: 20px;
		text-align: center;
	}
	#cookie-policy p {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	#cookie-policy a.button {
		display: inline-block;
		float: none;
		font-size: 12px;
	}
	#language-modal ul li a {
		font-size: 12px;
	}
	.tabbed-content .nav-tabs a {
		font-size: 11px;
		padding-left: 6px;
		padding-right: 6px;
	}
	#rotating-banner .image-container{
        width: 100%;	
	}
	#rotating-banner .caption{
    	width: 100%;
	}
	#rotating-banner .image-container img[src*="banner_8.jpg"]{
        top: -100px !important;
        width: 100%;
    }
	body.tpl-17 h2 + .articles {
		display: block;
	}
	body.tpl-17 .articles .article {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 370px;
		display: block;
	}
	body.tpl-17 .articles+.button-container {
		text-align: center;
	}
	body.tpl-17 .articles+.button-container .button {
		float: none;
	}
	#formulation .filter-toggle{
    	margin: 15px 0 -15px 0;
	}
	#formulation  #facet-search-form #filters{
    	margin-top: 15px;
	}
	#formulation .filter-toggle.active + .w25{
    	padding-bottom: 0;
	}
	#samplekit-products .samplekit-selected{
    	padding-top: 15px;
	}
	#samplekit-products .samplekit-selected .button{
    	padding-left:5px;
    	padding-right: 5px;
	}
	#samplekit-products .dataTables_filter{
    	margin-top:0;
    	margin-bottom: 0;
	}
	#samplekit {
		height: auto;
	}
	#box-closed,
	#box-title,
	#box-foreground,
	#box-stage>img {
		display: none;
	}
	#box-stage {
		display: block;
		padding-bottom: 0;
	}
	#box-stage .scroll {
		display: block;
		margin-bottom: 20px;
	}
	#bottles {
		position: relative;
		margin: 0 40px;
		bottom: 0;
	}
	#bottles .bottle {
		pointer-events: none;
		height: 205px;
		text-align: center;
		opacity: 0;
		margin: 0 auto;
	}
	#bottles .bottle.slick-slide {
		opacity: 1;
	}
	#bottles .bottle .image {
		display: inline-block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#bottles .slick-prev,
	#bottles .slick-next {
		width: 50px;
		height: 50px;
	}
	#samples .sample {
		opacity: 0;
		max-height: none;
	}
	#samples .sample.slick-active {
		opacity: 1;
	}
	#samples .w33 {
		width: 100%;
		margin-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	#samples .w66 {
		width: 100%;
	}
	.formulation-finder form input[type="text"]{
    	width: 60%;
	}
	.formulation-finder form .search-icon{
    	left: 70%;
	}
	body#id-1 .block2 .w40, 
	body#id-3620 .block2 .w40{
    	padding-right: 0 !important;
	}
	.salesforce .richtext + .button{
	    margin-top: 25px;
	}
	.salesforce #header-bottom .constrain{
	    margin-top: -25px;
	}
	.salesforce .salesforce-market{
	    margin-top: 38px;
	    float: left;
	    font-size: 1.5rem;
	}
	.salesforce .salesforce-logo{
	    margin-top: 5px;
	}
	.salesforce .salesforce-logo:before{
	    height: 30px;
	}
	.salesforce .salesforce-logo img{
	    height: 35px;
        margin-top: 2px;
    }
	.salesforce .has-bg{
	    height: 150px;
	    background-size: contain !important;
	    position: relative;
	}
	.salesforce .bg-left.has-bg{
	    margin: 0 0 15px -15px;
	    background-position: center left !important;
	    background-size: cover !important;
	}
	.salesforce .bg-right.has-bg{
	    margin: 0 0 50px 15px;
	    background-position: center right !important;
	}
	.salesforce .two-col{
	    margin-bottom: 0;
	}
	.salesforce .block1 .bg-left.has-bg{
	    position: absolute;
	    background-size: cover !important;
	    margin: 0;
	    height: 100%;
	}
	.salesforce #footer-middle .logo {
		position: static;
		margin: 0 auto;
		display: block;
	}
	.salesforce #footer-middle .logo img {
		max-width: 100%;
	}
	.salesforce #footer-middle .links {
		margin: 15px 0 0 0;
	}
	.salesforce #footer-middle p {
		margin: 0 0 15px 0;
	}
	#footer-middle {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#footer-middle p {
		font-size: 12px;
		line-height: 20px;
		margin: 30px 0;
	}
	#footer-middle .column-1 {
		text-align: center;
		padding: 0;
	}
	#footer-middle .column-1 .button {
		display: inline-block;
		margin-right: 10px;
		width: 150px;
	}
	#footer-middle .column-1 .button.hollow {
		margin-left: 10px;
		margin-right: 0;
	}
	#footer-middle .column-1 .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}
	#footer-middle .column-1 .logo img {
		max-width: 300px;
	}
	#footer-middle .column-1 p {
		text-align: left;
	}
	#footer-middle .column-2 {
		padding: 0;
	}
	#footer-middle .column-2 ul:last-of-type {
		display: none;
	}
	#footer-middle .column-3 {
		padding: 0;
	}
	#footer-middle .column-3 .follow {
		display: none;
	}
	#footer-middle .column-3>a {
		margin-bottom: 0;
	}
	#footer-bottom {
		text-align: center;
	}
	#footer-bottom span {
		display: block;
	}
	#footer-bottom span+a {
		padding-left: 0;
		margin-left: 0;
	}
	#footer-bottom span+a:before {
		display: none;
	}
	body#id-1 .block1 {
		margin-top: 0;
	}
	body#id-1 .block2 .w40 {
		padding-right: 0 !important;
	}
	body#id-1 .buckets.default {
		margin-top: -30px;
		margin: -30px -1.5% 30px -1.5%;
	}
	body#id-1 .buckets.default .bucket {
		height: 150px;
		margin-bottom: 15px;
	}
	body#id-27 #inner-banner {
		padding-bottom: 150px;
	}
	.block-qc .form-group {
	    position: relative;
	    left: 0%;
	}
}
@media (max-width: 425px) {
#id-3781 #bottles {
position: relative;
    margin: 0 40px;
    bottom: 0;
    width: auto;
}
#id-3781 #bottles .image {
    width: auto;
}

#id-3781 #bottles .title {
    transform: rotate(-90deg);
    margin: 10px 0 0 -11px;
    left: 0;
    right: 0;
    line-height: 10px;
    padding: 0;
    width: 60px;
}

#id-3781 #bottles .pump-lotion .title {
    left: 21%;
}
#id-3781 #bottles .chapstick .title {
    width: 75px;
    left: -16%;
    top: 43%;
}
#id-3781 #bottles .mascara .title {
    width: 75px;
    left: -16%;
    top: 63%;
}
#id-3781 #bottles .shampoo .title {
    left: 6%;
    width: 75px;
}
#id-3781 #bottles .bar .title {
    transform: none;
    width: 95px;
    top: 51%;
    left: 20%;
}
#id-3781 #bottles .cream-rounded .title {
    transform: none;
    width: 90px;
    left: 24%;
    top: 40%;
}
#id-3781 .bottle.chapstick.shadow-small span.title {
    left: 0%;
    width: auto;
    top: 0;
}
}



@media (max-width: 400px) {
	#header-bottom .product-search-trigger {
		font-size: 12px;
		width: 140px;
		padding: 8px 0;
		top: 10px;
	}
	#header-bottom .product-search-trigger.active:before {
		top: 3px;
		left: 30px;
	}
	#header-bottom nav+.button{
	    top: 6px;
	    padding: 5px 10px;
	    font-size: 12px;
	}
	.buckets.default {
	    margin: 0 15px !important;
	}
	.buckets.default .bucket {
		width: 100% !important;
		margin: 0 auto 15px auto !important;
		max-width: 100%;
	}
	#rotating-banner .image-container img{
    	max-width: 400px;
	}
	#footer-middle .column-1 .logo img{
	    max-width: 100%;
	}
	#footer-middle .column-1 .button{
	    width: 130px;
	    font-size: 12px;
	    margin-right:0;
	}
	
	#id-3729 .egg-replacement img {
	    top: 74%;
	}
}
/* Don't place new CSS here, place in proper section aboce */