#products-container .mix {
  display: none; 
}

/*** Base Element ***/
h2 {
  color: #3E4D5C;
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 15px; 
}

.Highlight {
  border-bottom: 2px solid #007078 !important;
  background: #FAFAFA !important; 
}

/*** Buttons ***/
.products-button {
  margin: 80px 0 10px 0; 
}

.products-button button {
  border: none;
  background: #eee;
  color: #555;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 6px 15px; 
}

.products-button button:active,
.products-button button:focus,
.products-button button:target {
  background: #007c85;
  border: none;
  color: #F4F4F4;
  outline: none; 
}

/*** Images ***/
.mix h3 {
  background: #F2F2F2;
  color: #00AE41;
  font-size: 15.5px;
  font-weight: 600;
  padding: 20px;
  width: 272px;
  margin: -26px 10px 0 10px;
  text-align: left;
  min-height: 55px; 
}

.mix h3 {
    font-size: 12.5px;
}


.mix strong {
    display:inline-block;
    margin-bottom: 5px;
} 

.mix img {
  background: #FAFAFA;
  border-left: 1px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
  border-top: 1px solid #FAFAFA;
  height: auto;
  margin: 26px 10px;
  width: 272px;
}

#products-container {
  display: inline-block;
  margin-left: -10px; 
}

.ProductTitle a:hover,
.ImgContainer:hover {
  color: #FFFFFF;
  text-decoration: none; 
}

.mix img:hover {
  background: rgba(0, 175, 169, 0.1);
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 1px) {
  .mobile--rac {
    font-size: 14px;
    padding: 0 25px; 
  }
  
  .mobile--rac a {
    font-size: 14px; 
  }

  .mobile--products-all {
    max-width: 100%;
    overflow: hidden;
    width: 100%; 
  }

  .mobile--img-container img {
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%; 
  }

  img.mobile--img {
    height:250px;
    object-fit:scale-down;
  }

  .mobile--img-container .green-arrow {
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
    width: 10px; 
  }

  .mobile--main-product-title {
    background: #F2F2F2;
    color: #00AE41;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 20px 0 20px 25px;
    width: 100%; 
    line-height: 1.5;
  }

  .mobile--products-all a:hover,
  .ProductTitle a:hover,
  .ImgContainer:hover {
    color: #FFFFFF;
    text-decoration: none; 
  }

  .catalog-dl,
  .catalog-dl:hover {
    color: #00AE41;
    display: block;
    font-size: 15.5px;
    font-weight: 600;
    margin: 20px 0; 
  }

  p.request-a-course {
    font-weight: 600;
    margin-bottom: 0; 
  }

  .catalog-dl {
    color: #00AE41;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase; 
  }

  .product-description {
    font-weight: 300;
    font-size: 11px;
    color: #808080;
    display: inline-block;
    margin: 10px 0 0px 0;
  }

  #products-container .mix h3 {
     padding: 15px;
     padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .request-a-course {
    font-size: 16px;
    line-height: 19px;
    margin-top: 40px; 
  }

  .catalog-dl {
    color: #00AE41;
    display: block;
    font-size: 15.8px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase; 
  }

  .product-description {
    margin: 15px 0 0px 0;
  }

  .page--container {
    padding-bottom: 6px;
  }
}

/*# sourceMappingURL=products.css.map */
