.ce21_Footer_TenatInfoDiv { display:none; }
.ce21_Footer_FooterBottom_PriceDiv { display:none; }
.ce21_Footer_FooterBottomDiv { background-color: white; padding:0; margin: 0}
.container .body-content { padding-top:10px; }
.container2 { padding-top:10px; }
/*
	#frmSideBarSearch { display:none; }
	#btnSearch { display:none; }
	
	#btnListView { display:none; }
	#btnGridView { display:none; }
	#drpPageSize { display:none; }
	 label#lblSideBarPaging { display:none; } 
	
#p23_searchbar hr.margin-reduce { display:none; }
#p23_searchbar .fa-th { display:none; }

*/

        body {
            padding-top: 0;
        }

        @font-face {
            font-family: "Font Awesome 6 Brands";
            font-style: normal;
            font-weight: 400;
            font-display: block;
            src: url("/dist/fonts/fa-webfonts/fa-brands-400.woff2") format("woff2"), url("/dist/fonts/fa-webfonts/fa-brands-400.ttf") format("truetype");
        }

        .fab {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: "Font Awesome 6 Brands";
            font-weight: 400;
        }

        .fa-facebook {
            font-family: "Font Awesome 6 Brands";
        }

            .fa-facebook::before {
                content: "\f39e";
            }

        .fa-instagram {
            font-family: "Font Awesome 6 Brands";
        }

            .fa-instagram::before {
                content: "\f16d";
            }

        .fa-twitter {
            font-family: "Font Awesome 6 Brands";
        }

            .fa-twitter::before {
                content: "\f099";
            }

        .fa-youtube {
            font-family: "Font Awesome 6 Brands";
        }

            .fa-youtube::before {
                content: "\f167";
            }

        .fa-youtube:before {
            /* version of font awesome in P23 does not have the newest youtube icon */
            content: "\f167";
        }

        .footer-bottom {
            display: none !important;
        }

        header.headerMain {
            background-color: #37499B;
            color: white;
        }
            header.headerMain .container,
            footer.footerMain .container {
                width: 1400px;
                padding-left: 12px;
                padding-right: 12px;
            }

            header.headerMain .desktop-navigation {
                font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
                height: 74px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

        header.headerMain form.siteSearch {
            position: relative;
            flex: 1 1 auto;
            margin-left: 1rem;
            max-width: 90%;
        }

            header.headerMain form.siteSearch input.inputSearch {
                height: 44px;
                width: 100%;
                max-width: 90%;
                padding-left: 15px;
                border-radius: 4px;
                border: 0;
                color: initial;
                font-size: 16px;
            }

                header.headerMain form.siteSearch input.inputSearch::placeholder{
                    color: #ccc;
                }

                header.headerMain form.siteSearch button[type="submit"] {
                    position: absolute;
                    right: 0;
                    height: 44px;
                    width: 44px;
                    display: inline-block;
                    background-color: transparent;
                    border: 0;
                    padding: 0;
                    background-image: url("/dist/img/search.svg");
                    background-repeat: no-repeat;
                    background-position: center center;
					display:none;
                }

        footer.footerMain {
            font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
            background-color: #363841;
            padding: 55px 0px;
            font-size: 14px;
            color: white;
        }

            footer.footerMain .container {
                width: 1320px;
                padding-left: 12px;
                padding-right: 12px;
            }

            footer.footerMain h3 {
                font-size: 28px;
                line-height: 1.1785714286;
                font-weight: 600;
                margin-top: 0;
            }

            footer.footerMain ul {
                margin: 0;
            }

            footer.footerMain a {
                color: white;
            }

            footer.footerMain .nav > li > a:hover,
            footer.footerMain .nav > li > a:focus {
                text-decoration: underline;
                background-color: transparent;
            }

            footer.footerMain .footerRow {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                footer.footerMain .footerRow .footerNav {
                    display: flex;
                    flex-wrap: wrap;
                    margin-right: -.75rem;
                    margin-left: -.75rem;
                    flex: 1 0;
                }

                footer.footerMain .footerRow .footerInfoColumn .footerLogo {
                    margin-bottom: 15px;
                }

                footer.footerMain .footerRow .footerNav .footerNavColumn .nav-link {
                    font-size: 15px;
                    padding: 7px 0;
                }

            footer.footerMain .navbar-nav {
                display: flex;
                flex-direction: column;
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
            }

        footer.footerMain .socialRow {
            display: flex;
            flex-wrap: wrap;
            margin-right: -.75rem;
            margin-left: -.75rem;
            margin-top: 5px;
            margin-bottom: 7px;
            justify-content: space-between;
        }

            footer.footerMain .socialRow > div {
                padding-left: 15px;
                padding-right: 15px;
            }

            footer.footerMain .socialRow .socialMedia ul {
                padding-left: 0;
            }

                footer.footerMain .socialRow .socialMedia ul li {
                    list-style-type: none;
                    display: inline-block;
                    padding: 0 5px !important;
                }

                    footer.footerMain .socialRow .socialMedia ul li:not(:last-child) {
                        margin: 0 10px 0 0 !important;
                    }

                    footer.footerMain .socialRow .socialMedia ul li a {
                        text-decoration: none;
                        font-size: 22px;
                        padding: 0 5px;
                    }

        @media (min-width: 992px) {
            footer.footerMain .footerRow .footerNav .footerNavColumn {
                flex: 0 0 auto;
                width: 33.33333333%;
            }

                footer.footerMain .footerRow .footerNav .footerNavColumn .footerInfoColumn {
                    margin-bottom: 15px;
                }
        }

        footer.footerMain .footerEnd {
            display: flex;
            justify-content: flex-end;
            border-top: 2px solid #6b707b;
            padding-top: 12px;
        }

            footer.footerMain .footerEnd .disclaimer {
                font-size: 11px;
            }

        #cartbar {
            display: block;
            margin-bottom: 0;
            width: 100%;
        }

        @media (min-width: 1250px) {
            #cartbar {
                padding-left: calc(50vw - 625px);
            }
        }

		@media (min-width: 992px) {
			#txtProductSearch {
				/* display: none; */
				visibility:hidden;
			}
			
			#btnTopicAreas {
				/* display: none; */
				visibility:hidden;
			}

			#btnMediaType {
				/* display: none; */
				visibility:hidden;
			}
			
			#btnCategory {
				/* display: none; */
				visibility:hidden;
			}			

			#btnProductSearch {
				display: none;
			}
			
			.navbar-brand .glyphicon-home {
				display: none;
			}			
		}
		
		/* hide the search within results */
		#frmSideBarSearch { display:none; }
		

		.container2 { margin-top: 10px; }
