@charset "utf-8";
/* ---------------------- default .col- ------------------------------ */
body {
  /*padding-top: 70px;*/ /* see other media queries - needed only if we keep the menu floating at top */
  background-color: white;
  font-family: 'Roboto', sans-serif; /* Google Fonts*/
}
.full-width {
  /* allows full screen width inside of a set width */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#topLogoBar {
  background-color: #343434; /* dark gray */
  font-family: 'Oswald', sans-serif; /* Google Fonts*/
  font-weight: 400;
}
a.linkText:link {
  text-decoration:underline;
  color:inherit;
}
a.linkText:hover{
  color:#8b0000;
}
.btn {
  font-family: 'Oswald', sans-serif; /* Google Fonts*/
  font-weight: 400;
}
.background-black {
  background-color: black;
}
.background-light {
  background-color: LightGray;
}
.background-red {
  background-color:#8b0000;
}
.text-red {
  color: darkred;
}

/* Background color for navbar and dropdown menus */
#topMenu, #topMenuBar {
  background-color: #343434;
  background-color: maroon;
  font-size: .9rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* Original - just change color and move a bit - SOLID TRIANGLE*/
/*#topMenu .dropdown-toggle::after {
  margin-left: 0.7rem;
  font-size: 1.4rem;
  color: darkgray; */ /* uppercase */
/*vertical-align: middle;
}*/
/* This one works, but doen't look as good as font awesome */
/*#topMenu .dropdown-toggle::after {  
  display: inline-block;
  font: 400 1.4em/1.8 sans-serif;
  width: .5em;
  height: .5em;
  margin: -.3em 0 0 .4em;
  vertical-align: middle;
  content: "";
  border: .3em solid;
  border-width: 0 .15em .15em 0;
  transform: rotateZ(45deg)
}*/
/*Another Attempt*/
.customDropArrow::after {
  font-family: FontAwesome;
  /*content: "\f054"; /*    /* > */
  /*content: "\f107";  font-weight: 600; */    /* 600 */
  content: "\f078"; /* \f078 fa-chevron-down \f107 fa-angle-down smaller */
  margin-left: 12px;
}
#topMenu .dropdown-menu {
  background-color: #343434;
  text-transform: none;
  margin: 0px; /* bottom margin for .dropdown-menu has to be 0 or the hover menu has a glitch when hovering slowly down. Alternatively, use class ml-0 in html */
}
#topMenu #colDropDownProducts .dropdown-menu {
  width: 400px;
}





  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }




/*#topMenu.navbar-custom .navbar-brand, .navbar-custom .navbar-text,*/
#topMenu .nav-link, #topMenu .dropdown-item {
  /* Text color for navbar and dropdown menus for Hamburger menu*/
  color: white;
  padding-right: 10px;
  padding-left: 10px;
}
#topMenu #colDropDownProducts .dropdown-item {
  padding-right: 10px;
  padding-left: 10px;
}
#topMenu .dropdown-header {
  color: #BABABA;
  padding-left: 0px;
  text-transform: uppercase;
}
/* Background and text colors for current page link and links on hover and focus */
#topMenu .nav-item.active .nav-link, #topMenu .nav-item:hover .nav-link, #topMenu .nav-item:focus .nav-link, 
#topMenu .dropdown-item:hover, #topMenu .dropdown-item:focus {
  background-color: maroon;
  background-color: #464646;
  color: #fff;
}




/* This allows the MetMenu to be clicked and not close Products, but you cannot close Products unless you stop hovering*/
/* May need to work iwth pointer-events (a bit above) and see if that will affect. Maybe order, etc...*/
  /* Display dropdown on hover https://stackoverflow.com/questions/42183672/how-to-implement-a-navbar-dropdown-hover-in-bootstrap-v4/42183824 */
/*This also needed to allow the breadcrumb dropdowns to open when smaller than 576. Related code is in 576 section for #metMenu*/
  .dropdown:hover > .dropdown-menu {
    display: block;
  }





