.site__footer {
  border-top: 1px solid #e5e5e5;
}

.header._fixhead {
  background-color: #fff;
  border-bottom: solid 1px #dfdfdf;
}

.header._fixhead .header__logoimage {
  opacity: 0;
}

.header._fixhead .header__logoimagealt {
  opacity: 1;
}

.header._fixhead .header__navmenu > .menu-item > .nav__link {
  color: #000;
}

.header._fixhead .header__navmenu > .menu-item-has-children:after {
  color: #000;
}

.header._fixhead .header__navmenu > .menu-item._hasmegamenu:after {
  color: #000;
}

.header._fixhead .header__mmtogglebox span {
  background-color: #000;
}

.post-wrapper {
  padding-top: 106px;
}

.page-wrapper-accessibility {
  padding-top: 0;
}

.page-wrapper-accessibility .post-bcn {
  padding-bottom: 60px;
}

.page-banner {
  position: relative;
  height: 380px;
}

.page-banner .event-banner__breadcrumbs-body {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 115px;
  justify-content: center;
  text-align: center;
}

.page-banner .event-banner__breadcrumbs-body * {
  color: white;
}

img.page-banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.page-banner-title {
  position: absolute;
  width: 100%;
  bottom: 125px;
  color: #FFFFFF;
  font-size: 58px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 20px #010101;
}

.post-bcn {
  padding-bottom: 14px;
}

.post-bcn__breadcrumbs {
  padding: 0 15px;
}

.bredxt__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.bredxt__item_active {
  font-weight: bold;
}

.bredxt__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.bredxt__link:hover {
  color: #000000;
}

.bredxt__sep {
  margin: 0 3px 0 7px;
  font-weight: 400;
}

html[lang="en-US"] .bredxt__sep {
  margin: 0 7px 0 3px;
}

.post-body {
  padding-bottom: 36px;
}

.post-contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.61%;
          flex: 0 0 62.61%;
  max-width: 62.61%;
  padding: 0 15px;
  padding-top: 3px;
}

.post-content__main {
  margin-bottom: 44px;
}

.post-content__header {
  margin-bottom: 12px;
}

.post-content__title {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.11px;
  color: #000000;
}

.post-content__center-text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0px;
  color: #010201;
}

.post-content__center-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #010201;
  margin: 33px 0 7px 0;
}

.post-content__center-text h3 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.post-content__center-text ul,
.post-content__center-text ol {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.post-content__center-text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-right: 0px;
}

.post-content__center-text ul li,
.post-content__center-text ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-right: 23px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.06px;
  color: #010201;
  display: block;
  margin-bottom: 0px;
}

html[lang="en-US"] .post-content__center-text ul li,
html[lang="en-US"]
.post-content__center-text ol li {
  padding-right: 0;
  padding-left: 23px;
}

.post-content__center-text ol li {
  margin-bottom: 12px;
  padding-right: 40px;
}

html[lang="en-US"] .post-content__center-text ol li {
  padding-right: 0;
  padding-left: 40px;
}

