.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
body .col .leaflet-container {
margin-bottom: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
-o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//mckineymfg.com/wp-content/themes/salient/img/icons/leaflet/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//mckineymfg.com/wp-content/themes/salient/img/icons/leaflet/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}  .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}#tt,#tt.amp-tooltip{position:absolute;display:block;z-index:1500}#tt.amp-tooltip{display:block;max-width:300px}#tt iframe{max-width:99%}#tttop{display:block}#ttcont{display:block;padding:20px;margin-left:5px;background:#333;color:#fff;overflow:auto}#ttbot{display:block;margin-left:5px}#ttcont ol,#ttcont ul{list-style-position:inside}#ttcont>img{display:block}.cmtt-clearfix{clear:both}.cmtt-backlink{display:block;margin:10px 0}.cmtt-glossary-tooltip-toggle-wrapper{margin:10px 0}.cmtt-tooltip-overlay{display:inline-block;position:relative}.cmtt-tooltip-overlay-icon{display:inline-block;position:absolute;top:0;right:0}.cmtt_longtext{width:300px}.cmtt-tooltip-overlay-icon:after{position:absolute;top:0;right:0;content:"";width:15px;height:15px;background:url(//mckineymfg.com/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/tooltip-image-overlay-icon.png);background-repeat:no-repeat;background-position:center center;background-color:transparent;z-index:1400;background-size:100%}#tt #tt-btn-close{width:16px;height:16px;background-position:-80px -128px;position:absolute;right:0;top:0;cursor:pointer;font-size:20px;color:#222;direction:rtl;z-index:10000}ul#glossaryList{padding:0;margin:0;list-style-type:none!important}div.glossary-container>ul.pageNumbers{padding-top:20px}div.glossary-container>p br{display:none}span.glossaryLink,a.glossaryLink{text-decoration:none!important;border-bottom:dotted 1px}span.glossaryLink:focus,a.glossaryLink:focus,#tt-btn-close{outline:0}span.glossaryLink.hasDashicon,a.glossaryLink.hasDashicon{border-bottom:none!important}a.glossaryLink:hover{text-decoration:none!important}span.glossaryLink.hasDashicon:hover,a.glossaryLink.hasDashicon:hover{border-bottom:none!important;text-decoration:none!important}#glossary-categories{float:right;margin:0}.mobile-link{margin:10px;font-size:14pt}.mobile-link:before{content:"Term link: "}h4.cmtt_related_title{margin-bottom:0;margin-top:20px}div.cmtt_related_title{margin-bottom:0;margin-top:20px;font-weight:700}.glossary_itemdesc .cmtt_related_title{margin-top:5px}ul.cmtt_related{margin-top:0;clear:none}li.cmtt_related_item{margin-bottom:10px}div.cmtt_synonyms{margin-bottom:1em;font-style:italic}div.cmtt_synonyms_title{margin-bottom:0;margin-top:20px;font-weight:700}div.glossaryItemTitle{margin:10px 0}#ttcont div.glossaryTooltipMoreLinkWrapper{padding:2px 12px 3px 7px}#ttcont div.glossaryTooltipMoreLinkWrapper:after{content:" →"}.glossary_top_filter{clear:both;overflow:hidden;margin:10px 0}.cmtt-tags-filter{margin:10px 0 0}.cmtt-tags-filter a.cmtt-glossary-tag{cursor:pointer;border-left:1px solid;margin:0 0 0 5px;padding:0 0 0 5px}.cmtt-tags-filter a.cmtt-glossary-tag:first-child{border:0;padding:0;margin:0}.cmtt-tags-filter a.cmtt-glossary-tag.selected{text-decoration:underline;font-weight:700}.cmtt-categories-filter a.cmtt-glossary-category{cursor:pointer;border-left:1px solid;margin:0 0 0 1px;padding:0 0 0 5px;background:#a8a8a8;color:#fff!important;border:1px solid!important;border-radius:25px;padding:5px!Important;font-weight:700!important}.cmtt-categories-filter a.selected{background:#696969!important;color:#fff!important}.cmtt-categories-filter{margin:10px 0 0;padding:10px 0 10px 0;line-height:35px}.cmtt-categories-filter a.cmtt-glossary-category:first-child{border:0;padding:0;margin:0}.cmtt-categories-filter a.cmtt-glossary-category.selected{text-decoration:underline;font-weight:700}.glossary_top_filter .right{float:right}.cmtt-glossary-replacement-add{border:1px solid #ccc;border-radius:5px;background:#eee;margin-top:30px;padding-bottom:12px}.cmtt-glossary-replacement-add input.invalid{border:1px solid red}.glossary_loading{background:url(//mckineymfg.com/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/ajax-loader.gif)no-repeat center center;background-color:#ddd;position:absolute;width:100%;height:100%;opacity:.5;display:none}.glossary_replacements_list tr:hover{background-color:#eee}.glossary_replacements_list th{font-weight:700}.glossarySettingsTabs .block{border:1px solid gray;border-radius:13px;padding:20px;margin:5px;float:none;width:auto}.glossarySettingsTabs .block h3{padding-top:0;margin-top:0}#glossary-exclude-box label.blocklabel,#glossary-disable-box label.blocklabel{display:block}.floated-form-table{clear:none}.floated-form-table tr{float:left;width:49%;clear:none}.floated-form-table tr.whole-line{width:99%}.glossarySettingsTabs table th{position:relative;padding-right:25px}div.cm_field_help{display:inline-block;width:15px;height:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMOSURBVHjaPMtPbFN1AMDx7+/33mu7dl03RiddCWywKdgYYmSIxrFMXJTMBD1wMVzcSRNNzLh4MHLSA4lGQmLkYiQSMg3JhhFRxzBKRtgOZMbIcIibazpwpWu7177/7/08mPi5f8RvJQ8AhegJ/Ghwa0rGpeDDREwkNAENR+FH0bmle6vz1erGVL1WMXP57eTy29H5T49U6ot8uza0NS2RUuABgYJcK0jUWymjm5sLjZ8qlXAUsAF0pegQSr3fm9WGknGNOw34swJWw8Z2FI6fYEdGMvxokpFnCsOXZhrfR0qNAg3pudFALiNfjxkaF27B51dsjPUyIzmPV/t89ndafHu9yckJDycyGDpQOBSGwZQQIiuTcfFuZ1rn4lzE+csmO0WRFwfauDTvcvZKjSd3xTi8x+TaXIkzU2Vy2Q4SIjxcq1WPibUNP9Cl1N7+rELpQZX9vTb5rnbOTT/EbDpMn3qcTVvnzdPLJBM6Z8f7Uc4a878Xy3q6RbPmFxvp4loFlMfMrwFBuI6KFK8dSrIr38qpifvYjo8fBCyubHKwT6e28TApdU1QN20syyIKI+IGaFIyXIg4Obab81erXLj6D/EYBIGP2XRAgWXWI2m5YSq3RYLyUUqhlEBFPq88t4VS1eCTi6toukAiUGFAV0bD9UP8IEA2XT4t9CTZ2SVp2h6ahJih89WsxwdfrhIpiOsSx/XoysDA3nYW75YwjFhSLv21cj0eF7zx8jaiwKXpBEDIgT7BC0+1kTAEtuNh2zZjRx6hI23wy42b9Pb3z0qhx72FP9Z56dkc7x3vpkVz2DSbtLeEdHfomA0LGdmcONbF8SN9TEz+gO24d9PpzKhY+NuiUqmMJ6X/0cF9eZaW63w9s0qx7GEYBt2dcY4ObqPQl2Xy8jV+nPmZwedH3tF147S4tWyyWa9Tq9XGvUZ1bN+eHYVsRytSNzB0A6UCVor3+W56lgflMnsLT5xIt7V/DPB/th2Le3dut7ak0pMiCp/2nAaua2GaNk3bIdWanOvd/dgZ33e/icUSSCn5dwCBU3Hcr3rapwAAAABJRU5ErkJggg==);cursor:pointer;margin:0-20px 0 0;float:right}div.cm_field_help:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALsSURBVHjaZJBdaFt1HIaf8885SZo0ttU1Lu2oLe10I4ypTNyEblSYWCp4JYjsxg1FygTZsN6I+AFeCAoyENyVgkMZQqeoqFsrTje2LNPCYB917eratdIsaZJzcr7P+XkxVhBfeC7eiwdeXu3SLR8AQesPg3h4Q1allMb76aSWTmhguUIQx5/Pzt0sra3VTjTqVbPQu4lC7yZ07qRfiXzW25nYsyGnUErDB0KBQjso5GDW6OHcjPVLtRqNAQ6ALkKXJvLWQHdiTyaV4KoF16tgWw6OK7hBmr4OxciDGfbuKo58M2X9GIuMARblOfep281Agkjk2EWR14/bEgr/YfxTSya+8KTWEllercnXpy6eunB9rZvLS960iMiXZyMZfbf5P/EuO16dl3eOrYqIyHdTJTlZnh9XnRm1u9KIOXG6illb4W4ePlBm8Pnf17sWmkyXK1xbChjsy7O8dOttPdeWsEtXrNzichXE55EDZcIoRuKIF3Zn1mXHDQjCkCsLTXYO6dRrtzNKT2g0TAfbtomjmJQBCaUYKca8N/7onRUvlkglIQwDzJYLArbZiJXtRdnCvQokQEQQ0ZA44MgbuwDY8dIFErqGQkOikHxHAi+ICMIQveXxSbE/c/CBvGJuxSeTNkgaOi9/cAkwiMUkbSgc1yffAY9t7aRU/hPDSGbU7PzCb6mUxivPbCQOPVpuCEQcndjG0YktpA0Nx/VxHIf9o/fTlTM4ffYcA5s3n1GanvJnrq3y9BMF3tzXQ1vCpWm21o8yLRsVOxx+Ls++0SG+mvwJx/X+yuU6xrSZv22q1eqhjAo+3Lm9l9kbDY5P3WSx4mMYBj33pXh2eCPFoW4mv5/m56lfGX5y72u6bnys/XHDpNloUK/XD/nW2v7tW/qK3V3tKN3A0A1EQhYWV/jh5Bn+qVTYWtx2OHdP50cA67Lj2sxdvdzels1NanH0uO9aeJ6NaTq0HJdse+b8wOBDR4LA+zaZTKOU4t8BAMeWkeCMnZOsAAAAAElFTkSuQmCC)}div.cm_help{display:inline-block;width:15px;height:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMOSURBVHjaPMtPbFN1AMDx7+/33mu7dl03RiddCWywKdgYYmSIxrFMXJTMBD1wMVzcSRNNzLh4MHLSA4lGQmLkYiQSMg3JhhFRxzBKRtgOZMbIcIibazpwpWu7177/7/08mPi5f8RvJQ8AhegJ/Ghwa0rGpeDDREwkNAENR+FH0bmle6vz1erGVL1WMXP57eTy29H5T49U6ot8uza0NS2RUuABgYJcK0jUWymjm5sLjZ8qlXAUsAF0pegQSr3fm9WGknGNOw34swJWw8Z2FI6fYEdGMvxokpFnCsOXZhrfR0qNAg3pudFALiNfjxkaF27B51dsjPUyIzmPV/t89ndafHu9yckJDycyGDpQOBSGwZQQIiuTcfFuZ1rn4lzE+csmO0WRFwfauDTvcvZKjSd3xTi8x+TaXIkzU2Vy2Q4SIjxcq1WPibUNP9Cl1N7+rELpQZX9vTb5rnbOTT/EbDpMn3qcTVvnzdPLJBM6Z8f7Uc4a878Xy3q6RbPmFxvp4loFlMfMrwFBuI6KFK8dSrIr38qpifvYjo8fBCyubHKwT6e28TApdU1QN20syyIKI+IGaFIyXIg4Obab81erXLj6D/EYBIGP2XRAgWXWI2m5YSq3RYLyUUqhlEBFPq88t4VS1eCTi6toukAiUGFAV0bD9UP8IEA2XT4t9CTZ2SVp2h6ahJih89WsxwdfrhIpiOsSx/XoysDA3nYW75YwjFhSLv21cj0eF7zx8jaiwKXpBEDIgT7BC0+1kTAEtuNh2zZjRx6hI23wy42b9Pb3z0qhx72FP9Z56dkc7x3vpkVz2DSbtLeEdHfomA0LGdmcONbF8SN9TEz+gO24d9PpzKhY+NuiUqmMJ6X/0cF9eZaW63w9s0qx7GEYBt2dcY4ObqPQl2Xy8jV+nPmZwedH3tF147S4tWyyWa9Tq9XGvUZ1bN+eHYVsRytSNzB0A6UCVor3+W56lgflMnsLT5xIt7V/DPB/th2Le3dut7ak0pMiCp/2nAaua2GaNk3bIdWanOvd/dgZ33e/icUSSCn5dwCBU3Hcr3rapwAAAABJRU5ErkJggg==);cursor:pointer;margin-right:5px}div.cm_help:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALsSURBVHjaZJBdaFt1HIaf8885SZo0ttU1Lu2oLe10I4ypTNyEblSYWCp4JYjsxg1FygTZsN6I+AFeCAoyENyVgkMZQqeoqFsrTje2LNPCYB917eratdIsaZJzcr7P+XkxVhBfeC7eiwdeXu3SLR8AQesPg3h4Q1allMb76aSWTmhguUIQx5/Pzt0sra3VTjTqVbPQu4lC7yZ07qRfiXzW25nYsyGnUErDB0KBQjso5GDW6OHcjPVLtRqNAQ6ALkKXJvLWQHdiTyaV4KoF16tgWw6OK7hBmr4OxciDGfbuKo58M2X9GIuMARblOfep281Agkjk2EWR14/bEgr/YfxTSya+8KTWEllercnXpy6eunB9rZvLS960iMiXZyMZfbf5P/EuO16dl3eOrYqIyHdTJTlZnh9XnRm1u9KIOXG6illb4W4ePlBm8Pnf17sWmkyXK1xbChjsy7O8dOttPdeWsEtXrNzichXE55EDZcIoRuKIF3Zn1mXHDQjCkCsLTXYO6dRrtzNKT2g0TAfbtomjmJQBCaUYKca8N/7onRUvlkglIQwDzJYLArbZiJXtRdnCvQokQEQQ0ZA44MgbuwDY8dIFErqGQkOikHxHAi+ICMIQveXxSbE/c/CBvGJuxSeTNkgaOi9/cAkwiMUkbSgc1yffAY9t7aRU/hPDSGbU7PzCb6mUxivPbCQOPVpuCEQcndjG0YktpA0Nx/VxHIf9o/fTlTM4ffYcA5s3n1GanvJnrq3y9BMF3tzXQ1vCpWm21o8yLRsVOxx+Ls++0SG+mvwJx/X+yuU6xrSZv22q1eqhjAo+3Lm9l9kbDY5P3WSx4mMYBj33pXh2eCPFoW4mv5/m56lfGX5y72u6bnys/XHDpNloUK/XD/nW2v7tW/qK3V3tKN3A0A1EQhYWV/jh5Bn+qVTYWtx2OHdP50cA67Lj2sxdvdzels1NanH0uO9aeJ6NaTq0HJdse+b8wOBDR4LA+zaZTKOU4t8BAMeWkeCMnZOsAAAAAElFTkSuQmCC)}.cm-showhide-handle{cursor:pointer}.glossary-container{position:relative}.glossary-search-clear{margin-left:1em;cursor:pointer}#tt .mobile-link a.glossaryLinkMain,#tt div.glossary_mw_dictionary,#tt div.mw-thesaurus-container,#tt h1,#tt h2,#tt h3,#tt h4{color:#fff}div.mw-dictionary-container{margin-top:1em}div.mw-thesaurus-container{margin-top:2em}div.glossary_mw_dictionary,div.glossary_mw_wikipedia{font-size:14pt;margin:.5em 0 .5em 0}div.mw-group{margin:.5em 0 .5em 0}div.mw-group .group-title{font-size:12pt;margin-top:.5em;margin-bottom:.5em}div.mw-group .term{margin-top:.3em}div.mw-group div.term-number{float:left;font-weight:700}div.mw-group div.dd{margin:0 0 0 1.5em}div.mw-group dd{margin:0 0 0 1.5em}div.mw-group .type-vt{margin-left:1em}div.mw-group .sn{margin-left:2em;margin-right:.5em}div.mw-group .prdiv,div.mw-group .prdiv+.sn,span.definition{margin-left:.5em}#tt span.example:before{content:"<"}#tt span.example:after{content:">"}div.mw-group.mw-definitnion{font-family:monospace;border:1px #ccc solid;border-radius:5px;display:block;padding:10px}div.scnt{margin-top:1em}.progress-indicator{top:0;right:0;width:100%;height:100%;position:absolute;text-align:center;filter:alpha(opacity=50);opacity:.5;z-index:1000;background-color:#fff;display:none}.progress-indicator img{margin-top:75px}.cmtt-post-format-icon:before{font:200 14px/1 dashicons;position:relative;left:-5px}.cmtt-post-format-icon.cmtt-post-format-audio:before{content:"";font-size:.8em}.cmtt-post-format-icon.cmtt-post-format-new:before{content:""}.cmtt-post-format-icon.cmtt-post-format-new{display:inline}.cmtt-audio-shortcode{margin:10px}.cmtt-audio-player.cmtt-limited{float:right;font:200 14px/1 dashicons}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls>:not(.mejs-playpause-button){display:none!important}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode.mejs-container{width:auto!important;height:auto!important;background:0 0!important}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls{width:auto!important;background:0 0!important;position:initial!important}.cmtt-audio-player .cmtt-audio-shortcode .mejs-controls{position:initial!important}.cmtt-woocommerce-product-container{padding:.2em}.cmtt-woocommerce-product-image-container{float:left;padding:5px 10px 10px 0}.cmtt-woocommerce-product-description{padding-bottom:1em;display:block}.cmtt-woocommerce-product-desc-container{min-width:275px}.cmtt-woocommerce-product-name{font-weight:600}.cmtt-woocommerce-product-button-container{float:right}.cmtt-woocommerce-product-price ins{background:0 0}.cmtt-post-tags a{cursor:pointer}.cmtt-taxonomy-single a{cursor:pointer}.server-info-table span{color:green;font-weight:700}.server-info-table strong{color:red;font-weight:700}.cmtt-social-box{width:auto;display:flex;margin-bottom:10px;padding:0}.cmtt-social-box>div{height:25px;max-width:69px;margin:4px 4px 0 0}.cmtt-social-box .sharetitle{border-right:1px solid #d2d2d2;padding:0 10px 0 0;margin:0 10px 0 0;line-height:25px;vertical-align:middle;display:inline-block;font-size:large;font-weight:700;max-width:fit-content}.cmtt-social-box>div>*{vertical-align:top!important}select#cmtt_glossaryID{max-width:350px}div.cminds_settings_description{float:left;max-width:55%;margin-bottom:20px}li.cmtt-has-thumbnail{list-style-position:inside;list-style-type:none;margin-left:-25px}.glossaryLink.ampGlossaryLink{position:relative}.glossaryLink.ampGlossaryLink #tt{top:110%;left:-50%}#tt.amp-tooltip{position:absolute;z-index:1500;opacity:.95;width:auto;display:none}#tt.amp-tooltip{display:block;max-width:300px}