.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
/* Hover dropdown code is in the small @query*/
#topBreadcrumbs {
  background-color: whitesmoke;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0.3rem 0.2rem 0.4rem 0.9rem;  /* See @Query below */
}
#topBreadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: darkgray;
}
#topBreadcrumbs .dropdown-menu, #topBreadcrumbs .dropdown-item { /* so the menu does not disapear if you mouse slowly down */
  margin-top: 0px;
  background-color: #CBCBCB;
  font-weight: 300;
  border-top: none;
}
#topBreadcrumbs .dropdown-item:hover {
  background-color: #343434;
  color: white;
}
#topBreadcrumbs .dropdown-toggle::after { /* dropdown arrow if used on breadcrumbs */
  margin-left: 0.4rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.breadcrumb-item {  /* was just .breadcrumb-item prior to changing for breadcrum microdata*/
  color: inherit;
}

#topBreadcrumbs .breadcrumb-item.active {} /* Don't delete this empty style. I need to document what breaks if it is removed. */

#productTabs .nav-link {
  font-family: 'Oswald', sans-serif;
  /*font-size: smaller;  */
  font-weight: 300;
  color: #777;
  background-color: whitesmoke;
  background-color: #e5e5e5;
  border-top: solid 1px lightgray;
  border-right: solid 1px lightgray;
  border-left: solid 1px lightgray;
}

#productTabs .nav-link:hover {
  color: black;
  background-color: #EEEEEE;
}
#productTabs .nav-link.active {
  color: black;
  background-color: white;
}
#productTabsContent.tab-content {
  border-right: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
#productTabsContent h2 {
  margin-bottom: 1rem; /*mb-3 is 1 rem*/
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
  border-color: rgba(236, 240, 241, 1.00);
  padding: 3px;
  color: #fff;
  /*position: absolute !important;
    right: 10px !important;*/
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand img {
  /*width: 270px;*/
}
/*-------Carousel top banner of site, etc. ------------------------*/
#carousel {
  background-color: black;
  color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.6;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15%;
    background-size: 50%;
}
.carousel .carousel-indicators li {
  background-color: white;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  /*border: 1px solid black;*/
  margin-left: 6px;
  margin-right: 6px;
}
ol.carousel-indicators {  /* this places indicators at bottom of image*/
  /* position: absolute;
  bottom: 0;*/
  margin: 0;
  /*left: 0;
  right: 0;
  width: auto;*/
}
ol.carousel-indicators:hover {  /* this places indicators at bottom of image*/
  /* position: absolute;
  bottom: 0;*/
  margin: 0;
  /*left: 0;
  right: 0;
  width: auto;*/
}
.carousel .carousel-indicators li:hover:not(.active) {
  width: 18px;
  height: 0px;
  border-radius: 100%;
  /*border: 1px solid black;*/
  margin-left: 5px;
  margin-right: 5px;
  align-self: center;
  /*background-color:white;*/
  border-color: white;
  opacity: 1;
}
.carousel .carousel-indicators li.active {
  background-color: darkred;
}
/*-------Carousel with thumbnail for product pages, etc. ------------------------*/
#myCarouselThumbnail .carousel-control-prev, #myCarouselThumbnail .carousel-control-next,
#myCarouselThumbnail4 .carousel-control-prev, #myCarouselThumbnail4 .carousel-control-next{
  width: 16%;
}
#myCarouselThumbnail .carousel-indicators, #myCarouselThumbnail4 .carousel-indicators { 
  position: static;
  overflow: auto;
  /*left: initial;
  width: initial;*/
  width: 100% !important;
  margin-left: initial;
  margin-bottom:0px;
  justify-content: left;/* see media (left needed here or overflow cuts off first image)*/;
}
#myCarouselThumbnail .carousel-indicators > li, #myCarouselThumbnail4 .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
  background-color: transparent;
  opacity: 1;
  margin:auto; /* see media auto needed here because of overflow cut off issue.*/
  border-top:0px;
  border-bottom:0px;
}
#myCarouselThumbnail .carousel-indicators > li img, #myCarouselThumbnail4 .carousel-indicators > li img {
  border: solid thin white;
  opacity: 1.0;
  min-width: 75px;
}
#myCarouselThumbnail .carousel-indicators > li.active img, #myCarouselThumbnail4 .carousel-indicators>li.active img {
  border: solid thin white;
  /*margin-left: 6px;
  margin-right: 6px;*/
  align-self: center;
}
/*#myCarouselThumbnail .carousel-indicators li:hover:not(.active) {
  margin-left: 6px;
  margin-right: 6px;
}*/
#myCarouselThumbnail .carousel-indicators > li:hover img {
  border: solid thin goldenrod;
}
/*
#carousel-custom {
  margin: 20px auto;
  width: 400px;
}
#carousel-custom .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
*/
#contactUs label {   /* Right align labels on contact us form*/
  justify-content: flex-end;
}
/*#pageHeader, #topHighlights {
  text-align: center;
  margin: 0px 0px 20px 00px;
}*/
.pageHeading, #topHighlights {
  text-align: center;
  margin: 10px 0px 20px 0px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: darkslategray;
  text-align: center;
  
  /*margin:0px 0px 30px 0px;*/
}
.info-smaller, .info-smaller a {
  font-family: 'Oswald', sans-serif;
  color: inherit;
}
.nowrap {
white-space: nowrap;
}
.ul-noBullet {  
list-style-type: none;
padding-left: 24;
}
li.pdf {  /* https://techforluddites.com/replacing-list-bullets-with-images-using-css/*/
 background: url('../images/logos/pdf-24.png') no-repeat left 2px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 4px;
}

