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

input[type=text] {

  line-height: 2.3;
}

/*================================
=            Homepage            =
================================*/
#product-categories {
  margin-top: 1rem;
}

#product-categories ul {
  padding: 0.5rem 0;
}

#product-categories li a {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  border-radius: 3px;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

#product-categories li a .product-icon {
  background-color: #00a1df;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

#product-categories li a .cls-1 {
  fill: #fff;
}

/* Show hover effects if on computer */

@media (hover: hover) and (pointer: fine) {
  #product-categories li a {
    border-color: transparent;
    box-shadow: none;
    background-color: #fff;
    padding: 2rem 1rem;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
  }

  #product-categories li a .product-icon {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  #product-categories li a .cls-1 {
    fill: #00a1df;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
  }

  #product-categories li a:hover {
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-radius: 3px;
  }

  #product-categories li a:hover .product-icon {
    background-color: #00a1df;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
  }

  #product-categories li a:hover .cls-1 {
    fill: #fff;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
  }
}


@media (max-width: 991px) {
  .hero h1 {
    font-size: 3.25em;
  }

  #product-search {
    width: auto;
  }
}


/*=====  End of Section comment block  ======*/


#productDetails .fullGreyBar .global {
  width: 30px;
  height: 30px;
}

/* .header {
  display: none;
} */

.width,
#productSearch {
  width: 95%;
}

/* PRODUCT APPLICATIONS PAGE */

#productApps ul li {
  width: 49%;
}

#locationResults div:nth-child(3n+1),
#productApps li:nth-child(3n+1) {
  clear: none;
}

#locationResults div:nth-child(2n+1),
#productApps li:nth-child(2n+1) {
  clear: both;
}

#locationResults div,
#productApps li {
  width: 50%;
}

#prodSearch .width30 {
  width: 40%;
}

#prodSearch .width70 {
  width: 60%;
}

@media (max-width:900px) {
  .rectangleView .width50 {
    width: 100%;
  }

  .rectangleView .right {
    padding-left: 0px;
    border-left: 0px;
    margin-top: 10px;
  }

  .squareView>li {
    width: 100%;
  }

  .squareView>li:nth-child(odd) {
    padding-right: 0px;
  }

  .squareView>li:nth-child(even) {
    padding-left: 0px;
  }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */