@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
.container-fluid {
  /*  margin-top: 30px;*/
  height: auto;
}
.hero {
  background: transparent linear-gradient(90deg, #CF112D 0%, #680917 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #680917;
  padding: 25px;
}
.hero h1, .hero h2 {
  color: #ffffff;
	 margin-top: 0;
}
.hero h1 {
 font-size: 24px;
}
.hero h2 { font-size: 18px;}
#wtb-map-iframe {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#resellers-distributors {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 200px;
}
#resellers-distributors a {display: block;}
#resellers-distributors a.reseller:hover,  #resellers-distributors a.distributor:hover  {border-color: #991b21; background-color: #eeeeee;}
#resellers-distributors .col-xs-12 {
  margin-top: 45px;
}
#resellers-distributors .reseller, #resellers-distributors .distributor {
  padding: 25px 15px;
  border: 1px solid #666;
  color: #991B21;
	margin-bottom: 10px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
	.hero {display: flex; justify-content: space-between; align-items: center;}
	.hero .buttons {margin-right: 50px;}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}