#masthead .search-box {
  display: none;
}
#masthead .logo {
  top: 0;
}
h1.heading {
  font-size: 1.5rem;
  color: #987945;
}
.contact-form {
  width: 100%;
  background-color: #f2f2f2;
  padding: 1rem;
  color: #555;
}
.contact-wrapper {
  padding: 10px 0;
}
.contact-form input,
.contact-form textarea {
  height: 35px;
  width: 100%;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}
.contact-form textarea {
  height: unset;
  padding: 5px 10px;
  text-indent: 0;
}
.contact-form label {
  margin: 1px;
  font-weight: 700;
}
.contact-form span.required {
  font-size: 10px;
  padding: 0 5px;
}
.contact-form button[type="submit"] {
  height: 40px;
  width: 150px;
  background-color: #987945;
  color: #fff;
  border: 0;
  transition: 0.5s all ease;
  cursor: pointer;
  margin: 0 auto;
}
.contact-form button[type="submit"]:hover {
  background-color: #755d35;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.sitemap-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sitemap-content ul {
  padding: 0;
}
.sitemap-content ul > li {
  list-style: none;
  padding-bottom: 20px;
}
.sitemap-content ul > li:hover a {
  color: #b5935b;
  text-decoration: none;
}
.sitemap-content ul.children {
  padding-left: 15px;
}
.sitemap-content ul.children > li {
  list-style: disc;
}
.text-center {
  text-align: center;
}
.btn-change {
  background-color: #555;
  border-color: #555;
  width: 30%;
  margin-right: 15px;
}
.btn-send {
  background-color: #987945;
  border-color: #987945;
  width: 30%;
}
.btn-back {
  width: 20%;
  margin-bottom: 10px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: none;
}
.hidden-bottom {
  border-bottom: hidden;
}
.btn-change:hover {
  background-color: #3c3c3c;
}
.btn-change:active,
.btn-change:active:focus,
.btn-change:focus {
  background-color: #555 !important;
}
.btn-send:hover {
  background-color: #755d35;
}
.btn-send:active,
.btn-send:active:focus,
.btn-send:focus {
  background-color: #987945 !important;
}
.notice {
  text-align: center;
  width: 400px;
  margin: 0 auto 25px;
  border: 1px solid #000;
  padding: 15px;
}
.display_center {
  text-align: center;
}
.contact-code {
  margin-top: 10px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.contact-code a {
  font-weight: 700;
}
@media (max-width: 768px) {
  h1.heading {
    padding-left: 15px;
    margin-top: 20px;
  }
  #my_page h4 {
    margin-top: 30px;
  }
  .btn-back {
    width: 40%;
    margin-bottom: 10px;
  }
  ul.breadcrumb {
    background-color: #f2f2f2;
    padding: 8px 15px 5px 15px;
    border-radius: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  ul.breadcrumb > li {
    margin-right: 5px;
  }
  ul.breadcrumb > li a {
    color: #333;
  }
  .contact-wrapper {
    margin-bottom: 35px;
  }
  #my_page.adver-complete {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .btn-back {
    width: 60%;
  }
}

@media (max-width: 380px) {
  h4 {
    font-size: -0.65rem !important;
  }
  .notice {
    text-align: center;
    width: 348px;
    margin: 0 auto 25px;
    border: 1px solid #000;
    padding: 15px;
  }
  .btn-back {
    width: 70%;
    margin-bottom: 10px;
  }
}
