/****************************
-- Regional Where to Buy --
****************************/
#wheretobuy .main-title h5 {
  color: #989898;
  margin-bottom: 0.25em;
}

#wheretobuy .wrapper {
  max-width: 960px;
}

#wheretobuy .countrychoose {
  margin: 40px auto 0;
  max-width: 220px;
}

#wheretobuy .countryicons {
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
}

#wheretobuy .countryicons a {
  display: inline-block;
}

#wheretobuy .countryicons img {
  float: left;
  width: 30px;
  height: 30px;
}

#wheretobuy a span.countryname {
  color: #06a94e;
  float: left;
  font-size: 1.6rem;
  line-height: 1.6875em;
  margin-left: 10px;
}

#wheretobuy a:hover span.countryname {
  color: #0F6D35;
  text-decoration: underline;
} 

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 31.25em) {
  /*---------------------
  Static List
  ---------------------*/
  #wheretobuy .countrychoose {
    max-width: 440px;
  }

  #wheretobuy .countryicons {
    width: 50%;
  }
}

@media screen and (min-width: 45em) {
  /*---------------------
  Static List
  ---------------------*/
  #wheretobuy .countrychoose {
    max-width: 660px;
  }

  #wheretobuy .countryicons {
    width: 33.33%;
  }
}

@media screen and (min-width: 58.75em) {
  /*---------------------
  Static List
  ---------------------*/
  #wheretobuy .countrychoose {
    max-width: none;
  }

  #wheretobuy .countryicons {
    width: 25%;
  }
}