
.bb_modal { 
	padding: 10px 20px 20px 20px;
	}
	a#modalCloseButton {
		background-position: left bottom !important; 
		}


.productComparison_vertical h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	}
	
.productComparison_vertical td {
	background: url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/grey-divider.png') top right repeat-y
	}
	.productComparison_vertical tr td:last-child {
		background: none;
		}

.productComparison_vertical thead td {
	vertical-align: middle;
	padding: 0 25px 0 10px; 
	background: url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/grey-divider.png') top right repeat-y
	}
	.productComparison_vertical thead tr:first-child td{
		background: 
			url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/fader-top.png') top right no-repeat,
			url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/grey-divider.png') top right repeat-y;
		padding-top: 5px;
		}
		.productComparison_vertical thead tr:first-child td:first-child {
			padding-left: 0px;
			padding-right: 10px;
			}
		.productComparison_vertical thead td:last-child, 
		.productComparison_vertical thead tr:first-child td:last-child {
			background: none;
			}
	.productComparison_vertical thead .compare_col.compare_content {
		position: relative;
		text-align: center;
		}
		.productComparison_vertical thead .compare_col.compare_content img {
			max-width:200px;
			}
	.productComparison_vertical thead p.title, 
	.productComparison_vertical thead p.description {
		text-align: left;
		}
	.productComparison_vertical thead p.title {
		font-size:24px; 
		font-size: 1.5rem;
		font-weight: bold;
		}
	.productComparison_vertical thead p.description {
        min-width: 125px;
        max-width: 300px;
		font-size: 11px;
		font-size: .93rem;
		line-height: 13px;
		line-height: 1.1rem;
		}
	.productComparison_vertical thead p.price {
	    color: #9f000d;
	    font-style: italic;
	    font-weight: bold;
		}
	.productComparison_vertical thead div#deleteProduct { 
		position: absolute; 
		top: 5px; 
		right: -15px;
		cursor: pointer;
		}
	.productComparison_vertical thead button#showDiffBtn, 
	.productComparison_vertical thead button#showAllBtn,
	.productComparison_vertical thead button#printComparisonBtn {
		margin-left: -5px;
		width: 100%;
		text-align: left;
		}
	.productComparison_vertical thead button#quoteAllBtn {
		display: block;
		margin-bottom: 3px;
		}
	.productComparison_vertical thead button#showDiffBtn, 
	.productComparison_vertical thead button#showAllBtn {
		margin-bottom: 3px;
		}
	.productComparison_vertical thead button#printComparisonBtn {
		margin-bottom: 20px; 
		}


.productComparison_vertical h2, 
.productComparison_vertical table { 
	text-align: left; 
	}
.mt_direction_right_to_left .productComparison_vertical table, 
.mt_direction_right_to_left .productComparison_vertical h2  { 
	text-align: right; 
	}
.productComparison_vertical tbody td {
    min-width: 125px;
    max-width: 300px;
    vertical-align: middle;
	padding: 5px 10px;
	}
	.productComparison_vertical tbody tr:last-child td{
		background: 
			url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/fader-bottom.png') bottom right no-repeat,
			url('../../../../../etc.clientlibs/mt/images/clientlibs/repeating/resources/grey-divider.png') top right repeat-y;
		padding-bottom: 22px;
		}
		.productComparison_vertical tbody tr:last-child td:last-child{
			background: none
			}
	.productComparison_vertical .attributeTitle {
		font-weight:bold;
		padding-left: 0px;
		vertical-align: top;
		}
/* MTCOM-4250: Carrying over updates from product CTA project */
.productComparison_vertical .compare_content .plStoreBadge{
	height:auto;
	z-index:0;
}

.productComparison_vertical thead div#deleteProduct{
	z-index:1;
}

.productComparison_vertical .compare_content .price{
	font-weight: bold;
    color: #004494;
    font-style: normal;
    margin:10px 0px 0px 0px;
}

.productComparison_vertical .compare_content .fb-button-p5a{
	margin:10px 0px;
}

.productComparison_vertical .compare_content a.productBuyDetailsLink{
	display: block;
    clear: both;
    font-weight: bold;
    text-decoration: underline;
    margin: 10px 0;
}

/* Handle style for badge when no product thumbnail exists */
.productComparison_vertical .compare_content .plStoreBadge.noThumbBadge {
	height: 70px;
    text-align: center;
}

.productComparison_vertical .compare_content .plStoreBadge.noThumbBadge img{
	display: inline;
    position: relative;
}

