@charset "UTF-8";
/* CSS Document */

#small-header-icon img {
  opacity: 0;
  transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
}
#small-header-icon img.show {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
}

.visually-hidden{
  display: none;
}

.bib-wall{
  background-image: url(../images/bib-wall.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.intro{
  max-width: 57em;
}

/*CLIENT TESTIMONIALS ON HOMEPAGE*/
blockquote{
  padding:1.9em 2.1em;
  border: 2px solid #cccccc;
  margin: 2em 0;
}

blockquote p{
  text-align: left !important;
  font-size: 1.125em;
  line-height: 1.675em;
}
span.black-name{
  color: #000000;
  font-weight: 600;
}
/*END OF CLIENT TESTIMONIALS ON HOMEPAGE*/



/*FEATURE LIST WITH ICONS ON HOMEPAGE*/
dl{
  margin-top: 2em;
}

dl dt{
  font-size: 1.5em;
  font-weight: 600;
}

.feature-name{
  margin-left: 75px;
}

dt img{
  height: 60px;
  float:left;
  border-radius: 50%;
  background-color:#1e98d5;
}

dl dd{
  font-size: 1.125em;
  line-height: 1.675em;
  margin-top: 0.2em;
  font-weight: 400;
  margin-left: 75px;
}
/*END OF FEATURE LIST WITH ICONS ON HOMEPAGE*/


/*PRODUCT LIST WITH ICONS ON HOMEPAGE*/
.product-list-section{
  padding: 0;
}

.product-description-container{
  box-sizing: border-box;
  padding: 2em 0 2em 1em;
}

.product-list{
  font-size: 1.25em;
  font-weight: 600;
}

.product-list li{
  border-bottom: 1px solid #cccccc;
  color: #cccccc;
  font-weight:400;
  overflow:hidden;
  display:block;
  clear:both;
  float:none;
}

.product-list li a{
  width: 100%;
  box-sizing: border-box;
  padding: 2em 1em;
  color: #cccccc;
  display: block;
  overflow:hidden;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

.product-list li a:hover{
  color: #858585;
}

.product-list li:last-child{
  border-bottom: none;
}

.product-list .current-product a,
.product-list .current-product a:hover{
  color:#1e98d5;
  font-weight: 600;
}

.product-icon{
  background-repeat: no-repeat;
  background-position: calc(100% - 1em);
  -webkit-transition: background-image .25s ease-in-out;
  -moz-transition: background-image .25s ease-in-out;
  -o-transition: background-image .25s ease-in-out;
  transition: background-image .25s ease-in-out;
}

.bibs-icon{
  background-image: url(../images/bib-icon-light.svg);
}

.bibs-icon:hover{
  background-image: url(../images/bib-icon-dark.svg);
}

.bibs-icon-current,
.bibs-icon-current:hover{
  background: url(../images/bib-icon-current.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: calc(100% - 1em);
}

.bike-plate-icon{
  background-image: url(../images/plate-icon-light.svg);
}

.bike-plate-icon:hover{
  background-image: url(../images/plate-icon-dark.svg);
}

.bike-plate-icon-current,
.bike-plate-icon-current:hover{
  background: url(../images/plate-icon-current.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: calc(100% - 1em);
}

.adhesives-icon{
  background-image: url(../images/adhesive-icon-light.svg);
}

.adhesives-icon:hover{
  background-image: url(../images/adhesive-icon-dark.svg);
}

.adhesives-icon-current,
.adhesives-icon-current:hover{
  background: url(../images/adhesive-icon-current.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: calc(100% - 1em);
}


.other-id-products-icon{
  background-image: url(../images/other-id-icon-light.svg);
}

.other-id-products-icon:hover{
  background-image: url(../images/other-id-icon-dark.svg);
}

.other-id-products-icon-current,
.other-id-products-icon-current:hover{
  background: url(../images/other-id-icon-current.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: calc(100% - 1em);
}

/*END OF PRODUCT LIST WITH ICONS ON HOMEPAGE*/


/*CLIENT LOGOS ON HOMEPAGE*/
ul.client-logos{
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}

.client-logos li {
  width: 20%;
  float:left;
  margin-bottom: 0em;
}

.client-logos li img{
  width:75%;
  margin: 0 12.5%;
  float: left;
  display: inline-block;
}
/*END OF CLIENT LOGOS ON HOMEPAGE*/


@media screen and (max-width: 50em){

  dl dt{
    font-size: 1.25em;
    float:none;
  }

  dt img{
    height: 52px;
    float:none;
    margin-bottom: 10px;
  }

  dl dd{
    font-size: 1.125em;
    line-height: 1.65em;
    margin-left: 0px;
    margin-bottom: 2em;
  }

  dl dd:last-child{
    margin-bottom: 0em;
  }

  .feature-name{
    margin-left: 0px;
    float:none;
    clear:both;
  }

  .product-list li a{
    padding: 1.75em 0.75em;
  }

  .product-list li:last-child{
    border-bottom: 1px solid #cccccc;
  }

  .product-description-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2em 0 2em 0em;
  }

  img.product-icon{
    height: 52px;
    float:right;
  }

}


@media screen and (max-width: 35em){
  .client-logos li {
    width: 100%;
    float:left;
    margin-bottom: 0.5em;
  }

  .client-logos li:last-child{
    margin-bottom: 0em;
  }

  .client-logos li img{
    width:40%;
    margin: 0 30%;
    float: none;
  }

}