/*#highlights  , #topHighlights{
    text-align: center;
    margin: 20px 0px 20px 00px;
}
#highlights img[src$="icon.svg"] , #topHighlights img[src$="icon.svg"]{
    width: 50px;
    margin: 10px auto;
    display: block;
}
#highlights h2 , #topHighlights h2{
    color: #8B0000;
    font-size: 1.5rem;
}*/
#cards img, #cards2 img {
  /*max-width: 300px;*/
}
#cards .card-body, #cards2 .card-body {
  /*padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;*/
}
#cards h3, #cards2 h3 {
  color: #2F4F4F;
  /*font-size: 1.2rem;*/
  text-align: center;
  /*font-weight: bold;*/
  /*font-weight: bold;*/
  /*text-shadow: 1px 2px 3px rgba(71,71,71,0.73);*/
}
#cards .card-title, #cards2 .card-title {
  color: #2F4F4F;
  text-align: center;
  /*font-weight: bold;*/
}
#cards a img, #cards2 a img {
  border: solid white 1px;
}
#cards a:hover img, #cards2 a:hover img {
  border: solid goldenrod 1px;
}
#faq .card-header {  /* also accordian in print @query*/
  background-color: grey;
  /*background: linear-gradient(rgba(153,0,0,1.00),rgba(50,50,50,1.00)); */
  padding-left: 0;
  padding-right: 0;
}