.post-content__center-text ul li:before {
  content: "";
  background: #ef2329;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 14px;
  right: 3px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

html[lang="en-US"] .post-content__center-text ul li:before {
  right: auto;
  left: 3px;
}

.post-content__center-text ol li:before {
  text-align: center;
  min-width: 29px;
  min-height: 29px;
  content: counter(my-awesome-counter) ". ";
  color: #ef2329;
  font-weight: 700;
  display: block;
  border-radius: 50%;
  margin: 0;
  padding: 0px 3px;
  position: absolute;
  top: 0;
  right: 0px;
}

html[lang="en-US"] .post-content__center-text ol li:before {
  right: auto;
  left: 0;
}

.post-content__center-text blockquote {
  position: relative;
  padding: 19px 94px 20px 19px;
  margin-top: 30px;
  margin-bottom: 36px;
  border-radius: 10px;
  background-color: #f1f1f1;
}

html[lang="en-US"] .post-content__center-text blockquote {
  padding: 19px 19px 20px 94px;
}

.post-content__center-text blockquote:before {
  border-radius: 50%;
  overflow: hidden;
  content: "";
  position: absolute;
  top: 29px;
  right: 23px;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  background-image: url(../img/pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
}

html[lang="en-US"] .post-content__center-text blockquote:before {
  right: auto;
  left: 23px;
}

.post-content__center-text blockquote h3 {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.post-content__center-text blockquote p {
  font-size: 16px;
  line-height: 1.54;
  letter-spacing: 0.09px;
  color: #010201;
}

.post-content__center-text blockquote > *:last-child {
  margin-bottom: 0;
}

.post-content__center-text .alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.post-content__center-text .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.post-content__center-text .aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.post-content__center-text a {
  color: blue;
  text-decoration: underline;
}

.post-content__center-text img {
  max-width: 100%;
}

.post-content__center-text #toc_container {
  display: none !important;
}

.post-content__recarticlestitle {
  margin-bottom: 28px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.post-content__recarticlesitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px;
}

.post-content__recarticlesitembox {
  margin-bottom: 42px;
  padding: 0 12.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 3);
          flex: 0 1 calc(100% / 3);
  max-width: calc(100% / 3);
}

.post-content__recarticlesitem {
  height: 100%;
}

.post-content__recarticlesitemlink {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 35px 0 #66666630;
          box-shadow: 0px 5px 35px 0 #66666630;
  background-color: #ffffff;
}

.post-content__recarticlesitemimagebox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: calc(50% + 2px);
}

.post-content__recarticlesitemimage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content__recarticlesiteminfo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 19px 18px 25px;
}

.post-content__recarticlesitemtitle {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #000000;
}

.post-content__recarticlesitemlink:hover .post-content__recarticlesitemtitle {
  color: red;
}

.post-content__recarticlesitembtn {
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ef2329;
}

.post-content__recarticlesitembtn i {
  font-size: 15px;
  font-weight: 900;
  margin: 0 7px;
}

html[lang="en-US"] .post-content__recarticlesitembtn i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-content__sidebarbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 62.61%);
          flex: 0 0 calc(100% - 62.61%);
  max-width: calc(100% - 62.61%);
  padding: 0 15px;
}

.post-banner {
  padding-left: 2px;
  position: relative;
  margin-bottom: 41px;
}

.post-banner__imagebox {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(50% + 27px);
}

.post-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postsidebar__wrapper {
  padding: 0 24px 0 3px;
  height: 100%;
}

html[lang="en-US"] .postsidebar__wrapper {
  padding: 0 0 0 26px;
}

.postsidebar__floatbox {
  margin-top: 34px;
  margin-bottom: 42px;
  position: -webkit-sticky;
  position: sticky;
  top: 131px;
}

.postpgbustype {
  background-color: #f7f7f7;
  padding: 60px 0 70px;
}

.postpgbustype__tabstitlebox {
  margin-bottom: 22px;
}