/*!
 * jQuery UI CSS Framework v1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("base/source/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("base/source/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("base/source/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("base/source/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("base/source/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("base/source/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("base/source/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI Menu @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
/*!
 * jQuery UI Checkboxradio v1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
/*!
 * jQuery UI Controlgroup v1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
/*!
 * jQuery UI Button v1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*!
 * jQuery UI Selectmenu v1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.PF_productfiltering__title {
  color: #004494;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  margin: 60px 0 40px 0;
}
.productfiltering_wrapper {
  display: flex;
  margin: 0;
  /* Start Comparison Styling */
  /* End Comparison Styling */
  /* Start System of Measure toggle styling */
  /* End System of Measure toggle styling */
  /* Filters */
  /* Product results */
  /* Pagination */
  /* hide the pagination size drop down until we know number of results displayed */
  /* Product Filtering Skeleton */
  /* Custom checkbox styles - Product Filtering Overrides */
}
.productfiltering_wrapper .hide {
  visibility: hidden;
}
.productfiltering_wrapper .desktop-clear-all-btn {
  display: flex;
}
.productfiltering_wrapper .mobile-clear-all-btn,
.productfiltering_wrapper .productfiltering_filter-checkbox-wrap.invisible,
.productfiltering_wrapper .productfiltering_filters-mid-block .content-bottom,
.productfiltering_wrapper .productfiltering_filter-title-mobile-arrow {
  display: none;
}
.productfiltering_wrapper .productfiltering_filters-mid-block .mobile-filter-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px 0 0;
  height: 3.5rem;
}
.productfiltering_wrapper .productfiltering_filters-mid-block .filter-nav-title {
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  color: #004494;
}
.productfiltering_wrapper .productfiltering_filters-mid-block .filter-nav-exit > svg {
  aspect-ratio: 1;
}
.productfiltering_wrapper .productfiltering_filter-options {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
.productfiltering_wrapper .productfiltering_filter-tag-wrap.desktop-filter-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.productfiltering_wrapper .productfiltering_filter-tag-wrap.mobile-filter-tag-wrap {
  display: none;
}
.productfiltering_wrapper .productfiltering_filter-tag {
  display: inline-block;
  padding: 5px 0 5px 10px;
  background-color: #F2F2F2;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
.productfiltering_wrapper .productfiltering_filter-tag.locked {
  padding-right: 10px;
}
.productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-options .productfiltering_filters-clear {
  display: inline-block;
  color: #004494;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-settings {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.productfiltering_wrapper .productfiltering_filter-settings-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-toggle {
  margin-bottom: 30px;
  display: none;
  cursor: pointer;
}
.productfiltering_wrapper .productfiltering_results-top-block .filter-symbol {
  width: 16px;
  height: 16px;
  position: relative;
}
.productfiltering_wrapper .productfiltering_results-top-block .filter-symbol .elipse-top-left {
  width: 2px;
  height: 2px;
  border: 2px solid #004494;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 23;
  position: absolute;
  left: 6.25%;
  top: 18%;
}
.productfiltering_wrapper .productfiltering_results-top-block .filter-symbol .vector-top {
  width: 10px;
  border: 1px solid #004494;
  position: absolute;
  right: 9.38%;
  top: 31.25%;
}
.productfiltering_wrapper .productfiltering_results-top-block .filter-symbol .elipse-bottom-right {
  width: 2px;
  height: 2px;
  border: 2px solid #004494;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 23;
  position: absolute;
  right: 6.25%;
  bottom: 6%;
}
.productfiltering_wrapper .productfiltering_results-top-block .filter-symbol .vector-bottom {
  width: 10px;
  border: 1px solid #004494;
  position: absolute;
  left: 9.38%;
  bottom: 18%;
}
.productfiltering_wrapper .productfiltering_results-top-block .mt-custom-select {
  clear: both;
}
.productfiltering_wrapper .productfiltering_results-top-block .mt-custom-select span.ui-selectmenu-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #004494;
}
.productfiltering_wrapper .comparison_modal_container #quoteAllBtn {
  display: none !important;
}
.productfiltering_wrapper .compare_preview {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  left: 0%;
  margin-left: 0%;
  z-index: 999999;
  border-top: 1px solid #cccccc;
}
.productfiltering_wrapper .compare_preview_inner {
  margin-top: 0;
}
.productfiltering_wrapper .compare_preview_inner .compare_preview_title {
  height: 10%;
  font-size: 1.25rem;
  margin: 20px;
}
.productfiltering_wrapper .compare_preview_inner .compare_preview_title h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
.productfiltering_wrapper .compare_preview {
  visibility: hidden;
  height: auto;
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}
.productfiltering_wrapper .compare_preview_content {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.productfiltering_wrapper .compare_preview_content .compare_warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
  gap: 24px;
  width: 275px;
  height: 64px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
.productfiltering_wrapper .compare_preview_content .compare_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
  gap: 24px;
  width: 275px;
  height: 64px;
  border-right: 1px solid #cccccc;
  margin: 15px 0;
}
.productfiltering_wrapper .compare_preview_content .compare_item .item_body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0;
  max-width: 75%;
  width: 75%;
  flex: 1 1 75%;
}
.productfiltering_wrapper .compare_preview_inner .compare_button_block {
  height: 100%;
  width: auto;
  margin: 15px;
}
.productfiltering_wrapper .compare_preview_inner .compare_button_block button {
  width: 100%;
}
.productfiltering_wrapper .compare_preview_content .delete_icon {
  cursor: pointer;
  flex-grow: 0;
}
.productfiltering_wrapper .compare_preview_content .compare_item .item_thumbnail {
  max-width: 25%;
  flex: 0 0 25%;
}
.productfiltering_wrapper .compare_preview_content .compare_item .item_thumbnail img {
  max-height: 65px;
  max-width: 100%;
}
.productfiltering_wrapper .compare_preview_content .compare_item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #004494;
  flex-grow: 1;
}
.productfiltering_wrapper .category-toggle-section {
  width: 100%;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
}
.productfiltering_wrapper .category-toggle-section .category-toggle-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #666666;
}
.productfiltering_wrapper .switch-field {
  display: flex;
  padding: 4px;
  background-color: #dedede;
  height: 40px;
  margin: 0 0 15px 0;
}
.productfiltering_wrapper .switch-field input {
  display: none;
}
.productfiltering_wrapper .switch-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dedede;
  color: #666666;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 8px 8px;
  width: calc(48%);
  transition: all 0.1s ease-in-out;
}
.productfiltering_wrapper .switch-field label:hover {
  cursor: pointer;
}
.productfiltering_wrapper .switch-field input:checked + label {
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.productfiltering_wrapper .productfiltering_filters {
  flex: 0 1 23%;
}
.productfiltering_wrapper .productfiltering_filters-top-block {
  margin: 10px 0;
}
.productfiltering_wrapper .productfiltering_filters-title-wrap {
  display: flex;
  flex-wrap: wrap;
}
.productfiltering_wrapper .productfiltering_filters-top-block span {
  flex: 1 1 auto;
}
.productfiltering_wrapper .productfiltering_filters-title {
  flex: 0 1 80%;
  color: #666666;
  font-weight: 700;
  font-size: 1.66rem;
  line-height: 24px;
}
.productfiltering_wrapper .productfiltering_filters-clear {
  text-align: right;
  color: #004494;
  text-decoration: underline;
  cursor: pointer;
}
.productfiltering_wrapper .productfiltering_filters-mid-block {
  background: #fff;
}
.productfiltering_wrapper .productfiltering_filter-group {
  border-bottom: 1px solid #cccccc;
}
.productfiltering_wrapper .productfiltering_filter-group-heading {
  display: flex;
  padding: 10px 0;
  background: #fff;
  color: #666666;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  align-items: center;
  flex-direction: row;
}
.productfiltering_wrapper .productfiltering_filter-group-heading span {
  display: inline-block;
}
.productfiltering_wrapper .productfiltering_filter-group-heading-text {
  flex: 1 1 80%;
}
.productfiltering_wrapper .productfiltering_filter-group-heading-selected {
  flex: 1 1 10%;
}
.productfiltering_wrapper .productfiltering_filter-group-heading-selected > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 100px;
  background-color: #004494;
  color: #FFF;
  line-height: 14px;
}
.productfiltering_wrapper .productfiltering_filter-group-heading-arrow {
  flex: 1 1 10%;
}
.productfiltering_wrapper .productfiltering_filter-group-heading-arrow > .ppUX2020_arrow {
  float: right;
}
.productfiltering_wrapper .productfiltering_filter-group-options {
  padding: 10px 0 10px 0;
}
.productfiltering_wrapper .collapsed-group .productfiltering_filter-group-options {
  display: none;
}
.productfiltering_wrapper .expanded-group .productfiltering_filter-group-options {
  display: block;
}
.productfiltering_wrapper .productfiltering_filters .collapsed-group .ppUX2020_arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.productfiltering_wrapper .productfiltering_filters .expanded-group .ppUX2020_arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.productfiltering_wrapper .productfiltering_filters .ppUX2020_arrow {
  border: solid #666666;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-in-out !important;
  margin-right: 2px;
}
.productfiltering_wrapper .productfiltering_filter-checkbox-wrap {
  margin: 0 0 10px 0;
  color: #666666;
  font-size: 14px;
}
.productfiltering_wrapper .filter-no-results,
.productfiltering_wrapper .filter-no-results .checkmark {
  color: #666 !important;
  opacity: 0.4;
  cursor: default;
}
.productfiltering_wrapper .filter-no-results .checkmark {
  border-color: #666 !important;
}
.productfiltering_wrapper .productfiltering_filter-checkbox-wrap:last-child {
  margin-bottom: 0;
}
.productfiltering_wrapper .productfiltering_checkbox {
  margin: 0 5px 0 0;
}
.productfiltering_wrapper .productfiltering_filters-bottom-block {
  display: flex;
  margin: 0;
}
.productfiltering_wrapper .productfiltering_filters-disclaimer {
  text-align: right;
  padding: 0;
  font-style: italic;
  font-size: .9rem;
}
.productfiltering_wrapper .productfiltering_filters-results-shown {
  flex: 1 1 auto;
  text-align: right;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.productfiltering_wrapper .checkbox_filter {
  display: flex;
}
.productfiltering_wrapper .view_all_checkboxes {
  background: none;
  border: none;
  color: #004494;
  cursor: pointer;
  margin: 2px 0 0 0;
  padding: 2px 15px 0 0;
}
.productfiltering_wrapper .view_all_checkboxes:hover {
  color: #6ab023;
}
.productfiltering_wrapper .checkbox_filter_query {
  margin: 0 0 10px 0;
  width: 95%;
  outline: none;
  background: #ffffff url('../../../../../etc.clientlibs/mt/images/clientlibs/static/resources/search-icon-gray.svg') center right 5px no-repeat !important;
  padding: 5px 40px 5px 5px !important;
}
.productfiltering_wrapper .productfiltering_results {
  flex: 0 1 75%;
  margin: 0 0 0 20px;
}
.productfiltering_wrapper .remove-filter-tag {
  display: inline-block;
  padding: 0 10px;
  color: #cccccc;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
.productfiltering_wrapper .productfiltering_product-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 24px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
  transition: border-color 0.35s ease 0s;
}
.productfiltering_wrapper .productfiltering_product-wrap:last-child {
  margin-bottom: 0;
}
.productfiltering_wrapper .productfiltering_product-image-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  max-width: 25%;
  max-height: 100%;
  align-items: center;
  flex: 0 0 25%;
}
.productfiltering_wrapper .productfiltering_product-image-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.productfiltering_wrapper .productfiltering_product-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  max-width: 75%;
  flex: 1 1 75%;
  height: 100%;
}
.productfiltering_wrapper .productfiltering_product-wrap .product-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  pointer-events: auto;
}
.productfiltering_wrapper .productfiltering_compare,
.productfiltering_wrapper .productfiltering_cta-button {
  z-index: 3;
}
.productfiltering_wrapper .productfiltering_product-wrap:hover,
.productfiltering_wrapper .productfiltering_product-wrap:focus,
.productfiltering_wrapper .productfiltering_product-wrap:active {
  border: 1px solid #004494;
}
.productfiltering_wrapper .productfiltering_product-model-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #004494;
  margin: 0;
}
.productfiltering_wrapper .productfiltering_product-model-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.productfiltering_wrapper .productfiltering_product-info-mid {
  margin: 0;
  width: 100%;
}
.productfiltering_wrapper .productfiltering_product-applications.noApps {
  border-top: 0;
}
.productfiltering_wrapper .productfiltering_product-info-mid.showingFullSpecsLink .productfiltering_product-top-specs {
  border-bottom: 0;
}
.productfiltering_wrapper .productfiltering_product-top-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  word-break: break-word;
}
.productfiltering_wrapper .product-attr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  color: #666666;
}
.productfiltering_wrapper .product-attr .attr-title {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  flex: 0 0 50%;
  max-width: 50%;
}
.productfiltering_wrapper .product-attr .attr-title span,
.productfiltering_wrapper .product-attr .attr-val span {
  background: #fff;
}
.productfiltering_wrapper .product-attr .attr-val {
  flex: 1 1 50%;
  max-width: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: flex;
  flex-direction: column;
}
.productfiltering_wrapper .productfiltering_product-info-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0 0 0;
  width: 100%;
  max-width: 100%;
}
.productfiltering_wrapper .productfiltering_compare {
  flex: 0 1 auto;
}
.productfiltering_wrapper .productfiltering_compare input[type='checkbox'] {
  margin: 0 5px 0 0;
}
.productfiltering_wrapper .productfiltering_compare span {
  line-height: normal;
}
.productfiltering_wrapper .productfiltering_show-full-specs {
  display: none;
}
.productfiltering_wrapper .productfiltering_show-price-wrap {
  flex: 1 1 auto;
  text-align: right;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap {
  text-align: right;
  margin: 0 15px 0 0;
  display: flex;
  justify-content: end;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap .price {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap .price.standard {
  position: relative;
  font-size: 12px !important;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap .price.standard:before {
  border-top: 1px solid #666666;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 51%;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .currency {
  font-size: .8rem;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .formattedPrice {
  padding: 0 0 0 4px;
}
.productfiltering_wrapper .productfiltering_show-price-wrap .formattedPrice sup {
  font-size: 1rem;
  text-decoration: underline;
  padding: 0 0 0 2px;
}
.productfiltering_wrapper .productfiltering_cta-button {
  flex: 0 1 auto;
  text-align: right;
}
.productfiltering_wrapper .productfiltering_cta-button .getquote_btn .fb-button-p5a {
  background-image: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 10px 20px;
  opacity: 1;
  background-color: #6ab023;
}
.productfiltering_wrapper .productfiltering_compare {
  color: #004494;
  cursor: pointer;
}
.productfiltering_wrapper .productfiltering_product-full-specs {
  display: none;
  visibility: hidden;
}
.productfiltering_wrapper .productfiltering_results-pagination-wrap {
  padding: 25px 0 0 0;
  display: flex;
}
.productfiltering_wrapper .productfiltering_results-pagination-wrap:has(.productfiltering_results-pagination-links:empty) {
  display: none;
}
.productfiltering_wrapper .mt-custom-select {
  float: left;
}
.productfiltering_wrapper .mt-custom-select .ui-selectmenu-button,
.productfiltering_wrapper .mt-custom-select .ui-button:active,
.productfiltering_wrapper .mt-custom-select .ui-button.ui-state-active:hover {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  color: #004494;
}
.productfiltering_wrapper .mt-custom-select .ui-selectmenu-button .ui-icon-triangle-1-s {
  border: solid #004494;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 2px;
  margin: 6px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all 0.2s ease-in-out !important;
}
.productfiltering_wrapper .mt-custom-select .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon-triangle-1-s {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  margin: 6px 2px 0 0;
}
.productfiltering_wrapper .mt-custom-select .ui-selectmenu-text {
  margin: 0 20px 0 0;
  color: #004494;
}
.productfiltering_wrapper .ui-selectmenu-menu.pfiltering-select {
  width: 180px;
  background-color: #FFFFFF;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
}
.productfiltering_wrapper .pfiltering-select .ui-menu {
  width: 100% !important;
  padding: 0;
}
.productfiltering_wrapper .ui-selectmenu-menu.pfiltering-select .ui-menu-item {
  font-size: 1rem;
  background-color: #FFFFFF;
}
.productfiltering_wrapper .ui-selectmenu-menu.pfiltering-select .ui-menu-item .ui-state-active {
  background-color: rgba(51, 61, 150, 0.1);
  width: 100%;
  height: 100%;
}
.productfiltering_wrapper .ui-selectmenu-menu.pfiltering-select .ui-state-active::after {
  display: none;
}
.productfiltering_wrapper .productfiltering_results-pagination-spacer {
  flex: 0 1 35%;
  display: flex;
  max-width: 35%;
}
.productfiltering_wrapper .productfiltering_results-pagination-links-wrap {
  flex: 0 1 65%;
  margin-left: 40px;
}
.productfiltering_wrapper .productfiltering_results-pagination-size-select {
  display: none;
}
.productfiltering_wrapper .productfiltering_results-pagination-links {
  text-align: right;
  float: right;
}
.productfiltering_wrapper .productfiltering_results-pagination-links .current-page {
  color: #f29301;
}
.productfiltering_wrapper .productfiltering_results-pagination-links a,
.productfiltering_wrapper .productfiltering_results-pagination-links i {
  padding: 0 2px;
  cursor: pointer;
}
.productfiltering_wrapper .productfiltering_results-pagination-links i {
  display: none;
}
.productfiltering_wrapper .skeleton {
  position: relative;
  overflow: hidden;
  /* Filters Skeleton */
  /* Products Skeleton */
}
.productfiltering_wrapper .skeleton:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loadingSkeleton 1.5s infinite;
  z-index: 1;
}
.productfiltering_wrapper .skeleton .skeleton__text {
  height: 15px;
  background: #dedede;
  margin: 0 0 10px 0;
}
.productfiltering_wrapper .skeleton .skeleton__productFilter__filterHeading {
  display: flex;
  padding: 10px 0;
  font-weight: 700;
  align-items: center;
  flex-direction: row;
  background: #dedede;
  border-bottom: solid 1px #cccccc;
}
.productfiltering_wrapper .skeleton .skeleton__productFilter__filterHeading .skeleton__productFilter__text {
  width: 100%;
  margin: 2px 10px;
  height: 15px;
  background: #bbbbbb;
}
.productfiltering_wrapper .skeleton .skeleton__productFilter__filterHeading .skeleton__productFilter__arrow i {
  margin: 0 10px;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product {
  box-sizing: border-box;
  display: flex;
  align-items: start;
  padding: 25px;
  gap: 25px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.35s ease 0s;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product:hover {
  border-color: #004494;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__image {
  background: #dedede;
  min-height: 200px;
  width: 25%;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  max-width: 75%;
  flex: 1 1 75%;
  height: 100%;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text > div {
  width: 100%;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text__top {
  width: 100%;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text__top .skeleton__text {
  width: 50%;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text__bottom {
  justify-content: end;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text__bottom .skeleton__productFiltering__text__cta {
  width: 25%;
  float: right;
}
.productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__text__bottom .skeleton__productFiltering__text__cta .skeleton__text {
  width: 100%;
  height: 30px;
  margin-bottom: 0;
}
@keyframes loadingSkeleton {
  100% {
    transform: translateX(100%);
  }
}
.productfiltering_wrapper label.checkmark-container {
  display: block;
  padding-left: 25px;
  color: #666666;
  line-height: normal;
  width: auto;
  max-width: 100%;
}
.productfiltering_wrapper .productfiltering_compare label.checkmark-container {
  display: block;
  color: #004494;
  font-size: 1rem;
}
.productfiltering_wrapper label.checkmark-container span {
  display: inline;
  line-height: normal;
}
.productfiltering_wrapper label.checkmark-container .checkmark {
  width: 12px;
  height: 12px;
  top: 0px;
}
.productfiltering_wrapper label.checkmark-container .checkmark:after {
  left: 4px;
  top: 1px;
}
.productfiltering_wrapper .calculated-field-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.productfiltering_wrapper .calculated-field-form label {
  display: flex;
  border: solid 1px #cccccc;
  width: 100%;
  margin: 0 0 10px 0;
}
.productfiltering_wrapper .calculated-field-form input {
  padding: 8px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
}
.productfiltering_wrapper .calculated-field-form input:focus {
  outline: none;
}
.productfiltering_wrapper .calculated-field-uom {
  padding: 8px;
  background: white;
  color: #b5b5b5;
  text-align: right;
}
.productfiltering_wrapper .calculated-field-form button {
  margin: 5px 0 0 0;
  padding: 9px 15px;
  border-radius: 0;
  border: solid 1px #004494;
  background: transparent;
  color: #004494;
  font-weight: bold;
  cursor: pointer;
}
.productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote {
  color: #004494;
  background: #fff;
  border: 0;
  margin: 0 10px 0 0;
}
.productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote span {
  border: solid 1px #004494;
  padding: 6px 13px;
}
.productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote:hover {
  color: #004494;
  background: #eaebf4;
}
.productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote:focus,
.productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote:active {
  color: #004494;
  background: #c1c4df;
}
.productfiltering_wrapper .productfiltering_filter-group-info-icon {
  width: 20px;
  height: 20px;
  background-color: #004496;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.showCompareColumn .compare_preview {
  visibility: visible;
  height: auto;
  min-height: 100px;
  max-height: 100%;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Right-to-Left Overrides
   ========================================================================== */
.mt_direction_right_to_left .productfiltering_wrapper .compare_preview_content .compare_item {
  border-left: 1px solid #cccccc;
  border-right: none;
}
.mt_direction_right_to_left .productfiltering_wrapper .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 10px 10px 30px !important;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filters-top-block span {
  direction: ltr;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filter-group-heading-arrow {
  text-align: left;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results {
  margin: 0 20px 0 0;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filters .ppUX2020_arrow {
  float: left;
  margin-right: 0;
  margin-left: 2px;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_checkbox {
  margin: 0 0 0 5px;
}
.mt_direction_right_to_left .productfiltering_wrapper .view_all_checkboxes {
  padding: 2px 0 0 15px;
}
.mt_direction_right_to_left .productfiltering_wrapper .checkbox_filter_query {
  background-position: center left 5px !important;
  padding: 5px 5px 5px 40px !important;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filter-tag {
  padding: 5px 10px 5px 0;
  margin: 0 0 6px 10px;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_product-info-wrap {
  margin-left: 0;
  margin-right: 40px;
}
.mt_direction_right_to_left .productfiltering_wrapper .mt-custom-select .ui-selectmenu-button .ui-icon-triangle-1-s {
  float: left;
  text-align: left;
  margin: 6px 0 0 2px;
}
.mt_direction_right_to_left .productfiltering_wrapper .mt-custom-select .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon-triangle-1-s {
  margin: 6px 0 0 2px;
}
.mt_direction_right_to_left .productfiltering_wrapper .mt-custom-select .ui-selectmenu-text {
  margin: 0 0 0 20px;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-pagination-links-wrap {
  margin-left: 0;
  margin-right: 40px;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-pagination-links {
  display: flex;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-pagination-links a:first-child {
  order: 3;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-pagination-links span {
  order: 2;
}
.mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-pagination-links a:last-child {
  order: 1;
}
.mt_direction_right_to_left .productfiltering_wrapper .checkmark {
  bottom: 0;
  right: 0;
  left: initial;
  top: initial;
}
.mt_direction_right_to_left .productfiltering_wrapper label.checkmark-container {
  padding-left: 0;
  padding-right: 25px;
}
.mt_direction_right_to_left .productfiltering_wrapper .pfiltering-select ul {
  padding: 0;
}
.mt_direction_right_to_left .productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote {
  margin-left: 10px;
}
@media (max-width: 999px) {
  .productfiltering_wrapper {
    margin: 0 15px;
  }
  .productfiltering_wrapper .productfiltering_compare input[type="checkbox"] {
    margin: 0 5px 5px 0;
  }
  .productfiltering_wrapper .productfiltering_compare span {
    margin: 0 5px 0 0;
  }
  .productfiltering_wrapper .productfiltering_show-full-specs {
    float: left;
    flex: 0 1 37%;
    order: 2;
    text-align: left;
  }
  .productfiltering_wrapper .productfiltering_product-info-mid.showingFullSpecsLink .productfiltering_show-full-specs {
    flex: 0 1 auto;
    float: none;
  }
  .productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap .price {
    margin: 0;
  }
  .productfiltering_wrapper .productfiltering_show-price-wrap .formattedPrice {
    font-size: 1.5rem;
  }
  .productfiltering_wrapper .productfiltering_show-price-wrap .formattedPrice sup {
    font-size: .8rem;
  }
  .productfiltering_wrapper .productfiltering_cta-button {
    order: 3;
    margin: 0;
    text-align: right;
  }
  .productfiltering_wrapper .productfiltering_cta-button .getquote_btn .fb-button-p5a {
    font-size: .9rem;
    padding: 10px;
  }
  .productfiltering_wrapper .productfiltering_compare.compare_chkbx {
    display: none;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-settings {
    direction: ltr;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_cta-button {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  .productfiltering_wrapper {
    display: block;
    margin: 20px;
  }
  .productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-settings .mt-custom-select {
    margin: 0;
  }
  .productfiltering_wrapper .ppUX2020_filter_wrap {
    border-top: solid 2px #004494;
    margin: 20px 0 0 0;
  }
  .productfiltering_wrapper .desktop-clear-all-btn {
    display: none;
  }
  .productfiltering_wrapper .mobile-clear-all-btn {
    display: flex;
  }
  .productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-settings .productfiltering_filter-toggle {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  .productfiltering_wrapper .productfiltering_results-top-block .productfiltering_filter-settings .productfiltering_filter-toggle .filter-label {
    font-size: 14px;
    line-height: 21px;
    color: #004494;
  }
  .productfiltering_wrapper .productfiltering_filter-tag-wrap.desktop-filter-tag-wrap {
    display: none;
  }
  .productfiltering_wrapper .productfiltering_filter-tag-wrap.mobile-filter-tag-wrap {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    margin: 20px 8px 20px 0;
  }
  .productfiltering_wrapper .content-bottom > span {
    display: flex;
    margin: 16px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    justify-content: center;
    align-items: center;
    flex: 0 1 43%;
  }
  .productfiltering_wrapper .content-bottom .mobile-clear-all-btn {
    border: 1px solid #333D96;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
  }
  .productfiltering_wrapper .content-bottom .mobile-view-results-btn {
    background-color: #6ab023;
    color: #FFF;
  }
  .productfiltering_wrapper .productfiltering_filters-top-block {
    display: flex;
    align-items: center;
    border-bottom: solid 2px #004494;
    padding: 0 0 20px 0;
    margin-bottom: -1px;
  }
  .productfiltering_wrapper .productfiltering_filters-title-wrap {
    flex: 1 1 auto;
  }
  .productfiltering_wrapper .productfiltering_filters-title {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
  .productfiltering_wrapper .productfiltering_filters-top-block span {
    flex: 0 1 100%;
  }
  .productfiltering_wrapper .productfiltering_filters-clear {
    font-size: .9rem;
    margin: 0;
    text-align: left;
  }
  .productfiltering_wrapper .productfiltering_filter-title-mobile-arrow {
    display: block;
    flex: 0 1 15%;
    text-align: right;
    cursor: pointer;
  }
  .productfiltering_wrapper .productfiltering_filter-title-mobile-arrow .ppUX2020_arrow {
    border: solid #cccccc;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block !important;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .productfiltering_wrapper .productfiltering_filters-mid-block {
    display: none;
  }
  .productfiltering_wrapper .productfiltering_filters-mid-block.expanded-filters {
    display: block;
    margin-top: -2px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000 !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .productfiltering_wrapper .productfiltering_filters-mid-block.expanded-filters .mid-block-content {
    margin: 20px;
    height: 100%;
  }
  .productfiltering_wrapper .productfiltering_filters-mid-block.expanded-filters .mid-block-content .content-mid {
    padding-bottom: 80px;
  }
  .productfiltering_wrapper .productfiltering_filters-mid-block.expanded-filters .mid-block-content .content-bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 56px;
    background-color: #FFF;
    width: 100vw;
    border-top: 1px solid #cccccc;
    align-items: center;
  }
  .productfiltering_wrapper body.ppUX2020_page.ppux-filter-open {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .productfiltering_wrapper .productfiltering_filter-title-mobile-arrow.expanded-filters .ppUX2020_arrow {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
  }
  .productfiltering_wrapper .productfiltering_filter-group-heading-text {
    flex: 1 1 88%;
  }
  .productfiltering_wrapper .productfiltering_filter-group-heading-selected {
    flex: 1 1;
  }
  .productfiltering_wrapper .productfiltering_filter-group-heading-arrow {
    flex: 1 1;
    margin-right: 2px;
  }
  .productfiltering_wrapper .productfiltering_filters,
  .productfiltering_wrapper .productfiltering_results {
    flex: 1 1 100%;
  }
  .productfiltering_wrapper .productfiltering_filter-tag {
    font-size: .9rem;
    padding: 3px 0 3px 10px;
  }
  .productfiltering_wrapper .productfiltering_results {
    margin: 20px 0;
  }
  .productfiltering_wrapper .productfiltering_filters-results-shown {
    text-align: center;
    font-size: .9rem;
  }
  .productfiltering_wrapper .productfiltering_filters-disclaimer {
    text-align: center;
  }
  .productfiltering_wrapper .productfiltering_results-bottom-block {
    margin: 10px 0 0 0;
  }
  .productfiltering_wrapper .product-attr:nth-child(2n) {
    margin-left: 0;
  }
  .productfiltering_wrapper .productfiltering_results-pagination-wrap {
    display: block;
    padding: 0 0 25px 0;
  }
  .productfiltering_wrapper .productfiltering_results-pagination-links-wrap {
    margin-left: 0;
  }
  .productfiltering_wrapper .productfiltering_results-pagination-spacer {
    display: none;
  }
  .productfiltering_wrapper .mt-custom-select,
  .productfiltering_wrapper .productfiltering_results-pagination-links {
    float: none;
  }
  .productfiltering_wrapper .mt-custom-select {
    margin: 0 0 1.5rem 0;
  }
  .productfiltering_wrapper .mt-custom-select .ui-selectmenu-button,
  .productfiltering_wrapper .mt-custom-select .ui-button:active,
  .productfiltering_wrapper .mt-custom-select .ui-button.ui-state-active:hover {
    width: auto !important;
  }
  .productfiltering_wrapper .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
    max-width: none !important;
    padding-right: 30px !important;
  }
  .productfiltering_wrapper .productfiltering_results-pagination {
    display: flex;
  }
  .productfiltering_wrapper .productfiltering_results-pagination-links {
    text-align: center;
  }
  .productfiltering_wrapper .productfiltering_results-pagination-links a {
    padding: 0 10px;
  }
  .productfiltering_wrapper .skeleton .price-wrap span {
    width: 65%;
    display: block;
    float: right;
    color: #666666;
  }
  .productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__image {
    min-height: 150px;
  }
  .productfiltering_wrapper .price {
    margin-right: 20px;
  }
  .productfiltering_wrapper .compare_preview_content .compare_item {
    width: 20%;
    margin: 0 0 1% 1%;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_results {
    border-top: solid 2px #004494;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filters-clear {
    text-align: right;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filter-title-mobile-arrow {
    text-align: left;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_filter-group-heading-arrow {
    flex: 1 1;
    margin-right: 0;
    margin-left: 2px;
  }
  .mt_direction_right_to_left .productfiltering_wrapper .productfiltering_product-info-wrap {
    flex: 1 1 auto;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 600px) {
  .productfiltering_wrapper .productfiltering_filter-group-heading-text {
    flex: 1 1 80%;
  }
  .productfiltering_wrapper .addToCart_btn_wrap .btn-getQuote {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .productfiltering_wrapper .productfiltering_product-info-bottom.showingAddToCartBtn .productfiltering_cta-button {
    flex: 0 1 auto;
    width: 100%;
  }
  .productfiltering_wrapper .productfiltering_cta-button,
  .productfiltering_wrapper .productfiltering_cta-button .addToCart_btn,
  .productfiltering_wrapper .productfiltering_cta-button .btn-getQuote {
    width: 100%;
  }
  .productfiltering_wrapper .productfiltering_product-wrap {
    display: block;
    flex: none;
  }
  .productfiltering_wrapper .productfiltering_product-image-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    max-height: 100%;
    float: none;
    order: 0;
    flex: none;
    padding: 0;
    gap: 16px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .productfiltering_wrapper .productfiltering_product-image-wrap img {
    max-width: 100%;
    margin-bottom: 20px;
    width: auto;
    max-height: 110px;
  }
  .productfiltering_wrapper .productfiltering_product-info-wrap {
    padding: 0;
    gap: 24px;
    display: block;
    flex: none;
    max-width: 100%;
  }
  .productfiltering_wrapper .productfiltering_product-info-top {
    padding: 0;
    width: 100%;
    max-width: 100%;
    float: none;
    order: 1;
  }
  .productfiltering_wrapper .productfiltering_product-header {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
  .productfiltering_wrapper .productfiltering_product-info-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    height: 100%;
    order: 2;
    border: none;
  }
  .productfiltering_wrapper .productfiltering_product-info-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    max-width: 100%;
    height: 100%;
    order: 3;
  }
  .productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap {
    margin: 15px 0;
    float: left;
  }
  .productfiltering_wrapper .productfiltering_show-price-wrap .price-wrap .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    float: left;
  }
  .productfiltering_wrapper .productfiltering_cta-button {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .productfiltering_wrapper .skeleton .skeleton__productFiltering__product .skeleton__productFiltering__image {
    min-height: 75px;
  }
}

.slider .slider-result-bars {
  min-height: 3rem;
  width: calc(105%);
  margin: 0 -2px 1.5rem -2px;
  display: flex;
  justify-content: space-between;
}
.slider .slider-result-bars .result-bar {
  min-width: 4px;
  max-height: 3rem;
  flex: 0 1;
  background: #cccccc;
  align-self: flex-end;
  opacity: 0.25;
}
.slider .slider-result-bars .result-bar.selected {
  opacity: 1;
}
.slider .slider-result-bars .result-bar-0 {
  visibility: hidden;
}
.slider .slider-result-bars .result-bar-1 {
  height: 0.3rem;
}
.slider .slider-result-bars .result-bar-2 {
  height: 0.6rem;
}
.slider .slider-result-bars .result-bar-3 {
  height: 0.9rem;
}
.slider .slider-result-bars .result-bar-4 {
  height: 1.2rem;
}
.slider .slider-result-bars .result-bar-5 {
  height: 1.5rem;
}
.slider .slider-result-bars .result-bar-6 {
  height: 1.8rem;
}
.slider .slider-result-bars .result-bar-7 {
  height: 2.1rem;
}
.slider .slider-result-bars .result-bar-8 {
  height: 2.4rem;
}
.slider .slider-result-bars .result-bar-9 {
  height: 2.7rem;
}
.slider .slider-result-bars .result-bar-10 {
  height: 3rem;
}
.slider .attribute_slider {
  background-color: #cccccc;
  border: none;
  height: 2px;
}
.slider .attribute_slider .ui-slider-handle {
  border: none;
  width: 15px;
  height: 15px;
  background-color: #004494;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
}
.slider .attribute_slider .ui-slider-handle.slider_filter_off {
  background-color: #949494;
}
.slider .attribute_slider .ui-slider-handle:hover {
  border: none;
}
.slider .ui-slider-range {
  background-color: #004494;
}
.slider .ui-slider-range.slider_filter_off {
  background-color: #cccccc !important;
}
.slider .slider-value {
  margin-top: .5em;
  position: relative;
}
.slider .slider-min-value {
  float: left;
}
.slider .slider-max-value {
  float: right;
}
.slider .slider-value span {
  position: absolute;
  left: 0%;
}
.slider .slider-legend {
  width: 100%;
  display: flex;
  padding: 20px 0 0 0;
  justify-content: space-between;
}
.slider .slider-legend span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.slider .slider-reset-container {
  margin: 0.75rem 0 0 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.slider .slider-reset-container .slider-reset-btn {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #004494;
  cursor: pointer;
}
.slider-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
}
.slider-tooltip .slider-tooltip-text {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 37px;
  padding: 8px;
  position: absolute;
  background-color: #004494;
  color: #FFF !important;
  z-index: 1;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 95%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slider-tooltip .slider-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(38%);
  border-width: 12px;
  border-style: solid;
  border-color: #004494 transparent transparent transparent;
}
.slider-tooltip-show .slider-tooltip-text {
  visibility: visible;
}
@media (max-width: 768px) {
  .slider {
    width: 97%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .slider {
    width: 90%;
  }
}

.nested-parent.display .nested-filter-wrap {
  width: 85%;
  margin: 1rem auto;
}
.nested-filter-wrap .subfilter-title {
  font-weight: 700;
}
.nested-filter-wrap .subfilter__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.subfilter .ppUX2020_arrow {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
}
.subfilter[open] .ppUX2020_arrow {
  transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
}
.nested-parent .nested-filter-wrap {
  display: flex;
  flex-direction: column;
}
.flex-order-1 {
  order: 1;
}
.flex-order-2 {
  order: 2;
}
.flex-order-3 {
  order: 3;
}
.flex-order-4 {
  order: 4;
}
.flex-order-5 {
  order: 5;
}
.flex-order-6 {
  order: 6;
}
.flex-order-7 {
  order: 7;
}
.flex-order-8 {
  order: 8;
}
.flex-order-9 {
  order: 9;
}
.flex-order-10 {
  order: 10;
}
.flex-order-11 {
  order: 11;
}
.flex-order-12 {
  order: 12;
}
.nested-parent.covert {
  border: none;
}
.nested-parent.covert > .productfiltering_filter-group-heading {
  display: none;
}
.nested-parent.covert .productfiltering_filter-group-options {
  padding: 0;
}
.nested-parent.covert .subfilter {
  border-bottom: 1px solid #cccccc;
}
.nested-parent.display .nested-filter-wrap .dimension-slider {
  margin-top: 1rem;
}
.nested-parent.display .nested-filter-wrap .subfilter {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.nested-parent.display .nested-filter-wrap .dimension-filter-options {
  margin: 20px 0 0 0 !important;
}
.nested-parent.display.expanded-group .productfiltering_filter-group-options {
  border-left: 2px solid #CCCCCC;
}

.overview_content {
  position: relative;
  clear: both;
}
.overview_content .details .rt {
  line-height: normal ! important;
}
.overviewsvc_title {
  width: 49%;
  float: left;
}
/* for Details in the smaller Content Area */
.details {
  width: 292px;
  position: relative;
}
.specificationspm_c1,
.specificationspm_c2 {
  float: left;
}
.specificationspm_c2 {
  padding-top: 10px;
}
/* for Details and Benefits in Product Overview */
.overview_content .details {
  width: 446px;
  position: relative;
}
.details img {
  margin-right: 15px;
  margin-bottom: 10px;
}
.overviewsvctitle {
  font-size: 12px;
}
.profile-dashboard-details h1#title {
  margin: 1rem 0 1rem 1rem;
  padding: 0px;
  font-size: 2.5rem;
  font-weight: normal;
}
.profile-dashboard-details #content > .standardpar > .text > p {
  padding-left: 31px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.profile-dashboard-details .ptabs_wrapper {
  padding-top: 11px;
}
.profile-dashboard-details .ptabs_wrapper + .accordion_blue_grey {
  clear: both;
}
.profile-dashboard-details p.mt_back_to_dashboard_link {
  margin: 0 0 0 15px;
  padding: 0 0 5px 8px;
  position: relative;
}
.profile-dashboard-details p.mt_back_to_dashboard_link a {
  padding-left: 5px;
}
.profile-dashboard-details p.mt_back_to_dashboard_link a::before {
  border-style: solid;
  border-width: .15rem .15rem 0 0;
  content: '';
  display: block;
  height: 6px;
  left: 0px;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: top;
  width: 6px;
  margin-right: 4px;
  color: #004494;
}
.profile-dashboard-details p.mt_back_to_dashboard_link a:hover::before {
  color: #6AB023;
}
.mt_direction_right_to_left .profile-dashboard-details p.mt_back_to_dashboard_link {
  margin: 0px 2rem 0px 0px;
  padding: 15px 17px 15px 8px;
}
.mt_direction_right_to_left .profile-dashboard-details p.mt_back_to_dashboard_link a::before {
  left: auto;
  right: 0px;
  border-width: 0 0 2px 2px;
}
.userDashboard_view_all_link,
.userDashboard_button {
  display: block;
  float: right;
  padding: 5px 10px 3px 10px;
  margin: -2px 0 0 0;
  background: #0088c0;
  border: solid 1px #0072a2;
  font-size: .65em;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  letter-spacing: .035rem;
  transition: background 175ms;
}
.userDashboard_button_ltblue {
  background-color: #009cdd;
}
.userDashboard_button {
  font-size: .8rem;
  padding: 1px 2px 1px 5px;
  float: none;
  height: 100%;
}
.userDashboard_button .userDashboard_button_icon {
  width: 19px;
  height: 19px;
  fill: #fff;
  float: left;
  margin: 2px 0 0 0;
}
.userDashboard_button .userDashboard_button_text {
  display: inline-block;
  padding: 4px 5px 0 5px;
}
.userDashboard_buttons_account_pages {
  padding: 0 15px 10px;
}
.userDashboard_buttons_account_pages .userDashboard_button {
  display: inline-block;
  padding: 2px 2px 3px 5px;
}
ul.ptabs,
ul.ptabs_overflow,
ul.ptabs-author {
  clear: both;
  display: block;
  list-style: none;
  border-bottom: 3px solid #004494;
  height: 32px;
  padding-bottom: 1px;
}
ul.ptabs_overflow {
  display: none;
  visibility: hidden;
}
ul.ptabs_overflow.ptabs_overflow_active {
  display: block;
  visibility: visible;
}
ul.ptabs li,
ul.ptabs_overflow li,
ul.ptabs-author li {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0px 15px;
  border: solid #D0D0D0;
  border-width: 1px 1px 0 0;
  position: relative;
}
ul.ptabs-author li {
  color: #fff;
}
ul.ptabs li.mt_ptab button.mt-btn-link {
  text-decoration: none;
}
.mt_direction_right_to_left ul.ptabs li,
.mt_direction_right_to_left ul.ptabs_overflow li {
  float: right;
  border-width: 1px 0 0 1px;
}
ul.ptabs li.first,
ul.ptabs li:first-child {
  border-left: 1px solid #D0D0D0;
}
.mt_direction_right_to_left ul.ptabs li.first {
  border-right: 1px solid #d0d0d0;
}
ul.ptabs li.selected,
ul.ptabs_overflow li.selected,
ul.ptabs-author li.author-show-tab {
  background: #004494;
  border: solid #004494;
  border-width: 1px 0 0 0 !important;
}
ul.ptabs li.selected,
ul.ptabs_overflow li.selected,
ul.ptabs li.selected a,
ul.ptabs li.selected a:hover,
ul.ptabs li.selected .mt-btn-link,
ul.ptabs li.selected .mt-btn-link:hover {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
ul.ptabs li.selected a {
  cursor: default;
}
.no-cssgradients ul.ptabs li.selected,
.no-cssgradients ul.ptabs_overflow li.selected {
  background: url(../../docroot/images/background/p5tabs_bg_dark.png) top left repeat-x;
}
ul.ptabs li a,
ul.ptabs li a:hover,
ul.ptabs_overflow li a,
ul.ptabs_overflow li a:hover {
  color: #4F4F4F;
}
.p5tabs_singlePage ul.ptabs li a,
.p5tabs_singlePage ul.ptabs li a:hover,
.p5tabs_singlePage ul.ptabs_overflow li a,
.p5tabs_singlePage ul.ptabs_overflow li a:hover,
.p5tabs_overflowScroll ul.ptabs li a,
.p5tabs_overflowScroll ul.ptabs li a:hover,
.p5tabs_overflowScroll ul.ptabs_overflow li a,
.p5tabs_overflowScroll ul.ptabs_overflow li a:hover {
  max-width: 38vw;
  overflow-x: hidden;
  text-overflow: ellipsis;
  outline: none;
}
.text-collapse-link {
  cursor: pointer;
  display: block;
  text-align: right;
  padding: 5px 10px;
}
.collapse-arrow {
  position: relative;
  display: inline-block;
  margin: 3px 7px 3px 0;
  padding: 4px;
  box-shadow: 2px -2px 0 0 #004494 inset;
}
.text-collapse-link:hover .collapse-arrow {
  box-shadow: 2px -2px 0 0 #6ab023 inset;
}
.collapse-arrow-down {
  transform: rotate(-45deg);
  top: 0;
}
.collapse-arrow-up {
  transform: rotate(135deg);
  top: 3px;
}
.collapse-arrow-right {
  transform: rotate(225deg);
  top: 3px;
}
ul.ptabs li a:hover {
  text-decoration: none;
}
/*Feedback Buttons*/
.button_navi,
#button_navi-sticky-wrapper {
  margin: 0 0 -36px 96px;
  margin: 0 0 -3rem 8rem;
  text-align: right;
  z-index: 2;
  float: right;
}
.mt_direction_right_to_left .button_navi,
.mt_direction_right_to_left #button_navi-sticky-wrapper {
  margin: 0 96px -36px 0;
  margin: 0 8rem -3rem 0;
  text-align: right;
  z-index: 2;
  float: left;
}
.mt_direction_right_to_left .button_navi .fb-button-p5a,
.mt_direction_right_to_left #MT_sticky_layer .button_navi .fb-button-p5a {
  margin: 5px 0 4px 12px;
}
#button_navi-sticky-wrapper .button_navi {
  margin: 0;
  float: none;
}
.is-sticky {
  float: none !important;
  z-index: 100;
}
.is-sticky .ptabs_wrapper {
  z-index: 1000;
  padding-top: 20px;
  -webkit-box-shadow: -40px -3px #ffffff, 40px -3px #ffffff, 0 10px 10px -6px rgba(50, 48, 50, 0.49);
  -moz-box-shadow: -40px -3px #ffffff, 40px -3px #ffffff, 0 10px 10px -6px rgba(50, 48, 50, 0.49);
  box-shadow: -40px -3px #ffffff, 40px -3px #ffffff, 0 10px 10px -6px rgba(50, 48, 50, 0.49);
}
.is-sticky .button_navi {
  z-index: 1100;
  /*IE7 hack*/
  *margin-left: -258px !important;
}
/*Mobile Menu*/
ul.ptabs_overflow li a.mobile-menu {
  background: url('../../../../../etc.clientlibs/mt/images/clientlibs/sprites/resources/sprite_gui4_no_repeat-v4.png') no-repeat scroll transparent -331px 3px;
  display: block;
  height: 32px;
  width: 25px;
}
ul.ptabs_overflow li {
  position: relative;
}
ul.ptabs_overflow ul.others {
  background: #fff;
  position: absolute;
  left: -9999px;
  z-index: 20000;
  border-color: #CECECE;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-radius: 0px 0px 2px 2px;
  padding: 0px;
  box-shadow: 3px 6px 7px #888888;
}
.mt_direction_right_to_left ul.ptabs_overflow ul.others {
  right: -9999px;
  left: auto;
}
.mt_direction_right_to_left ul.ptabs_overflow li.ptabs_overflow_menu {
  border-right: 1px solid #d0d0d0;
}
ul.ptabs_overflow ul.others li {
  padding: 6px 15px;
  float: none;
  border-width: 0px;
}
ul.ptabs_overflow ul.others a {
  white-space: nowrap;
}
ul.ptabs_overflow li.ptabs_overflow_menu:hover ul {
  left: 0;
}
.mt_direction_right_to_left ul.ptabs_overflow li.ptabs_overflow_menu:hover ul {
  right: 0;
  left: auto;
}
.ptabs_wrapper {
  position: relative;
  background-color: #ffffff;
  padding-top: 10px;
}
.ptab-content {
  display: grid;
}
.ptabs_loading_mask {
  background: #fff;
  height: 45px;
  height: 3.75rem;
  display: block;
  position: absolute;
  z-index: 1;
  width: 101%;
  margin-top: -4px;
}
.ptabs_loading_mask > div {
  position: absolute;
}
.ptabs_loading_mask.ptabs_overflow_active {
  display: none;
}
.ptabs .serviceshtmlinclude {
  padding-top: 10px;
}
.tabcontent {
  display: block;
  margin: 0px;
  top: 0px;
  left: 0px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0 0 5px 5px;
}
.ptabs .tabcontent {
  margin-bottom: 10px;
  margin-botton: .833rem;
}
.p5tabs_singlePage .p5tabs .ptab-content .ptabs_accordion_header,
.p5tabs_overflowScroll .p5tabs .ptab-content .ptabs_accordion_header {
  display: flex;
  align-content: center;
  align-items: center;
  width: 94%;
  padding: 2rem 3%;
  background: #efefef;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.p5tabs_singlePage .p5tabs .ptab-content .ptabs_accordion_header.simple-accordion_header,
.p5tabs_overflowScroll .p5tabs .ptab-content .ptabs_accordion_header.simple-accordion_header {
  background: transparent;
  padding: 1.5rem 0;
  margin-top: 0;
  width: 100%;
}
.ptabs_accordion_header.simple-accordion_header {
  border-top: 0;
}
.ptabs_accordion_header.simple-accordion_header .simple-accordion_icon {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 1.75rem;
  margin-bottom: -2px;
  margin-left: 3px;
}
.ptab-content.collapsed .ptabs_accordion_header.simple-accordion_header .simple-accordion_icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 5px;
}
.first-ptab-content .ptabs_accordion_header.simple-accordion_header {
  border-top: solid 1px #e5e5e5;
}
.ptabs_accordion_header.simple-accordion_header {
  border-bottom: 0px;
}
.ptab-content.collapsed .ptabs_accordion_header.simple-accordion_header {
  border-bottom: solid 1px #e5e5e5;
}
.p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber {
  display: flex;
}
.p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber .servicePhoneContainer,
.p5tabs_singlePage .servicepfform.form .servicePhoneContainer {
  float: none !important;
  width: auto !important;
}
.p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber .servicePhoneContainer .contact-phone-container,
.p5tabs_singlePage .servicepfform.form .servicePhoneContainer .contact-phone-container {
  float: none;
}
.p5tabs_singlePage .servicePhoneContainer.phoneInsertedNoFeedback {
  float: none;
  width: auto;
}
.p5tabs_singlePage .servicePhoneContainer.phoneInsertedNoFeedback .contact-phone-container {
  padding-bottom: 0;
  padding-top: 5px;
  float: none;
}
.touch .servicePhoneContainer.phoneInsertedNoFeedback .phone-gui4 a.mobile_phoneNumber {
  padding-left: 1.75rem;
}
.p5tabs_singlePage .ptabs_accordion_header .fb-a-button-wrapper,
.p5tabs_overflowScroll .ptabs_accordion_header .fb-a-button-wrapper,
.p5tabs_singlePage .ptabs_accordion_header .form {
  margin: 0 0 0 25px;
}
.p5tabs_singlePage .p5tabs .ptab-content-body,
.p5tabs_overflowScroll .p5tabs .ptab-content-body {
  padding: 0px;
  box-sizing: border-box;
  opacity: 1;
  height: auto;
  display: block;
}
.p5tabs_singlePage .p5tabs .ptab-content-body {
  position: relative;
}
.p5tabs_singlePage .p5tabs .ptab-content.collapsed .ptab-content-body,
.p5tabs_overflowScroll .p5tabs .ptab-content.collapsed .ptab-content-body {
  display: none;
}
.p5tabs_singlePage .p5tabs .ptab-content-body .mask {
  width: 100%;
  height: 0%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #ffffff 40px);
  z-index: 20;
  bottom: 0;
}
.p5tabs .ptab-content img[data-src] {
  color: transparent;
  position: relative;
  outline: none;
}
.p5tabs .ptab-content img[data-src]::after {
  content: " ";
  outline: none;
  color: #004494;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #fefefe, #f2f2f2, #cecece, #c3c3c3);
  background-size: 400% 400%;
  text-align: center;
  -webkit-animation: AnimationName 2s ease infinite;
  -moz-animation: AnimationName 2s ease infinite;
  animation: AnimationName 2s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* MT Sticky HTML5 */
#MT_sticky_layer .button_navi {
  margin: 0px 0px -31rem 8rem;
  margin: 0px 0px -2.8rem 8rem;
}
#MT_sticky_layer .button_navi.phased-out-buttons {
  width: 100%;
  background: #fff;
  padding: 5px 0 2px 0;
  border-bottom: 3px solid #004494;
}
.mt_direction_right_to_left #MT_sticky_layer .button_navi {
  float: left;
  margin: 1px 96px -34px 0px;
  margin: 0 8rem -2.8rem 0;
}
#MT_sticky_layer .ptabs_wrapper {
  background: #ffffff;
}
#content_main .p5tabs .ptabs_collapsed {
  display: block;
  width: 100%;
  height: 1px;
}
#MT_sticky_layer .ptabs_collapsed {
  width: 100%;
  height: 3px;
  background-color: #004494;
  display: none;
}
.mt_direction_right_to_left #MT_sticky_layer .button_navi {
  left: 0;
  right: auto;
}
/* MTCOM-3612: Updates to Accessories and Consumable tabs */
.ptabs .overflow_tab_accessories_li,
.ptabs .overflow_tab_consumables_li {
  border: 0px;
  text-align: center;
}
.ptabs .overflow_tab_accessories_li.has-accessories,
.ptabs .overflow_tab_consumables_li.has-consumables {
  border: solid #d0d0d0;
  border-width: 1px 1px 0 0;
}
/* Hide these elements initially, then display them if we find children in them with JS */
.ptabs .overflow_tab_accessories_li a.overflow_tab_accessories,
.ptabs .overflow_tab_consumables_li a.overflow_tab_consumables,
.ptabs_overflow .overflow_tab_accessories_li a.overflow_tab_accessories,
.ptabs_overflow .overflow_tab_consumables_li a.overflow_tab_consumables,
.mt_ptab.accessories,
.mt_ptab.consumables,
#accessories.ptab-content,
#consumables.ptab-content {
  display: none;
}
.p5tabs_singlePage .mt_ptab.accessories,
.p5tabs_singlePage .mt_ptab.consumables,
.p5tabs_singlePage #accessories.ptab-content,
.p5tabs_singlePage #consumables.ptab-content {
  display: block;
}
#MT_sticky_layer .button_navi .fb-button-p5a {
  min-height: 48px;
}
/**
PTABS Horizontal Overflow Arrows
**/
.MTtabs_overflow_left,
.MTtabs_overflow_right {
  background: transparent !important;
  border: 0px !important;
  cursor: pointer !important;
  height: 48px !important;
  padding: 0px !important;
  position: absolute !important;
  top: 0px !important;
  -webkit-transition: opacity 300ms ease-out 0ms, visibility 300ms linear 0ms !important;
  -moz-transition: opacity 300ms ease-out 0ms, visibility 300ms linear 0ms !important;
  transition: opacity 300ms ease-out 0ms, visibility 300ms linear 0ms !important;
  z-index: 1;
  display: none;
  outline-width: 0px;
}
.MTtabs_overflow_left.p5tabs_overflowScroll,
.MTtabs_overflow_right.p5tabs_overflowScroll {
  height: 38px !important;
}
.MTtabs_overflow_left {
  left: 0px !important;
  right: auto !important;
}
.MTtabs_overflow_right {
  left: auto !important;
  right: 0px !important;
}
.MTtabs_overflow_arrow_outer {
  background-color: #ffffff !important;
  display: inline-block !important;
  height: 100% !important;
  position: relative !important;
  vertical-align: top !important;
  padding: 0 8px;
}
.MTtabs_overflow_arrow_inner {
  color: #484848 !important;
  position: relative !important;
  top: 58% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.MTtabs_overflow_mask_left {
  display: inline-block !important;
  height: 100% !important;
  vertical-align: top !important;
  width: 20px !important;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff) !important;
}
.MTtabs_overflow_mask_right {
  display: inline-block !important;
  height: 100% !important;
  vertical-align: top !important;
  width: 20px !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff) !important;
}
.mt_direction_right_to_left .ptabs_accordion_header.simple-accordion_header .simple-accordion_icon {
  margin-right: 0;
  margin-left: 1.75rem;
}
.ptab-content .text.parbase a[id]:empty {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media (max-width: 1009px) {
  .ptabs_accordion_header.simple-accordion_header .simple-accordion_icon {
    margin-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p5tabs_singlePage ul.ptabs li a,
  .p5tabs_singlePage ul.ptabs li a:hover,
  .p5tabs_singlePage ul.ptabs_overflow li a,
  .p5tabs_singlePage ul.ptabs_overflow li a:hover,
  .p5tabs_overflowScroll ul.ptabs li a,
  .p5tabs_overflowScroll ul.ptabs li a:hover,
  .p5tabs_overflowScroll ul.ptabs_overflow li a,
  .p5tabs_overflowScroll ul.ptabs_overflow li a:hover {
    display: inline-block;
  }
  #MT_sticky_layer .button_navi .fb-button-p5a {
    margin: 5px 12px 4px 0;
  }
  .p5tabs_singlePage .p5tabs .ptab-content-body,
  .p5tabs_overflowScroll .p5tabs .ptab-content-body {
    width: 100vw;
  }
}
@media (max-width: 750px) {
  .specificationspm_c1,
  .specificationspm_c2 {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p5tabs_singlePage .p5tabs .ptab-content-body,
  .p5tabs_overflowScroll .p5tabs .ptab-content-body {
    width: 100% !important;
  }
  .profile-dashboard-details #content > .standardpar > .text {
    padding-top: 0px;
  }
  .profile-dashboard-details #content > .standardpar > .text > p {
    padding-left: 1rem;
  }
  .button_navi,
  #button_navi-sticky-wrapper {
    margin: 0 0 -38px 96px;
    margin: 0 0 -2.75rem 8rem;
  }
  #MT_sticky_layer .button_navi {
    margin: 0px 0px -28rem 8rem;
    margin: 0px 0px -2rem 8rem;
  }
  .p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber {
    display: block;
  }
  .p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber .servicePhoneContainer .servicephone {
    margin-left: -17px;
  }
  .ptab-content#servicespl button.fb-button-p5a {
    padding: .7rem 1.25rem;
  }
  .p5tabs_singlePage .p5tabs .ptab-content#servicespl .ptabs_accordion_header {
    padding: 1rem 3%;
  }
  .p5tabs_singlePage form.service_btn.hasInsertedPhoneNumber .servicePhoneContainer .contact-phone-container {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .ptab-content .text.parbase a[id]:empty {
    top: -20px;
  }
}
@media (max-width: 400px) {
  .button_navi,
  #button_navi-sticky-wrapper {
    margin: 0 0 -35px 96px;
    margin: 0 0 -2.5rem 8rem;
  }
}

.p5tabs_singlePage .p5tabs .ptab-content-body {
  width: 1009px;
}
.p5tabs_singlePage .p5tabs .overview_content {
  overflow-x: hidden;
}
@media (max-width: 1009px) {
  .p5tabs_singlePage .p5tabs .ptab-content-body {
    width: 100vw;
  }
  .p5tabs_singlePage #MT_sticky_layer .top .button_navi_wrapper,
  .p5tabs_overflowScroll #MT_sticky_layer .top .button_navi_wrapper,
  .p5tabs_overflowScroll #content_main .button_navi,
  #content_main .button_navi.fbaContext,
  .mt-author-link-to-edit {
    display: none;
  }
  .p5tabs_singlePage ul.ptabs,
  .p5tabs_overflowScroll ul.ptabs {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    padding: 0px;
    white-space: nowrap;
    background-color: #ffffff;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: hidden;
  }
  .p5tabs_singlePage ul.ptabs::-webkit-scrollbar .p5tabs_overflowScroll ul.ptabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1028px) {
  .ptabs .link_blocks,
  .ptabs .linklist .expandedLinkListTitle {
    width: auto;
    padding: 0px 4px 0px 13px;
  }
  #button_navi-sticky-wrapper .button_navi {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .p5tabs_singlePage ul.ptabs li a,
  .p5tabs_singlePage ul.ptabs li a:hover,
  .p5tabs_singlePage ul.ptabs_overflow li a,
  .p5tabs_singlePage ul.ptabs_overflow li a:hover,
  .p5tabs_overflowScroll ul.ptabs li a,
  .p5tabs_overflowScroll ul.ptabs li a:hover,
  .p5tabs_overflowScroll ul.ptabs_overflow li a,
  .p5tabs_overflowScroll ul.ptabs_overflow li a:hover {
    display: inline-block;
  }
  .ptabs_wrapper.p5tabs_overflowScroll {
    padding: 0px !important;
  }
}
@media (max-width: 600px) {
  .ptabs_loading_mask {
    display: none;
  }
  .ptabs .matchingblockbannerteaser img {
    width: 170%;
  }
}
@media (max-width: 460px) {
  ul.ptabs,
  ul.ptabs_overflow {
    height: 38px;
  }
  ul.ptabs li,
  ul.ptabs_overflow li {
    padding: 3px 15px;
  }
}

.tabTeasersContainer {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  background: #fafafa;
  text-align: center;
  position: relative;
  padding: 25px 0px;
  margin: 2px 0;
}
.tabTeasersContainer .tabTeasersTitle {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}
.tabTeasersContainer .tabTeasersBlock {
  display: inline-block;
  box-shadow: 0px 0px 5px 1px #e5e5e5;
  background: #ffffff;
  padding: 20px 10px;
}
.tabTeaserTable {
  display: table;
  margin: 0 auto;
}
.tabTeaserTable .tb_row {
  display: table-row;
}
.tabTeaserTable .tb_th,
.tabTeaserTable .tb_td {
  display: table-cell;
  width: 180px;
  background: #fff;
}
.tabTeaserTable .tb_th,
.tabTeaserTable .tb_td .tb_mobile_title {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.2rem;
}
.tabTeaserTable .tb_th {
  box-shadow: 0 -1px 5px -1px #e5e5e5;
  padding: 20px 20px 0px 20px;
}
.tabTeaserTable .tb_td .tb_mobile_title {
  text-align: left;
}
.tabTeaserTable .tb_td {
  box-shadow: 1px 3px 2px 1px rgba(229, 229, 229, 0.5), 0px 3px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 15px 20px 50px 20px;
  text-align: left;
}
.tabTeaserTable .tb_spacer {
  width: 35px;
}
.tabTeaserTable .tb_td .tb_mobile_title {
  display: none;
  padding: 0px 0px 10px 0px;
}
@media (max-width: 500px) {
  .tabTeasersContainer .tabTeasersTitle {
    margin-top: 30px;
  }
  .tabTeaserTable .tb_mobile_title {
    display: block !important;
  }
  .tabTeaserTable .tb_spacer,
  .tabTeaserTable .tb_th {
    display: none;
  }
  .tabTeaserTable .tb_td {
    margin-bottom: 15px;
    display: block;
    width: auto;
  }
}

._homepage .moodspar img.mood-image,
._esbu .moodspar img.mood-image,
._productfamily .moodspar img.mood-image,
._productline .moodspar img.mood-image {
  border-bottom: 2px solid #004494;
}
#mood_layer #mood_border {
  z-index: 80;
}
#main_layer.productmodel #mood_layer {
  border: 1px solid #e6e6e6;
  margin-top: 2px;
}
#main_layer.productmodel #content_layer {
  padding-top: 2px;
}
.details .specificationspmpar .textimage_cell img {
  margin-right: 0px;
}
#productDetails .specificationspmipar div.textimage_row {
  display: flex;
}
#productDetails .specificationspmipar div.textimage_cell {
  display: block;
  flex: 1 1 50%;
  padding-right: 0;
}
#productDetails .specificationspmipar div.textimage_cell-text {
  padding-right: 10px;
}
#productDetails .specificationspmipar div.textimage_cell-image {
  text-align: center;
}
.details.p5_details {
  width: 100%;
}
.details.p5_details h2 {
  margin-top: 30px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.667rem;
  margin-left: 30px;
  margin-left: 2.5rem;
  font-size: 24px;
  font-size: 2rem;
  font-weight: normal;
}
.p5tabs .text,
.p5tabs .textimage,
.p5tabs .overview {
  padding: 0px 20px;
}
.p5tabs .servicePhoneContainer {
  float: right;
  width: 25%;
  min-width: 160px;
}
img.thank-you-preview-btn {
  position: relative;
  top: -33px;
  right: -41px;
}
.overview_content .overviewafpar > div.section {
  padding: 0 20px;
}
span#addLineDocumentsReference {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
p.docReferenceHeader {
  font-weight: bold;
}
.price-wrap .tooltip {
  display: none;
}
.vat-label {
  font-style: italic;
}
#mood_layer div.product_purchaseInfo p.product-available {
  color: #53a043;
  font-weight: bold;
  font-style: normal;
}
.chevron::before {
  border-style: solid;
  border-width: 0.07em 0.07em 0 0;
  content: '';
  display: inline-block;
  height: 0.25em;
  left: 0.15em;
  position: relative;
  top: .1em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: top;
  width: 0.25em;
}
.chevron.top:before {
  margin-right: 0.35em;
}
.no-prod-info .chevron.top:before {
  border-color: #e6e6e6;
  width: 0px;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 0.15em;
}
.mt_direction_right_to_left .chevron.right:before {
  left: 0;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 0.35em;
}
.chevron.bottom:before {
  top: 0;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
span.chevron.left,
span.chevron.top {
  padding-right: 5px;
  float: left;
}
span.chevron.right {
  padding-left: 5px;
  float: right;
}
.chevron.left:before {
  left: 0.25em;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 0.35em;
}
.mt_direction_right_to_left .chevron.left:before {
  left: 0.25em;
  transform: rotate(45deg);
  margin-left: 0.15em;
}
.chevron strong {
  display: none;
}
.no-csstransforms .chevron strong {
  display: inline;
}
.servicePhoneContainer .contact-phone-container {
  float: right;
  left: 8px;
}
.mt_direction_right_to_left .servicePhoneContainer .contact-phone-container {
  direction: ltr !important;
}
.product_teaser_placeholder {
  display: none;
  margin: 10px 0px;
  position: relative;
}
.product_teaser_placeholder .thankyouteaser {
  padding: 5px 10% 5px 4%;
  background-color: #efefef;
}
.product_teaser_placeholder .thankyouteaser .boxError {
  display: none;
}
.product_teaser_placeholder .thankyouteaser .thankyou_teaser_fulfillment,
.product_teaser_placeholder .thankyouteaser .thankyou_teaser_image {
  display: table-cell;
  vertical-align: middle;
}
.product_teaser_placeholder .thankyouteaser .thankyou_teaser_fulfillment {
  padding: 7px 0 7px 10px;
}
.product_teaser_placeholder .thankyouteaser img {
  max-width: 90px;
}
.product_teaser_placeholder .thankyouteaser .thankyou_teaser_title {
  font-size: 18px;
  font-size: 1.5rem;
  margin: 0 0 13px 0;
}
.product_teaser_placeholder .thankyouteaser .thankyou_teaser_title a {
  font-weight: bold;
}
.product_teaser_placeholder .thankyouteaser .text {
  padding: 5px 0px 10px 0px;
}
.product_teaser_placeholder .thankyou_teaser_close::before {
  content: "\00D7";
  position: absolute;
  right: 9px;
  top: 0px;
  font-size: 4rem;
  cursor: pointer;
  color: #2b81e7;
  font-family: Garamond, "Apple Garamond";
  z-index: 101;
}
.stack_p5tabs_buttons .button_navi {
  box-shadow: #A5A5A5 0 0 5px 0;
  padding: 7px 7px 2px 7px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.83);
  background: linear-gradient(to right, #e8e8e8 0, #ffffff 100%);
  border-radius: 9px;
  width: auto !important;
  margin-top: -3px !important;
}
.stack_p5tabs_buttons .button_navi .fb-button-p5a,
.stack_p5tabs_buttons .button_navi .fb-button-p5a-no-modal {
  margin: 0px 0px 5px 0px !important;
}
.stack_p5tabs_buttons .fb-a-button-wrapper {
  display: block;
}
.benefit-overlay-image {
  padding-bottom: 20px;
  width: 100%;
}
.productDetails_c2 .benefit {
  margin-left: 30px;
  margin-left: 2.5rem;
  margin-right: 30px;
  margin-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: solid 1px #dddddb;
  display: table;
}
.productDetails_c2 div.benefit:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.productDetails_c2 .benefit .text-section-image {
  display: table-cell;
  padding-right: 2.5%;
  vertical-align: top;
}
.productDetails_c2 .benefit .text-section-no-image {
  display: inline-block;
  width: 100%;
}
.productDetails_c2 .benefit .benefit-inline-image {
  display: table-cell;
  margin: 12px 0 0 0;
  vertical-align: top;
}
#MT_sticky_layer .top .button_navi_wrapper {
  display: block;
  padding: 10px 0 0 0;
}
#MT_sticky_layer .top .button_navi_wrapper:has(#button_navi:empty),
#MT_sticky_layer .top .button_navi_wrapper:empty {
  padding: 0;
}
#MT_sticky_layer .bottom .button_navi_wrapper {
  display: none;
}
.pm_bullet_list {
  list-style: none;
  /* Remove default bullets */
}
.pm_bullet_title {
  color: #004494;
}
.pm_bullet_list li {
  list-style-image: none;
  margin: 25px 0 0 0;
}
ul.pm_bullet_list li::before {
  content: "\25A0";
  color: #004494;
  font-weight: bold;
  display: block;
  width: 1em;
  margin-left: -1em;
  line-height: normal;
  margin-top: -1px;
  float: left;
  font-size: 1.75rem;
}
#mood_layer.productmodel #mood_pagetitle ul.pm_bullet_list p {
  font-size: 1.5rem;
  padding: 0px 15px;
  line-height: 2rem;
  margin: 0px;
}
.p5tabs .mbItem .image {
  height: auto;
}
.p5tabs .publicationsblockpar .mb_documentationLayout .mbItem .image a {
  border-bottom: 0px;
}
.serviceTable {
  display: table;
  width: 100%;
}
.serviceTable .infoMsgBox {
  width: 201%;
}
.serviceTable .serviceTableRow {
  display: table-row;
  width: 100%;
}
.serviceTable .serviceTableColumnLeft,
.serviceTable .serviceTableColumnRight,
.serviceTable .verticalSpacer {
  display: table-cell;
  vertical-align: top;
}
.serviceTable .serviceTableColumnLeft,
.serviceTable .serviceTableColumnRight {
  width: 50%;
}
.serviceintropar {
  padding: 10px;
  padding: .833rem;
}
div.servicedropdown,
.servicevalueboxes {
  padding-bottom: 24px;
  padding-bottom: 2rem;
}
.serviceTable .standalonemoodimage {
  padding-top: 5px;
  padding-top: .416rem;
}
/* MTCOM-13332, show 'Get a Quote' next to Add to Cart button. */
button.btn-getQuote[data-isProductModelPageWithCart="true"] {
  float: left;
  color: #004494;
  background: #fff;
  border: 0;
  margin: 0 15px 0 0;
}
button.btn-getQuote[data-isProductModelPageWithCart="true"] span {
  font-size: 13px;
  line-height: 21px;
  padding: 9px 20px;
  border: solid 1px #004494;
}
button.btn-getQuote[data-isProductModelPageWithCart="true"]:hover {
  color: #004494;
  background: #eaebf4;
}
button.btn-getQuote[data-isProductModelPageWithCart="true"]:focus,
button.btn-getQuote[data-isProductModelPageWithCart="true"]:active {
  color: #004494;
  background: #c1c4df;
}
.simple-accordion_header {
  font-weight: normal;
  color: #666;
  font-size: 14px;
  border-bottom: solid 1px #e5e5e5;
  padding: 1.25rem 0;
  margin: 0;
  cursor: pointer;
}
.simple-accordion_header:first-child {
  border-top: solid 1px #e5e5e5;
}
.simple-accordion_header-large,
.ui-accordion-header.simple-accordion_header-large,
.ui-accordion-header.ui-state-default.simple-accordion_header-large,
.ui-accordion-header.ui-state-focus.simple-accordion_header-large,
.ui-accordion-header.ui-state-active.ui-state-hover.simple-accordion_header-large,
.ui-accordion-header.ui-state-hover.simple-accordion_header-large {
  font-size: 20px;
  color: #333;
}
.simple-accordion_icon {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-right: .75rem;
}
.ghpg-region-button.simple-accordion_icon {
  float: right;
  margin: 8px 2px 0 0;
  padding: 3px;
}
.simple-accordion_icon-collapsed {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
}
.simple-accordion_icon-expanded {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-bottom: -2px;
}
.simple-accordion_header-large .simple-accordion_icon,
.ui-accordion .ui-accordion-header.simple-accordion_header-large .ui-accordion-header-icon {
  padding: 5px;
  margin-right: 1.75rem;
}
.mt_direction_right_to_left .simple-accordion_icon {
  margin-left: .75rem;
}
.introtext_wrapper:has(.showcaseWrapper):has(.servicevaluespar .iconsGrid__cards:empty) .servicevaluespar {
  display: none;
}
/* Where .introtext_wrapper has Service XF visible, 
 * but no visible components below that,
 * and is followed by .esbucustompar,
 * pull .esbucustompar up by 60px,
 * so single 60px vertical space divides them. */
.introtext_wrapper:has(.showcaseWrapper):has(.servicevaluespar .iconsGrid__cards:empty):has(.esbucustompar) .esbucustompar {
  margin: -60px 0 0 0;
}
@media (max-width: 1009px) {
  #MT_sticky_layer .bottom .formpm {
    display: flex;
    justify-content: center;
  }
  #MT_sticky_layer .bottom button.btn-getQuote[data-isProductModelPageWithCart="true"] {
    order: -1;
  }
}
@media (max-width: 600px) {
  .serviceTable,
  .serviceTable .serviceTableRow,
  .serviceTable .serviceTableColumnLeft,
  .serviceTable .serviceTableColumnRight {
    display: block;
  }
  .serviceTable .serviceTableColumnLeft,
  .serviceTable .serviceTableColumnRight {
    width: 100%;
  }
}
@media only screen and (max-width: 1009px) {
  #mood_layer img.mood-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .productDetails_c2 div.benefit {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #productDetails .specificationspmipar div.textimage_row,
  #productDetails .specificationspmipar div.textimage_cell {
    display: block;
  }
  #productDetails .specificationspmipar div.textimage_cell-text {
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .pm_bullet_list {
    padding: 0px;
    margin: 0px 10px;
  }
  ul.pm_bullet_list li::before {
    margin-left: 0px;
  }
  #mood_layer.productmodel #mood_pagetitle ul.pm_bullet_list p {
    font-size: 1.25rem;
    padding: 0px 25px;
  }
  .ptabs_accordion_header .form .servicePhoneContainer {
    float: none;
    width: auto;
  }
  .ptabs_accordion_header .form .servicePhoneContainer .contact-phone-container {
    float: none;
    padding: 10px 0px !important;
    left: 0;
  }
}
@media (max-width: 600px) {
  .p5tabs .ptab-content-body h3:first-child {
    padding: 0px 15px;
  }
  /* 2017.r05 Mobile updates to publications section */
  .p5tabs .publicationsblockpar {
    padding: 1.07rem;
  }
  .p5tabs .publicationsblockpar .standalonemoodimage .carouselbase_frame {
    border: 2px solid #dadada !important;
    border-radius: 0px !important;
    margin: 0px!important;
  }
  .p5tabs .publicationsblockpar .carouselbase_SliderBox {
    margin-bottom: 1.07rem;
  }
  .p5tabs .publicationsblockpar .carouselbase_frame_main_image,
  .p5tabs .publicationsblockpar .carouselbase_frame_main_image img,
  .p5tabs .publicationsblockpar .matching_box .mbItem .image img {
    display: none !important;
  }
  .p5tabs .publicationsblockpar .matching_box .mbItem {
    background-image: none;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 1.07rem;
    height: auto;
    border: 2px solid #dadada !important;
  }
  .p5tabs .publicationsblockpar .mb_documentationLayout .mbItemWrapper .mbItem .itemInfo,
  .p5tabs .publicationsblockpar .mb_documentationLayout .mbItem .image {
    float: none;
  }
  .p5tabs .publicationsblockpar .mb_documentationLayout .accordion .mbItemWrapper {
    border-bottom: 0px;
  }
  .p5tabs .publicationsblockpar .mb_documentationLayout .accordion .mbItem {
    margin-bottom: 0px;
  }
  .p5tabs .publicationsblockpar .mbItemWrapper:last-child .mbItem {
    margin-bottom: 0px;
  }
  .p5tabs .publicationsblockpar .mb_gridLayout .mbItem,
  .p5tabs .publicationsblockpar .mb_gridLayout .mbItemWrapper {
    height: auto;
  }
  .p5tabs .publicationsblockpar .mb_gridLayout .mbVerticalSeparator {
    height: 0px;
  }
  .p5tabs .publicationsblockpar .mb_gridLayout .mbItemWrapper {
    padding-bottom: 0px;
  }
  .p5tabs .mb_gridLayout .title,
  .p5tabs .mb_enewsLayout .title {
    padding-left: 0px;
    padding-left: 0rem;
  }
  .p5tabs .publicationsblockpar .standalonemoodimage .carousel_title {
    padding: 0 13px;
  }
  .p5tabs .publicationsblockpar .matching_box .title {
    padding: 15px 15px 15px 0px;
  }
  .p5tabs .matching_box .content {
    padding: 16px 0 0 0;
  }
  .p5tabs .publicationsblockpar .matching_box .content:first-child {
    padding: 0px;
  }
  #mood_layer img.mood-image {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .productDetails_c2 .benefit .text-section-image,
  .productDetails_c2 .benefit .benefit-inline-image {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
  }
  .productDetails_c2 .benefit .text-section-image {
    padding-right: 5%;
  }
}