@media(min-width:100px) {
  .pesi-canada-logo {
	  display: inherit;
  }
  .footerNavColumn {
      margin-left: 0;
	  width: 100%
  }
  footer.footerMain .container {
    width: 100%;
  }
}

@media(min-width:1200px) {
  .pesi-canada-logo {
	  display: inherit;
  }
  .footerNavColumn {
      margin: 0;
	  width: 33%
  }
  footer.footerMain .container {
    width: 1320px;
  }
}

/* hide google recaptcha badge */
.grecaptcha-badge { 
    visibility: hidden !important;
}


/* hides everflow_tracking_id */
#divOrderAttributes {
  display: none;
}

a.cartLink:hover, a.cartLink:focus {
    color: #ffffff;
    text-decoration: underline;
}
a.cartLink {
    color: #ffffff;
    text-decoration: none;
}
span.cartLabel {
	padding-left: 5px;
}

div.shoppingCart { white-space: nowrap; }

.clsSrcBoxGlobal, .navbar-brand { display:none; }

/*
@media (min-width: 760px) {
	#cartbar { display:none; }
}
*/.event_1{background-color: #83b9eb !important;color:white !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:white !important; }.event_10{background-color: #8e7cc3 !important;color:white !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:white !important; }.event_11{background-color: #6aa84f !important;color:white !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:white !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:white !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:white !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:white !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:white !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #ff9900 !important;color:white !important;}.event_icon_14{color: #ff9900 !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#ff9900;color:white !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_17{background-color: #bf9000 !important;color:black !important;}.event_icon_17{color: #bf9000 !important;font-size:20px;}.event_icon_17:hover,.event_icon_17:focus{text-decoration:none;}.productTypeTagColor17,.productTypeTagColor17:hover { background-color:#bf9000;color:black !important; }.event_18{background-color: #bf9000 !important;color:black !important;}.event_icon_18{color: #bf9000 !important;font-size:20px;}.event_icon_18:hover,.event_icon_18:focus{text-decoration:none;}.productTypeTagColor18,.productTypeTagColor18:hover { background-color:#bf9000;color:black !important; }.event_19{background-color: #bf9000 !important;color:black !important;}.event_icon_19{color: #bf9000 !important;font-size:20px;}.event_icon_19:hover,.event_icon_19:focus{text-decoration:none;}.productTypeTagColor19,.productTypeTagColor19:hover { background-color:#bf9000;color:black !important; }.event_2{background-color: #6aa84f !important;color:white !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:white !important; }.event_20{background-color: #bf9000 !important;color:black !important;}.event_icon_20{color: #bf9000 !important;font-size:20px;}.event_icon_20:hover,.event_icon_20:focus{text-decoration:none;}.productTypeTagColor20,.productTypeTagColor20:hover { background-color:#bf9000;color:black !important; }.event_21{background-color: #bf9000 !important;color:black !important;}.event_icon_21{color: #bf9000 !important;font-size:20px;}.event_icon_21:hover,.event_icon_21:focus{text-decoration:none;}.productTypeTagColor21,.productTypeTagColor21:hover { background-color:#bf9000;color:black !important; }.event_22{background-color: #bf9000 !important;color:black !important;}.event_icon_22{color: #bf9000 !important;font-size:20px;}.event_icon_22:hover,.event_icon_22:focus{text-decoration:none;}.productTypeTagColor22,.productTypeTagColor22:hover { background-color:#bf9000;color:black !important; }.event_3{background-color: #dd9d5a !important;color:white !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:white !important; }.event_4{background-color: #3181cb !important;color:white !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:white !important; }.event_5{background-color: #e06666 !important;color:white !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:white !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:white !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:white !important; }.event_8{background-color: #45818e !important;color:white !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:white !important; }.event_9{background-color: #bf9000 !important;color:white !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:white !important; }.otherProductTypeTagColor67,.otherProductTypeTagColor67:hover { background-color:#9900ff !important;color:white !important; }.otherProductTypeTagColor120,.otherProductTypeTagColor120:hover { background-color:#ff0000 !important;color:white !important; }.otherProductTypeTagColor164,.otherProductTypeTagColor164:hover { background-color:#8e7cc3 !important;color:white !important; }