#faq .card-header .btn-link {
  color: white;
}
#faq h5 {
  font-weight: bold;
  margin-bottom: 0px;
}
#faq .card-body {
  background-color:white;
  /*background-color: whitesmoke;*/ /* also below @query*/
}
#faq button {
  text-align: left;
}
#faq [data-toggle="collapse"]::after { /* https://codepen.io/pplcallmesatz/pen/rGxRBy */
  display: inline-block;
  font: normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(270deg);
  transition: all linear 0.25s;
  margin-left: 10px;
}
#faq [data-toggle="collapse"].collapsed:after {
  transform: rotate(90deg);
}
#pageFooter, #pageFooter a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.0rem;
  text-align: center;
  background-color: #343434;
}
#pageFooter a:hover {
  background-color: dimgray;
}
/*#pageFooter a.footerImgLink {
  opacity: 1;
}
#pageFooter a.footerImgLink:hover {
  opacity: 0.9;
  background-color: transparent;
}
#pageFooter a.footerImgLink img {
  margin: 9px;
  width: 30px;
  height: auto;
}*/
#pageFooter i.fa, #topLogoBar i.fa {
  margin-right: 4px;
}
#pageFooter .footerSocialIcon i.fa { /* see media below */
  color: #bababa;
  color: gray;
  font-size: 2.2em;
  margin: 9px;
}
#pageFooter .footerSocialIcon a:hover {
  background-color: transparent;
}
#pageFooter .footerSocialIcon .fa-facebook-square:hover {
  color: dodgerblue;
}
#pageFooter .footerSocialIcon .fa-youtube-play:hover {
  color: orangered;
}
#pageFooter .footerSocialIcon .fa-linkedin-square:hover {
  color: deepskyblue;
}
#pageFooter .footerSocialIcon .fa-map-marker:hover {
  color: red;
}
#pageFooter h5 {
  color: white;
  color: #BABABA;
  border-bottom: solid 3px dimgray;
  text-transform: uppercase;
  margin-bottom: 1.0rem;
  padding-bottom: 0.7rem;
}
#glossaryDiv .alpha {
  background-color: maroon;
  color: white;
  font-size: 1.3rem;
  padding: 0px 20px;
  width: 100%;
}
#glossaryDiv > .alpha:empty {
  background-color: blue;
}
#glossaryDiv .alphaHide {
  display: none;
}
#glossaryDiv .term {
  background-color: white;
  padding: 2px 0px 0px 10px;
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
}
#glossaryDiv .definition {
  padding: 2px 0px 0px 40px;
  font-size: 1rem;
  width: 100%;
}
.card-columns-1 {
  /* Industries Bootstrap 4 card-columns is 1 & 3 */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/* tooltips*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip-inner {
  background-color: gold;
  color: black;
  font-weight: 500;
  border: solid thin goldenrod;
}
.tooltip .arrow {
  display: none;
}
/*
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: transparent !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: transparent!important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: transparent !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: transparent!important;
}
*/
.tooltip.show {
  opacity: 1.0;
}

/* ---------------------- min 452( Custom within xs .col- ) ------------------------------ */
@media screen and (min-width:452px) {
  #topLogoBar {
    font-size: 0.9rem;
  }
 #myCarouselThumbnail .carousel-indicators, #myCarouselThumbnail4 .carousel-indicators { 
     width: initial;
  /*width: 100% !important;*/
  margin-left: initial; 
   justify-content: center;/*   to center the UL see media */
  }
  #myCarouselThumbnail .carousel-indicators > li, #myCarouselThumbnail4 .carousel-indicators > li {
   margin:inherit;
   margin-left: 6px;
   margin-right: 6px;
  }
  .d-xs-none {
    display: none !important;
  }
}
/* ---------------------- min 576 .col-sm ------------------------------ */
@media screen and (min-width:576px) {
  .body {
    max-width: 700px;
  }
  .container {
    max-width: 700px;
  }
  #topMenu .nav-link, #topMenu .dropdown-item {
    padding-right: 16px;
    padding-left: 16px;
  }
  
  /* This allows the MetMenu to be clicked and not close Products, but you cannot close Products unless you stop hovering*/
