/*End Generated Styles*/.webdexpress_header {
  padding-top: 0;
}
.webdexpress_header h2 {
  font-size: 1em;
}
#navigation .webdexpress_navigation {
  max-width: 1000px;
}
#content .page_title {
  text-align: left;
  background: url(/uploads/2023/03/08/bg_title.gif) bottom right no-repeat;
  min-height: 35px;
  color: #a47a55;
  padding-top: 7px;
}
#content .page_title:before, #content .page_title:after {
  display: none;
}

#header {
  padding: 0;
}
.header-logo {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 1.5em 1.5em 0;
  align-items: flex-start;
}
.remax-logo {
  background: rgba(0, 0, 0, 0.6);
  padding: 1em 1em 1em 2em;
}
.portrait img {
  box-shadow: 0 0 8px #333;
}

#content h2 {
  margin: 0.83em 0;
  color: #715e47;
}
#content h2:before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 50px;
  background: url(/uploads/2023/03/08/bg_h2.png) top left/contain no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
#content h3 {
  color: #715e47;
}
#content h3:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #61b1b8;
}

.btn {
  background-color: #61b1b8;
  padding: 0.8em 1em;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  margin: 1em 0;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #86d4db;
  color: #fff;
}
#content p {
  margin: 1em 0;
}
#user_content p:last-child {
  padding: 0;
}

#content ul.box-link {
  list-style: none;
  margin: 2em 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
#content ul.box-link.two-box li {
  width: 45%;
}
#content ul.box-link.three-box li {
  width: 30%;
}
#content ul.box-link.four-box li {
  width: 23%;
}
#content ul.box-link li a {
  display: inline-block;
  width: 100%;
  height: 200px;
  position: relative;
  transition: all 0.3s;
  filter: grayscale(80%);
}
#content ul.box-link li a:hover {
  filter: grayscale(0);
}
#content ul.box-link li strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(97,177,187,0.8);
  width: 100%;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  color: #000;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff;
}
#content ul.box-link.home-link li:nth-child(1) a {
  background: url(/uploads/2023/03/08/linkbg_home01.jpg) center/cover no-repeat;
}
#content ul.box-link.home-link li:nth-child(2) a {
  background: url(/uploads/2023/03/08/linkbg_home02.jpg) center/cover no-repeat;
}
#content ul.box-link.home-link li:nth-child(3) a {
  background: url(/uploads/2023/03/08/linkbg_home03.jpg) center/cover no-repeat;
}
#content ul.box-link.sell-link li:nth-child(1) a {
  background: url(/uploads/2023/03/08/linkbg_sell01.jpg) center/cover no-repeat;
}
#content ul.box-link.sell-link li:nth-child(2) a {
  background: url(/uploads/2023/03/08/linkbg_home02.jpg) center/cover no-repeat;
}
#content ul.box-link.buy-link li:nth-child(1) a {
  background: url(/uploads/2023/03/08/linkbg_buy01.jpg) center/cover no-repeat;
}
#content ul.box-link.buy-link li:nth-child(2) a {
  background: url(/uploads/2023/03/08/linkbg_buy02.jpg) center/cover no-repeat;
}
#content ul.box-link.buy-link li:nth-child(3) a {
  background: url(/uploads/2023/03/08/linkbg_buy03.jpg) center/cover no-repeat;
}
#content ul.box-link.communities-link li:nth-child(1) a {
  background: url(/uploads/2023/03/08/linkbg_communities01.jpg) center/cover no-repeat;
}
#content ul.box-link.communities-link li:nth-child(2) a {
  background: url(/uploads/2023/03/08/linkbg_communities02.jpg) center/cover no-repeat;
}
#content ul.box-link.communities-link li:nth-child(3) a {
  background: url(/uploads/2023/03/08/linkbg_communities03.jpg) center/cover no-repeat;
}

#content ol.numbered-list li {
  margin-bottom: 1em;
}

.glossary-wrap strong {
  color: #a47a55;
}

.center { text-align: center; }

@media only screen and (max-width:39.99em) {

  #content ul.box-link {
    flex-wrap: wrap;
  }
  #content ul.box-link.two-box li,
  #content ul.box-link.three-box li,
  #content ul.box-link.four-box li {
    width: 100%;
    margin-bottom: 1em;
  }

}

@media only screen and (max-width:570px) {
  .header-logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 1.5em;
  }
  .remax-logo { padding: 1em; }
  .remax-logo img { width: 150px; }
  .portrait img { width: 250px; }
}