.breadcrumbs {
  display: none;
}

.home-link {
  pointer-events: none;
}

/* Notice Block
=============== */
.notice-block {
  display: none;
}

/* Quick Links
=============== */

.quick-links-wrap {
  position: relative;
}

.quick-links-wrap li {
  position: relative;
  width: 123px;
  height: 123px;
  display: inline-block;
  margin-right: 15px;
}

.quick-links-wrap li:nth-child(4) {
  margin-right: 0;
}

.quick-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fed015;
  border-radius: 100%;
}

.quick-link span {
  position: relative;
  color: #000;
  width: 110px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 20px;
  max-width: 100px;
}

.quick-link:focus span,
.quick-link:hover span {
  opacity: 0.8;
}

.quick-link span::before {
  padding-bottom: 3px;
  display: block;
}

.quick-link-1 span::before {
  content: "\0054";
  font-size: 3.2rem;
  margin-right: 5px;
  margin-top: 10px;
}

.quick-link-2 span::before {
  content: "\0043";
  font-size: 3rem;
    margin-top: 10px;
}

.quick-link-3 span::before {
  content: "\0051";
  font-size: 3.1rem;
  margin-bottom: 5px;
}

.quick-link-4 span::before {
  content: "\0052";
  font-size: 3.6rem;
}

.slidetitle {
  font-family: "Amatic SC", cursive;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.slide-descriptions::after {
  content: "";
  position: relative;
  display: block;
  height: 17px;
  width: 398px;
  background: url(zig-zag.png) repeat;
}

.hide {
  display: none;
}
