﻿/* Product list
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content .product {
  float: left;
}
#content .product img {
  float: left;
  padding: 0 10px;
  width: 95px;
}
#content .products .product-link {
  padding: 1.5em 0 0 0;
}
#content .products .product-link a {
  text-decoration: none;
}
#content .products .product-link a:hover {
  text-decoration: underline;
}
    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 640px */
@media screen and (max-width: 640px) {
  #content .product {
    width: 100%;
  }
}
    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 641px */
@media screen and (min-width: 641px) {
  #content .product {
    padding-right: 2%;
    width: 48%;
  }
  #content .product img {
    padding-bottom: 22px;
  }
}
    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 900px */
@media screen and (min-width: 901px) {
  #content .product {
    width: 31.33333333333%;
  }
  #content .product img {
    padding-bottom: 35px;
  }
}
    
    
/* MMA Background
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 641px */
@media screen and (min-width: 641px) {
  #mma .MMABGImage {
    background: url(/content/images/home/insurance-choices/insurance-choices-products-bg.png) no-repeat;
    bottom: 0;
    height: 219px;
    left: -45%;
    position: absolute;        
    width: 52%;        
  }
}