/* May need to work iwth pointer-events (a bit above) and see if that will affect. Maybe order, etc...*/
    /* Display dropdown on hover https://stackoverflow.com/questions/42183672/how-to-implement-a-navbar-dropdown-hover-in-bootstrap-v4/42183824 */
  /*.dropdown:hover > .dropdown-menu, .dropdown:hover > #metMenu {
    display: block;
  }*/



  /* Duplicate delete this
  #topMenu #colDropDownProducts .dropdown-menu {
    width: 350px;
  }
  */
    .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  
  
  
  
  
  
  /*.dropdown > .dropdown-toggle:active {*/
    /*Without this, clicking will make it sticky*/
   /* pointer-events: none;
  }*/
  
  
  
  
  
  
  
  #topBreadcrumbs {
    padding: 0.4rem;
  }
  #pageFooter i.fa {
    margin-right: 0px;
  }
  #pageFooter .footerSocialIcon i.fa {
    margin: 5px;
  }
  #faq .card-body {
    padding-left: 2rem;
  }
  /*#pageFooter a.footerImgLink img {
    margin: 4px;
    width: 29px;
  }*/
  .card-columns-sm-2 {
    /* Industries Bootstrap 4 card-columns is 1 & 3 */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
#myCarouselThumbnail4 .carousel-indicators { 
  display:inline-block;
}
}
/* ---------------------- min 600 within .col-sm ------------------------------ */
@media screen and (min-width:600px) {
  #pageFooter i.fa, #topLogoBar i.fa {
    margin-right: 7px;
  }
  #pageFooter .footerSocialIcon i.fa {
    margin: 6px;
  }
}
/* ---------------------- min 768 .col-md ------------------------------ */
@media screen and (min-width:768px) {
  .body {
    max-width: 790px;
  }
  .container {
    max-width: 790px; /* contact us:790 or more */
  }
  #topLogoBar {
    font: 3rem;
  }
  #topMenu, #topMenuBar {
    font-size: 1.1rem;
  }
  #topMenu .nav-link, #topMenu .dropdown-item {
    padding-right: 25px;  /* below @media */
    padding-left: 25px;
  }
  /* changing arrow down...*/
  /*#topMenu .dropdown-toggle::after {
    margin-left: 0.7rem;
    font-size: 2rem;
    vertical-align: middle;
  }*/
  /*#pageFooter a.footerImgLink img {
    margin: 9px;
    width: 30px;
  }*/
  #pageFooter i.fa, #topLogoBar i.fa { /* phone and mail*/
    margin-right: 9px;
  }
  #pageFooter .footerSocialIcon i.fa {
    margin: 9px;
  }
  .card-columns-md-2 {
    /* Industries Bootstrap 4 card-columns is 1 & 3 */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-columns-md-3 {
    /* Industries Bootstrap 4 card-columns is 1 & 3 */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* ---------------------- MAX MAX MAX 768 .col-md ------------------------------ */
/*@media screen and (max-width:768px) {
  .container {
    max-width: 100%;
  }
}*/
/* ---------------------- min 992 .col-lg ------------------------------ */
/* @media screen and (min-width:960px){ */
@media screen and (min-width:992px) {
  .container {
    max-width: 970px;
  }
  #topLogoBar {
    font-size: 1rem;
  }
  #topMenu, #topMenuBar {
    font-size: 1.1rem;
  }
  #topMenu .nav-link {
    padding-right: 48px;  /* below @media */
    padding-left: 48px;
  }
  #topMenu .dropdown-item {
    padding-right: 50px;  /* below @media */
    padding-left: 50px;
  }
  /*  .navbar-custom #dropdownSpace {    /** Help reduce space between dropdown arrow for combo dropdowns if used */ /*
    margin-right: -4px; 
}*/
  .card-columns-lg-3 {
    /* Industries Bootstrap 4 card-columns is 1 & 3 */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* ---------------------- min 1200 .col-xl ------------------------------ */
@media screen and (min-width:1200px) {}
/* ---------------------- print  ------------------------------ */
@media print {
  body {
    transform: scale(1);  /* firefox shrink to fit*/
    background-color: white;
  }
  /*#topMenu.navbar-custom .dropdown-item:focus {
    background-color: yellow;
    color: red;
  }*/
  /* The print the hidden accordian cards (like FAQ) also requires d-block in the article div */
  #accordion .collapse:not(.show) {
    display: block;
  }
  .d-print-none {
    display: none !important;
  }
   .d-print-block {
    display: block !important;
  }
  .col-print-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-print-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-print-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-print-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-print-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-print-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-print-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-print-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-print-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-print-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-print-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-print-12 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .pr-print-0, .px-print-0 {
    padding-right: 0rem !important;
  }
  .pl-print-0, .px-print-0 {
    padding-left: 0rem !important;
  }
  .printCenter {
    text-align: center;
  }
  .printLeftInlineBlock {
    text-align: left;
    display: inline-block;
  }
  .print-columns-2 {
    /* Industries Bootstrap 4 card-columns is 1 & 3 */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* tabs on the project pages */
  .nav-tabs {
    display: none;
  }
  .tab-pane {
    /* Product Pages */
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-pane h2 {
    text-align: center;
  }
  #pageFooter {
    color: black;
    font-size: 0.8rem;
    text-align: center;
    background-color: lightgray;
    border: solid 5px black;
  }
  #pageFooter a, #pageFooter h5 {
    color: inherit;
    background-color: inherit;
  }
  /*.footerImgLink a {
    background-color: white;
  }*/
}
.form-check .invalid-feedback {
  color:auto;
}
.form-check .invalid-feedback {
  background-color:#CD0909;
  color:white;
}