.p5tabs_singlePage .p5tabs .ptab-content-body {
  width: 1009px;
}
.p5tabs_singlePage .p5tabs .overview_content {
  overflow-x: hidden;
}
@media (max-width: 1009px) {
  .p5tabs_singlePage .p5tabs .ptab-content-body {
    width: 100vw;
  }
  .p5tabs_singlePage #MT_sticky_layer .top .button_navi_wrapper,
  .p5tabs_singlePage #content_main .button_navi,
  .mt-author-link-to-edit {
    display: none;
  }
  .p5tabs_singlePage #content_main .productmodel .button_navi,
  #content_main .productmodel .button_navi.fbaContext {
    display: block !important;
  }
  #MT_sticky_layer .bottom #button_navi .fb-see-thx-btn {
    float: none !important;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper {
    display: block;
    box-shadow: 0px -1px 28px 0px rgba(72, 72, 72, 0.75);
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi:not(.productmodel__ctaButtons) {
    margin: 0px !important;
    float: none;
    padding: 6px 0px;
    background: #dadada;
    text-align: center;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .feedbacka_button,
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .form {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .form {
    padding: 5px 15px;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .feedbacka_button::-webkit-scrollbar {
    display: none;
  }
  .p5tabs_singlePage ul.ptabs {
    display: flex;
    overflow-x: scroll;
    width: 100vw;
    padding: 0px;
    white-space: nowrap;
    background-color: #ffffff;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: hidden;
  }
  .p5tabs_singlePage ul.ptabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 895px) {
  .mood_image_teaser {
    display: none;
  }
}

