.pkp_page_about.pkp_op_contact .pkp_structure_content {
  padding-top: 0;
}

.pkp_page_about.pkp_op_contact .pkp_structure_main {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.pkp_page_about.pkp_op_contact .pkp_structure_main::before,
.pkp_page_about.pkp_op_contact .pkp_structure_main::after {
  display: none;
}

.horizon_contact_page {
  color: #152334;
}

.horizon_contact_layout {
  display: grid;
  grid-template-columns: minmax(0, var(--horizon-main-width, 700px)) var(--horizon-sidebar-width, 380px);
  gap: var(--horizon-content-gap, 30px);
  align-items: start;
  max-width: var(--horizon-content-width, 1110px);
  min-height: 430px;
  margin: 28px auto 48px;
}

.horizon_contact_heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 74px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d4d4d4;
  box-sizing: border-box;
}

.horizon_contact_heading h1 {
  margin: 8px 0 0;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.horizon_contact_content {
  margin-top: 34px;
  color: #111;
  font-size: 18px;
  line-height: 1.75;
}

.horizon_contact_list {
  margin: 0;
  padding: 0;
}

.horizon_contact_list div {
  display: flex;
  align-items: baseline;
  min-height: 34px;
}

.horizon_contact_list dt {
  flex: 0 0 auto;
  margin: 0;
  color: #111;
  font-weight: 500;
  white-space: nowrap;
}

.horizon_contact_list dd {
  min-width: 0;
  margin: 0 0 0 6px;
  color: #111;
  word-break: break-word;
}

.horizon_contact_list a {
  color: var(--horizon-project-primary, #1d73e2);
  text-decoration: none;
}

.horizon_contact_list a:hover,
.horizon_contact_list a:focus {
  color: var(--horizon-project-primary, #1d73e2);
  text-decoration: underline;
}

.horizon_contact_sidebar {
  min-width: 0;
}

.horizon_contact_sidebar .clear::after {
  display: block;
  clear: both;
  content: "";
}

.horizon_contact_sidebar .fl {
  float: left;
}

.horizon_contact_sidebar .fr {
  float: right;
}

.horizon_contact_sidebar .comwrap {
  min-height: 0;
  margin-bottom: 10px;
  background: #fff;
}

.horizon_contact_sidebar .comwrap.tsg {
  margin-bottom: 12px;
}

.horizon_contact_sidebar .comwrap.qkjj {
  background: var(--horizon-sidebar-soft, #e8f7ff);
}

.horizon_contact_sidebar .tsglist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.horizon_contact_sidebar .tsglist li {
  width: 49%;
  margin-bottom: 6px;
  line-height: 0;
}

.horizon_contact_sidebar .tsglist li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.horizon_contact_sidebar .tsglist li a,
.horizon_contact_sidebar .tsglist li .tsg_static {
  display: block;
  min-height: 82px;
  padding: 10px 0;
  background: var(--horizon-sidebar-soft, #e8f7ff);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.horizon_contact_sidebar .tsglist li a:hover,
.horizon_contact_sidebar .tsglist li a:focus {
  background: var(--horizon-project-primary, #1d73e2);
  color: #fff;
  text-decoration: none;
}

.horizon_contact_sidebar .tsglist li a span,
.horizon_contact_sidebar .tsglist li .tsg_static span {
  display: block;
  width: 30px;
  height: 28px;
  margin: 0 auto 9px;
  color: var(--horizon-project-primary, #1d73e2);
  font-family: FontAwesome;
  font-size: 34px;
  font-weight: 400;
  line-height: 28px;
}

.horizon_contact_sidebar .tsglist li a:hover span,
.horizon_contact_sidebar .tsglist li a:focus span {
  color: #fff;
}

.horizon_contact_sidebar .tsglist li.tsg1 a > span::before {
  content: "\f2c0";
}

.horizon_contact_sidebar .tsglist li.tsg4 a > span::before,
.horizon_contact_sidebar .tsglist li.tsg4 .tsg_static > span::before {
  content: "\f002";
}

.horizon_contact_sidebar .tsglist li.tsg3 a > span::before,
.horizon_contact_sidebar .tsglist li.tsg3 .tsg_static > span::before {
  content: "\f044";
}

.horizon_contact_sidebar .tsglist li.tsg2 a > span::before,
.horizon_contact_sidebar .tsglist li.tsg2 .tsg_static > span::before {
  content: "\f0c0";
}

.horizon_contact_sidebar .qkjjcon {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 14px 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.horizon_contact_sidebar .qkjjcon .qkbook,
.horizon_contact_sidebar .qkjjcon .qkbook a,
.horizon_contact_sidebar .qkjjcon .bookr {
  float: none;
}

.horizon_contact_sidebar .qkjjcon .qkbook a {
  display: block;
  position: relative;
  z-index: 100;
  width: 132px;
}

.horizon_contact_sidebar .qkjjcon .qkbook a img {
  display: block;
  width: 132px;
  height: 184px;
  border: 2px solid var(--horizon-sidebar-soft, #e8f7ff);
  box-shadow: 0 0 6px rgba(29, 115, 226, 0.22);
  box-sizing: border-box;
}

.horizon_contact_sidebar .qkjjcon .bookr {
  min-width: 0;
}

.horizon_contact_sidebar .qkjjcon .bookr p {
  display: flex;
  align-items: baseline;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
}

.horizon_contact_sidebar .qkjjcon .bookr p span,
.horizon_contact_sidebar .qkjjcon .bookr p a,
.horizon_contact_sidebar .qkjjcon .bookr p strong {
  color: #333;
}

.horizon_contact_sidebar .qkjjcon p strong {
  display: inline-block;
  flex: 0 0 76px;
}

.horizon_contact_sidebar .qkjjcon p span {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.horizon_contact_sidebar .qkjjcon p.chief strong:first-letter {
  letter-spacing: 2em;
}

@media (max-width: 1099px) {
  .horizon_contact_layout {
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }

  .horizon_contact_sidebar {
    max-width: 430px;
  }
}

@media (max-width: 640px) {
  .horizon_contact_layout {
    min-height: 0;
    margin: 18px 14px 36px;
  }

  .horizon_contact_heading h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .horizon_contact_content {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .horizon_contact_list div {
    align-items: flex-start;
  }

  .horizon_contact_sidebar {
    max-width: none;
  }

  .horizon_contact_sidebar .qkjjcon {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px 12px;
  }

  .horizon_contact_sidebar .qkjjcon .qkbook a,
  .horizon_contact_sidebar .qkjjcon .qkbook a img {
    width: 128px;
  }
}
