
#countriespage .main-title .top .inner {
  background: url(../images/grayscale.svg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
  background-position: center center;
  background-size: cover;
}

#countriespage .main-title .top .inner {
  /*background-color: rgba(6, 169, 78, 0.9);*/
  padding: 53px 0 7.2917%;
}

#countriespage .main-title .top {
  background-color: #06a94e;
  background-position: center;
  background-size: cover;
}

#countriespage .title-cover-top {
  background: url(../images/title-cover-top-svg.svg) bottom center no-repeat transparent;
  background-size: 100% 100%;
  bottom: 100%;
  height: 0;
  left: 0;
  margin-bottom: -1px;
  padding-bottom: 7.2917%;
  position: absolute;
  right: 0;
}

#countriespage .bottom.cf{
  position: relative;
}

/****************************
-- Regional Where to Buy --
****************************/

#countriespage .main-title h1{
  padding-top: 0px;
  font-size: 2.2em;
  color: #06a94e;
}

#countriespage .main-title h5 {
  color: #989898;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 0.25em;
}

#countriespage .wrapper {
  max-width: 960px;
  margin: 0 auto;
}

#countriespage .countrychoose {
  margin: 40px auto 0;
  max-width: 220px;
}

#countriespage .countryicons {
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
}

#countriespage .countryicons a {
  display: inline-block;
}

#countriespage .countryicons img {
  float: left;
  width: 30px;
  height: 30px;
}

#countriespage a span.countryname {
  color: #06a94e;
  float: left;
  font-size: 1.6rem;
  line-height: 1.6875em;
  margin-left: 10px;
}

#countriespage a:hover span.countryname {
  color: #0F6D35;
  text-decoration: underline;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 31.25em) {
  /*---------------------
  Static List
  ---------------------*/
  #countriespage .countrychoose {
    max-width: 440px;
  }

  #countriespage .countryicons {
    width: 50%;
  }
}

@media screen and (min-width: 45em) {
  /*---------------------
  Static List
  ---------------------*/
  #countriespage .countrychoose {
    max-width: 660px;
  }

  #countriespage .countryicons {
    width: 33.33%;
  }
}

@media screen and (min-width: 58.75em) {
  /*---------------------
  Static List
  ---------------------*/
  #countriespage .countrychoose {
    max-width: none;
  }

  #countriespage .countryicons {
    width: 25%;
  }
}

@media screen and (min-width: 720px){
  #countriespage .main-title h1{
    font-size: 3.6em;
  }
}

@media screen and (min-width: 500px) and (max-width: 719px){
  #countriespage .main-title h1{
    font-size: 2.8em;
  }
}

@media screen and (min-width: 40.0625em){
  #countriespage .main-title .top .inner {
    padding-top: 61px;
  }
}

/****************************
-- Retailers list --
****************************/
/*---------------------
Retailers Static List
---------------------*/
.retailer-list .grid {
  margin-bottom: 20px;
  padding: 0px;
}

.retailer-list .wrapper {
  padding: 0 10px;
}

.retailer-list .retailer {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
}

.retailer-list .limiter {
  display: inline-block;
  max-width: 125px;
  vertical-align: middle;
  width: 100%;
}

.retailer-list .buy-btn {
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 22.5em) {
  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .limiter {
    max-width: 150px;
  }
}

@media screen and (min-width: 27.5em) {
  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .retailers .grid {
    margin: 0 -15px 20px;
    text-align: left;
  }

  .retailer-list .retailers .grid.center {
    text-align: center;
  }

  .retailer-list .retailer {
    border-top: 0;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%;
  }

  .retailer-list .limiter {
    max-width: 135px;
  }

  .retailer-list .buy-logo {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .retailer-list .buy-btn {
    margin: 0;
  }
}

@media screen and (min-width: 32.5em) {
  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .retailer {
    width: 33.33%;
  }
}

@media screen and (min-width: 40.0625em) {
  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .retailers .grid {
    margin-top: 35px;
  }

  .retailer-list .retailer {
    margin-bottom: 40px;
    width: 25%;
  }
}

@media screen and (min-width: 48em) {
  /*---------------------
  Retailer List
  ---------------------*/
  .retailer-list .wrapper {
    padding-bottom: 50px;
  }

  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .retailers .grid {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .retailer-list .retailer {
    margin: 20px 0;
  }
}

@media screen and (min-width: 50em) {
  /*---------------------
  Retailers Static List
  ---------------------*/
  .retailer-list .retailer {
    margin: 20px 0 30px;
    width: 20%;
  }
}
