@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
img {
  border: 0;
}
.clearme {
  clear: both;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #167eaf;
  text-decoration: none;
  margin: 0 0 15px 0;
  padding: 0px;
}
.map-region-btn {
  display: block;
  width: 230px;
  padding-left: 20px;
  height: 40px;
  margin: 5px 0;
  text-align: left;
  border-radius: 20px;
  background-color: #167eaf;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  transition: all .3s;
  background-image: url("https://www.agcareers.com/includes/maps/creative/assets/icons/map-region-arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: 225px center;
}
.map-region-btn:hover {
  color: #fff !important;
  background-color: #328551;
}
#regional-button-area .map-region-btn {
	margin: 5px 5px 5px 0;
	display: inline-block;
}
#maps-content-area {
  width: 100%;
}
#maps-content-area-inner {
  padding-top: 0px;
  padding-bottom: 20px;
  width: 780px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
#maps-area {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
#maps-left-col {
  width: 530px;
}
#maps-right-col {
  width: 250px;
}
#regional-button-area {
  margin: 20px 0;
}