.header-banner-wrap {
  width: 100%;
  background: url(../images/header-banner2.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 30px 0;
}
#hd-logo {
  max-width: 432px;
}
.search-elem-wrap {
  position: relative;
  background: white;
  border-radius: 10px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.hd-search-term {
  width: 75%;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: none;
}
.hd-search-btn {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #efefef;
  color: #333333;
  border-radius: 0 10px 10px 0;
}
.hd-search-btn:hover {
  background: #6db518;
  color: white;
}
.rounded-wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.page-link {
  margin-bottom: 40px;
}
.page-link .rounded-wrap {
  width: 100%;
  height: 200px;
}
.page-link h2 {
  font-size: 22px;
}
.page-link h2 a {
  color: #222222;
}
.page-link-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.bg-image-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.bg-image-panel article {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.bg-image-panel h2 {
  margin: 0 0 20px 0;
}
/**** Media Queries ****/

@media screen and (max-width: 767px) {
  #hd-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .hd-search {
    margin-top: 30px;
  }
  .container {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .hd-search {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .hd-search {
    margin-top: 33px;
  }
  .hd-menu-icon {
    font-size: 33px;
    color: #666666;
  }
  .hd-menu-icon:hover {
    color: #6db518;
  }
}