.postpgbustype__tabstitle {
  padding: 0 15px;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.postpgbustype__tabsitemsbox {
  padding: 0 16px;
}

.postpgbustype__tabsitems {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.postpgbustype__tabsitembox {
  padding: 0 10px;
  height: auto;
  min-height: 136px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 193px;
          flex: 0 1 193px;
  max-width: 193px;
}

.postpgbustype__tabslink {
  cursor: pointer;
  display: block;
  padding: 10px 9px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.postpgbustype__tabslink:hover {
  -webkit-box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
          box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
}

.postpgbustype__tabsitemimagebox {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}

.postpgbustype__tabsitemimage {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.postpgbustype__tabsitemtitle {
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #010201;
}

.postpgbustype__tabsiteminfobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postpgbustype__tabsiteminfo {
  background-size: 22px 14px;
  padding: 0 33px 0 0;
  position: relative;
  left: 4px;
  background-image: url(../img/hp_people.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1px) calc(50% - 1px);
}

html[lang="en-US"] .postpgbustype__tabsiteminfo {
  left: 0;
  padding: 0 0 0 33px;
  background-position: calc(0% + 2px) calc(50% - 1px);
}

.postpgbustype__tabsiteminfotext {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #010201;
}

.postpgevents {
  padding: 61px 0 72px;
}

.postpgevents__tabstitlebox {
  margin-bottom: 22px;
}

.postpgevents__tabstitle {
  padding: 0 15px;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.postpgevents__itemsbox {
  margin-bottom: 0;
  padding: 0 17px;
}

.postpgevents__itemswrapper {
  padding: 0 0 0px;
  margin: 0 -8px;
  margin-bottom: -16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postpgevents__itembox {
  padding: 0 8px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 4);
          flex: 0 1 calc(100% / 4);
  position: relative;
}

.postpgevents__itemlink {
  background-size: 22px;
  background-position: calc(100% - 15px) calc(50% + 1px);
  min-height: 64px;
  font-size: 19px;
  padding: 15px 46px 15px 15px;
  height: 100%;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  color: #010201;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

html[lang="en-US"] .postpgevents__itemlink {
  padding: 11px 15px 11px 46px;
  background-position: calc(0% + 15px) calc(50% + 1px);
}

.postpgevents__itemlink:hover {
  -webkit-box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
          box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
  color: #010201;
}

.postpgloc {
  padding: 61px 0 100px;
  background-color: #f1f1f196;
}

.postpgloc__titlebox {
  margin-bottom: 27px;
}

.postpgloc__title {
  padding: 0 15px;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

.postpgloc__deptparent {
  margin: 0;
  max-height: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.postpgloc__deptparentchilditem {
  height: 100%;
  margin: 0;
  padding: 0 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: calc(100% / 6 - 9px);
  max-width: calc(100% / 6 + 33px);
  position: relative;
  overflow: hidden;
}

.postpgloc__deptparentchilditem:first-child,
.postpgloc__deptparentchilditem:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 6 - 25px);
          flex: 0 1 calc(100% / 6 - 25px);
  min-width: auto;
  max-width: calc(100% / 6 - 25px);
}

.postpgloc__deptparentchilditembox {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  max-height: 408px;
}

.postpgloc__deptparentchilditembox._postpglocsubactive {
  z-index: 1;
  max-height: 100%;
  padding-bottom: 26px;
}

.postpgloc__deptparentchildlinkbox {
  padding: 0;
}

.postpgloc__deptparentchildlink {
  padding: 9px 0;
  font-size: 22px;
  pointer-events: none;
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0d0d0d;
}

.postpgloc__deptlist {
  padding: 0px 2px;
}

.postpgloc__deptsublistmorebox {
  padding: 0 2px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  background-color: #f7f7f6;
  z-index: 1;
}

.postpgloc__deptsublistmore {
  cursor: pointer;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0px;
  font-weight: bold;
  color: #00b770;
  opacity: 1;
  -webkit-transition: opacity .3s, color .3s;
  -o-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

.postpgloc__deptsublistmore:hover {
  color: #00975c;
}

.postpgloc__deptsublistmore:hover + .postpgloc__deptsublistless {
  color: #00975c;
}

._postpglocsubactive .postpgloc__deptsublistmore {
  opacity: 0;
}

.postpgloc__deptsublistless {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 2px;
  opacity: 0;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0px;
  font-weight: bold;
  color: #00b770;
  -webkit-transition: opacity .3s, color .3s;
  -o-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

html[lang="en-US"] .postpgloc__deptsublistless {
  right: auto;
  left: 2px;
}

._postpglocsubactive .postpgloc__deptsublistless {
  opacity: 1;
}

.postpgloc__deptsublistlink {
  line-height: 1.53;
  letter-spacing: 0px;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #0d0d0d;
}

.postpgloc__deptsublistlink:hover {
  color: #0d0d0d;
}

@media (min-width: 992px) {
  .site__wraper {
    overflow: unset;
  }
}

@media (max-width: 1399.98px) {
  .post-content {
    padding: 0;
  }

  .post-content__sidebarbox {
    padding: 0 15px 0 0;
  }

  .post-banner {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .postpgbustype__tabstitle {
    padding: 0;
  }

  .postpgbustype__tabsitemsbox {
    padding: 0;
  }

  .postpgevents__tabstitle {
    padding: 0;
  }

  .postpgevents__itemsbox {
    padding: 0;
  }

  .postpgloc__title {
    padding: 0;
  }

  .postpgloc__deptparent {
    margin: 0 -15px;
  }
}

@media (max-width: 1199.98px) {
  html[lang="en-US"] .post-content__recarticlesiteminfo {
    padding: 15px 15px 20px;
  }

  html[lang="en-US"] .post-content__recarticlesitemtitle {
    font-size: 20px;
    letter-spacing: -0.5px;
  }

  .postsidebar__wrapper {
    padding: 0 15px 0 0px;
  }

  html[lang="en-US"] .postsidebar__wrapper {
    padding: 0 0 0 15px;
  }

  .postpgbustype__tabsitems {
    margin: 0 -5px;
  }

  .postpgbustype__tabsitembox {
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .postpgbustype__tabslink {
    padding: 10px 7px;
  }
}

@media (max-width: 991.98px) {
  .post-wrapper {
    padding-top: 20px;
  }

  .post-contentbox {
    display: block;
  }

  .post-content {
    max-width: 100%;
  }

  .post-content__center-text #toc_container {
    display: block !important;
    background: #fff !important;
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    padding: 0;
    padding-right: 0 !important;
    margin-bottom: 0;
    width: 100% !important;
  }

  .post-content__center-text #toc_container.contracted {
    width: 120px !important;
  }

  .post-content__center-text #toc_container.contracted span.toc_toggle:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  html[lang="en-US"] .post-content__center-text #toc_container.contracted span.toc_toggle:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .post-content__center-text #toc_container .toc_title {
    position: relative;
    padding: 8px 9px 8px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #24160a;
  }

  html[lang="en-US"] .post-content__center-text #toc_container .toc_title {
    color: transparent;
    padding: 8px 30px 8px 9px;
  }

  html[lang="en-US"] .post-content__center-text #toc_container .toc_title:after {
    pointer-events: none;
    padding: 8px 30px 8px 9px;
    content: "Content";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 100%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #24160a;
  }

  .post-content__center-text #toc_container span.toc_toggle {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: transparent !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .post-content__center-text #toc_container span.toc_toggle:before {
    position: absolute;
    left: 11px;
    top: 13px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #24160a;
    display: inline-block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  html[lang="en-US"] .post-content__center-text #toc_container span.toc_toggle:before {
    left: auto;
    right: 11px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .post-content__center-text #toc_container span.toc_toggle > a {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }

  .post-content__center-text #toc_container span.toc_toggle > a:hover,
  .post-content__center-text #toc_container span.toc_toggle > a:active,
  .post-content__center-text #toc_container span.toc_toggle > a:focus {
    color: transparent;
  }

  .post-content__center-text #toc_container .toc_list {
    margin-top: 0px !important;
    padding: 0 15px 12px;
  }

  .post-content__center-text #toc_container .toc_list li:before {
    display: none;
  }

  .post-content__center-text #toc_container .toc_list a {
    color: #24160a;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0px;
  }

  .post-content__center-text #toc_container .toc_list a:hover {
    color: #24160a;
  }

  .post-content__center-text .toc_container__wrapper {
    margin-bottom: 22px;
  }

  .post-content__center-text .toc_container__wrapper._fixed {
    z-index: 200;
    margin-bottom: 0;
    position: fixed;
    top: 49px;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 20px 20px 20px;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
  }

  ._mobmenuopen .post-content__center-text .toc_container__wrapper._fixed {
    left: -230px;
  }

  .post-content__center-text .toc_container__wrapper._fixed #toc_container {
    width: 100% !important;
  }

  .post-content__recarticlesiteminfo {
    padding: 15px 15px 20px;
  }

  .post-content__recarticlesitemtitle {
    letter-spacing: -0.4px;
  }

  .post-content__sidebarbox {
    padding: 0;
    max-width: 408px;
  }

  .postsidebar__wrapper {
    padding: 0;
  }

  html[lang="en-US"] .postsidebar__wrapper {
    padding: 0;
  }

  .postsidebar__floatbox {
    display: none;
  }

  .postpgbustype__tabstitle {
    text-align: center;
  }

  .postpgbustype__tabsitems {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }

  .postpgbustype__tabsitembox {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .postpgbustype__tabslink {
    padding: 10px 9px;
  }

  .postpgevents__tabstitle {
    text-align: center;
  }

  .postpgevents__itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
  }

  .postpgloc__title {
    text-align: center;
  }

  .postpgloc__deptparent {
    max-height: unset;
    display: block;
    margin: 0;
  }

  .postpgloc__deptparentchilditem {
    padding: 0;
    margin: 0 auto;
    max-width: 460px;
    margin-bottom: 10px;
  }

  .postpgloc__deptparentchilditem:first-child,
  .postpgloc__deptparentchilditem:last-child {
    min-width: unset;
    max-width: 460px;
  }

  .postpgloc__deptparentchilditembox {
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
    max-height: unset;
  }

  .postpgloc__deptparentchildlinkbox {
    padding: 0 15px 0 50px;
  }

  html[lang="en-US"] .postpgloc__deptparentchildlinkbox {
    padding: 0 50px 0 15px;
  }

  .postpgloc__deptparentchildlinkbox:after {
    padding-top: 5px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: -12px;
    position: absolute;
    left: 13px;
    top: 26px;
    height: 25px;
    width: 25px;
    content: '\f078';
    border-radius: 50%;
    border: solid 2px #00b770;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #0d0d0d;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  html[lang="en-US"] .postpgloc__deptparentchildlinkbox:after {
    left: auto;
    right: 13px;
  }

  ._postpglocsubopen .postpgloc__deptparentchildlinkbox:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  html[lang="en-US"] ._postpglocsubopen .postpgloc__deptparentchildlinkbox:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .postpgloc__deptparentchildlink {
    padding: 15px 0;
  }

  .postpgloc__deptlist {
    padding: 0 20px 15px;
  }

  .postpgloc__deptsublistmorebox {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .post-wrapper {
    padding-top: 27px;
  }

  .post-bcn {
    display: none;
  }

  .post-body {
    padding-bottom: 35px;
  }

  .post-content {
    margin-bottom: 49px;
  }

  .post-content__main {
    margin-bottom: 61px;
  }

  .post-content__header {
    margin-bottom: 10px;
  }

  .post-content__title {
    font-size: 32px;
  }

  .post-content__center-text p {
    margin-bottom: 0.9rem;
    font-size: 16px;
    line-height: 1.5;
  }

  .post-content__center-text h2 {
    font-size: 20px;
    margin: 24px 0 9px 0;
  }

  .post-content__center-text h3 {
    font-size: 18px;
  }

  .post-content__center-text ul,
  .post-content__center-text ol {
    margin-bottom: 25px;
  }

  .post-content__center-text ul li,
  .post-content__center-text ol li {
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.63;
  }

  html[lang="en-US"] .post-content__center-text ul li,
  html[lang="en-US"]
  .post-content__center-text ol li {
    padding-left: 19px;
  }

  .post-content__center-text ol li {
    padding-right: 36px;
  }

  html[lang="en-US"] .post-content__center-text ol li {
    padding-right: 0;
    padding-left: 36px;
  }

  .post-content__center-text ul li:before {
    top: 13px;
    right: 0px;
  }

  html[lang="en-US"] .post-content__center-text ul li:before {
    left: 0;
  }

  .post-content__center-text ol li:before {
    min-width: 26px;
    min-height: 26px;
  }

  .post-content__center-text blockquote {
    padding: 32px 22px 21px;
  }

  html[lang="en-US"] .post-content__center-text blockquote {
    padding: 32px 22px 21px;
  }

  .post-content__center-text blockquote:before {
    top: 20px;
    right: 19px;
    width: 43px;
    height: 43px;
    background-size: 21px;
  }

  html[lang="en-US"] .post-content__center-text blockquote:before {
    left: 19px;
  }

  .post-content__center-text blockquote h3 {
    margin-bottom: 20px;
    padding: 0 54px 0 0;
    font-size: 20px;
  }

  html[lang="en-US"] .post-content__center-text blockquote h3 {
    padding: 0 0 0 54px;
  }

  .post-content__center-text blockquote p {
    font-size: 15px;
    line-height: 1.54;
  }

  .post-content__center-text .toc_container__wrapper {
    margin-bottom: 19px;
  }

  .post-content__recarticlestitle {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
  }

  .post-content__recarticlesitems {
    display: block;
    margin: 0;
  }

  .post-content__recarticlesitembox {
    margin-bottom: 15px;
    padding: 0;
    max-width: 100%;
  }

  .post-content__recarticlesitemlink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .post-content__recarticlesitemimagebox {
    padding-top: 86px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
  }

  .post-content__recarticlesiteminfo {
    padding: 12px 14px;
  }

  .post-content__recarticlesitemtitle {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
  }

  html[lang="en-US"] .post-content__recarticlesitemtitle {
    letter-spacing: -0.7px;
  }

  .post-content__recarticlesitembtn {
    margin-top: 3px;
    font-size: 16px;
  }

  .post-content__recarticlesitembtn i {
    font-size: 13px;
    margin: 0 7px;
    position: relative;
    top: 3px;
  }

  .post-banner__imagebox {
    padding-top: calc(50% + 11px);
  }

  .postpgbustype {
    padding: 43px 0 37px;
  }

  .postpgbustype__tabstitlebox {
    margin-bottom: 17px;
  }

  .postpgbustype__tabstitle {
    font-size: 32px;
  }

  .postpgbustype__tabsitems {
    margin: 0 -9px;
  }

  .postpgbustype__tabsitembox {
    margin-bottom: 15px;
    padding: 0 9px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2);
            flex: 0 1 calc(100% / 2);
    max-width: 177px;
    min-height: 100px;
  }

  .postpgbustype__tabslink {
    padding: 16px 9px 9px;
  }

  .postpgbustype__tabsitemimagebox {
    height: 26px;
    margin-bottom: 6px;
  }

  .postpgbustype__tabsitemtitle {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .postpgbustype__tabsiteminfo {
    padding: 0 26px 0 0;
    left: 1px;
    font-size: 17px;
    background-size: 18px 11px;
    background-position: calc(100% - 1px) calc(50% - 0px);
  }

  html[lang="en-US"] .postpgbustype__tabsiteminfo {
    left: 1px;
    padding: 0 0 0 26px;
    background-position: calc(0% + 1px) calc(50% - 1px);
  }

  .postpgbustype__tabsiteminfotext {
    font-size: 14px;
  }

  .postpgevents {
    padding: 43px 0 53px;
  }

  .postpgevents__tabstitlebox {
    margin-bottom: 17px;
  }

  .postpgevents__tabstitle {
    font-size: 32px;
  }

  .postpgevents__itemswrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .postpgevents__itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2);
            flex: 0 1 calc(100% / 2);
    margin-bottom: 15px;
  }

  .postpgevents__itembox:nth-child(even) .postpgevents__itemlink {
    padding: 8px 38px 5px 5px;
    background-size: 20px;
  }

  html[lang="en-US"] .postpgevents__itembox:nth-child(even) .postpgevents__itemlink {
    padding: 8px 5px 5px 35px;
    background-size: 18px;
    font-size: 16px;
    letter-spacing: -0.1px;
  }

  .postpgevents__itemlink {
    padding: 7px 34px 5px 5px;
    background-size: 16px;
    background-position: calc(100% - 11px) calc(50% + 2px);
    font-size: 17px;
    min-height: 50px;
  }

  html[lang="en-US"] .postpgevents__itemlink {
    padding: 7px 5px 5px 34px;
    background-position: calc(0% + 10px) calc(50% + 2px);
    font-size: 16px;
    letter-spacing: -0.1px;
  }

  .postpgloc {
    padding: 41px 0 52px;
  }

  .postpgloc__titlebox {
    margin-bottom: 13px;
  }

  .postpgloc__title {
    font-size: 32px;
  }

  .postpgloc__deptparentchilditem {
    margin-bottom: 10px;
  }

  .postpgloc__deptparentchildlink {
    padding: 13.5px 0;
    font-size: 18px;
  }

  .postpgloc__deptsublistlink {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .admin-bar .site__wraper {
    padding-top: 46px;
  }
}