/* blue-box-buttons menu */
table.blue-box-buttons tr td { padding-bottom:1px; }

/* so that COOLBLUE and its CASE STUDY and SCIENCE BEHIND are touching*/
table.blue-box-buttons tr:nth-child(8) td,
table.blue-box-buttons tr:nth-child(9) td,
table.blue-box-buttons tr:nth-child(10) td { padding-bottom:0; }



/* header changes from 2018 */

.member-bc-hydro-etc { text-align: center; font-family:'Times New Roman', Times, serif; font-weight:bold; font-size:16px; color:#0000cd; margin:10px 0 26px; font-size:12px; }


/* homepage changes from 2018 */

.introduction-on-homepage { padding: 0; }

.introduction-on-homepage h3 { font-size: 36px; font-weight: normal; font-family: "Times New Roman", "Times", serif; text-align: center; margin-top: 30px; margin-bottom: 0; }
.introduction-on-homepage h3 span { font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.introduction-on-homepage p.formerly { text-align: center; margin-top: 5px; font-size: 12px; }

.introduction-on-homepage h3,
.introduction-on-homepage h4 { color: #000; /* was #4f6228; prior to jan-22-2020 */ }
.introduction-on-homepage h4 { font-size: 18px; margin-bottom: 0; }
.introduction-on-homepage h4.due-diligence { color: #000; }

.introduction-on-homepage table.noBotMargin tr td ul { padding-left: 16px;  }
.introduction-on-homepage table.noBotMargin tr td ul li { padding-right: 10px; font-size: 12px; }

h3.distributors-and-agents { font-size: 34px; color:#4154a3; text-align: center; margin-bottom: 10px;}



/* font styles */

.normal { font-family:Arial, Helvetica, sans-serif; }
.normal p, .normal ul li, .normal ol li { font-size:14px; line-height:1.5em; }
.normal .subHeader, .normal .subHeader2 { font-size:20px; font-weight:bold; }
.normal .subHeader2 { font-size:16px; }
.normal p small, .normal ul small, .normal ol small { font-size:11px; }

.withTabs .subHeader { float:left; width:240px; }
.withTabs .breadCrumb { float:right; margin-top:0; font-size:12px; line-height:30px; }



/* font style for the Testing Instruments and Tools popups */

.normal .popupContactLine { font-size:18px; font-weight:bold; text-align:center; }
#cboxClose { font-family:Arial, Helvetica, sans-serif; }



/* divs */

.clear { clear:both; height:0; font-size:0; line-height:0; }
.divider { margin-bottom:20px; border-bottom:solid 1px #ccc; height:20px; }

.oneFifth { width:134px; text-align:center; float:left; padding:6px; }
.oneFifth .big { width:130px; margin:0 auto; padding:4px 0; background:#0000CC; color:white; text-align:center; }
.oneFifth a { text-decoration:none; }
.oneFifth a:hover { text-decoration:underline; }
.oneFifth .big a { color:white; }
.oneFifth .small { font-size:11px; }


/* all tabs */

#tabs div p, #tabs div ul li { font-size:12px; }

#tabs div a { color:blue; text-decoration:none; }
#tabs div a:hover { text-decoration:underline; }

.adobeReader { border-top:solid 1px #ccc; padding-top:10px; }
.adobeReader img { float:left; border:none; }
.adobeReader p { margin-left:170px; }


/* just the fragment-1 tab */

#tabs #fragment-1 img { float:left; margin-top:17px; }
#tabs #fragment-1 p, #tabs #fragment-1 ul { margin-left:240px; }


/* any tab with multiple photos */

#tabs #bigPhoto { float:left; margin-top:17px; margin-right:50px; width:325px; borders:solid 1px red; text-align:center; }
#tabs #smallPhotos { float:left; margin-top:17px; width:280px; borders:solid 1px red; }
#tabs #smallPhotos p { margin-top:0; }
#tabs #smallPhotos td { background:#efefef; padding:6px; }
#tabs #smallPhotos td img { cursor:pointer; }



/* the white photo boxes */

.bottomLinks a img { padding-bottom:6px; }


/* 2026 onward - the permanent styling for a product-grid */

:root{ 
  --product-grid-gap: 30px;
}

.product-grid,
.product-grid * { box-sizing: border-box; }

.product-grid { display: flex; flex-flow: row wrap; justify-content: center; gap: var(--product-grid-gap); }
.product-grid__col { flex: 0 0 calc(50% - (var(--product-grid-gap) / 2)); display: block; border: 1px solid #ebebeb; background: #ebebeb; padding: 5px 14px; text-align: center; }
.product-grid__col:hover { border: 1px solid #1e56a7; }
.product-grid__paragraph { max-width: 100%; }
.product-grid__image { max-width: 100%; }




.OLD__product { float:left;  margin-right:30px; text-align:center; background:#ebebeb; }
.OLD__product.one-half { width:380px; }
.OLD__product.one-third { width:234px; }
.OLD__product p a { text-decoration:none; color:#0000ff; }
.OLD__product p strong a { font-size: 16px; }
.OLD__product a img { border:none; width:100%; }
.OLD__hovered { background:#ddd !important; cursor:pointer; }

/*h4.line-behind { position: relative; z-index: 0; text-align: center; }
h4.line-behind::after { content: ""; border-top: 2px solid black; width: 100%; position: absolute; right: 0; top: 50%; z-index: -1; }
h4.line-behind span { background: white; display: inline-block; padding: 10px; }*/