
#countries-support .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;
}

#countries-support .main-title .top .inner {
  /*background-color: rgba(6, 169, 78, 0.9);*/
  padding: 53px 0 7.2917%;
}

#countries-support .main-title .top {
  background-color: #06a94e;
  background-position: center;
  background-size: cover;
}

#countries-support .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;
}

#countries-support .bottom.cf{
  position: relative;
}


/****************************
-- Regional Where to Buy --
****************************/
#countries-support .main-title h5 {
  color: #989898;
  margin-bottom: 0.25em;
}

#countries-support .main-title h1{
  padding-top: 0px;
  font-size: 2.2em;
  color: #06a94e;
}

#countries-support .wrapper {
  max-width: 960px;
  margin: 0 auto;
}

#countries-support .countrychoose {
  margin: 40px auto 0;
  max-width: 220px;
}

#countries-support .countryicons {
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
}

#countries-support .countryicons a {
  display: inline-block;
}

#countries-support .countryicons img {
  float: left;
  width: 30px;
  height: 30px;
}

#countries-support a span.countryname {
  color: #06a94e;
  float: left;
  font-size: 1.6rem;
  line-height: 1.6875em;
  margin-left: 10px;
}

#countries-support a:hover span.countryname {
  color: #0F6D35;
  text-decoration: underline;
} 

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 31.25em) {
  /*---------------------
  Static List
  ---------------------*/
  #countries-support .countrychoose {
    max-width: 440px;
  }

  #countries-support .countryicons {
    width: 50%;
  }
}

@media screen and (min-width: 45em) {
  /*---------------------
  Static List
  ---------------------*/
  #countries-support .countrychoose {
    max-width: 660px;
  }

  #countries-support .countryicons {
    width: 33.33%;
  }
}

@media screen and (min-width: 58.75em) {
  /*---------------------
  Static List
  ---------------------*/
  #countries-support .countrychoose {
    max-width: none;
  }

  #countries-support .countryicons {
    width: 25%;
  }
}

@media screen and (min-width: 720px){
  #countries-support .main-title h1{
    font-size: 4.5em;
  }
}

@media screen and (min-width: 500px) and (max-width: 719px){
  #countries-support .main-title h1{
    font-size: 2.8em;
  }
}

#countries-support section.main-title {
    opacity: 1;
}

@media (max-width: 375px){
  #countries-support .main-title h1{
    font-size: 2.2em;
  }
}