/*GLOBAL*/
.anchor {
  height: 0;
  margin-top: -20px;
}
.h5-margin-collapse {
  margin-top: -20px;
}
.btm-border-strong {
  border-bottom: 1px solid #abc6e1;
  padding-bottom: 0;
}

/*HERO IMAGE*/
#top {
  display: none;
}
.feat-img {
  position: relative;
  z-index: 0;
  width: 960px;
  height: 350px;
  left: -23%;
  top: 0;
  font-size: 10px;
}
#page-title {
  position: relative;
  left: 19%;
  top: 4%;
  width: 35%;
}
.page-title::before {
  content: url(/multimedia/skippy-34x34.png);
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.page-title {
  font-family: 'Tetria LT W01 Regular';
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 1px;
  text-shadow: 3px 2px 10px #000;
  display: block;
  margin: 0 0 5px;
}
.page-subtitle {
  display: block;
  color: #fff;
  font-size: 4.5em;
  font-family: 'Tetria LT W01 Bold';
  letter-spacing: 1px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
  line-height: 1.2em;
  margin: 0 0 15px;
}

/* MULTI-COLUMN LIST*/
div.mc-list ul {
  width: 50%;
}
div.mc-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px
}

/* CIRCLE IMAGE */
.circle-image {float:left; border-radius:50%; width:125px; margin-right:15px;}