#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;
  /*font-size: 13px;*/
  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: 10px;
  width: 272px;
  margin: -26px 10px 0 10px;
  text-align: left;
  min-height: 55px; }

.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; }

/*.effectfront:hover {
  box-shadow: 0 11px 5px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 11px 5px -4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 11px 5px -4px rgba(0,0,0,0.3);
}*/
/*.effectfront:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
*/
.mix img:hover {
  background: rgba(0, 175, 169, 0.1);
  /*opacity: 0.2;*/ }

/*** Media Queries ***/
/*@media (device-height: 1024px) and (device-width: 768px) and (orientation: portrait) {
    .mix img {
        width: 342px;
    }

    .mix h3 {
        max-width: 342px;
    }
}*/
/*@media (device-height: 768px) and (device-width: 1024px) and (orientation: landscape) {
    .mix img {
        width: 293px;
    }

    .mix h3 {
        max-width: 293px;
    }
}

@media (device-height: 480px) and (device-width: 320px) and (orientation: portrait) {
    .mix img {
        width: 290px;
    }

    .mix h3 {
        max-width: 290px;
    }
}

@media (device-height: 320px) and (device-width: 480px) and (orientation: landscape) {
    .mix img {
        width: 207px;
    }

    .mix h3 {
        max-width: 207px;
    }
}

@media (device-height: 568px) and (device-width: 320px) and (orientation: portrait) {
    .mix img {
        width: 290px;
    }

    .mix h3 {
        max-width: 290px;
    }
}

@media (device-height: 320px) and (device-width: 568px) and (orientation: landscape) {
    .mix img {
        width: 251px;
    }

    .mix h3 {
        max-width: 251px;
    }
}

@media (device-height: 667px) and (device-width: 375px) and (orientation: portrait) {
    .mix img {
        width: 345px;
    }

    .mix h3 {
        max-width: 345px;
    }
}

@media (device-height: 375px) and (device-width: 667px) and (orientation: landscape) {
    .mix img {
        width: 300px;
    }

    .mix h3 {
        max-width: 300px;
    }
}

@media (device-height: 736px) and (device-width: 414px) and (orientation: portrait) {
    .mix img {
        width: 384px;
    }

    .mix h3 {
        max-width: 384px;
    }
}

@media (device-height: 414px) and (device-width: 736px) and (orientation: landscape) {
    .mix img {
        width: 335px;
    }

    .mix h3 {
        max-width: 335px;
    }
}*/
/*==========  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%; }
  .mobile--img-container .green-arrow {
    display: inline-block;
    margin-top: -3px;
    width: 10px; }

  .mobile--main-product-title {
    background: #F2F2F2;
    color: #00AE41;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px 0 10px 25px;
    width: 100%; }

  .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; } }
@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; } }

/*# sourceMappingURL=products.css.map */
