.ly_supervisorMain {
  padding-block: 40px;
  padding-inline: 20px;
}
.ly_supervisorMain h2{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin: 4em 0 2em;
  position: relative;
  z-index: 1;
  background: #04384c;
  padding: .75em 1em;
  color: #fff;
}
.ly_supervisorMain div>:first-child, .ly_supervisorMain>:first-child {
    margin-top: 0 !important;
}
.ly_supervisorMain h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #04384c;
  border-bottom: solid 2px #04384c;
}
.ly_supervisorMain h3{
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 3em 0 2em;
  position: relative;
  padding: 0 .5em .5em;
}
.ly_supervisorMain h3:before {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #04384c 0%, #04384c 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}
.ly_supervisorMain :where(ul:not([type])) {
  list-style: disc;
}
.ly_supervisorMain ol, .ly_supervisorMain ul {
  padding-left: 1.5em;
}
.ly_supervisorMain li {
  line-height: 1.5;
  margin: .25em 0;
  position: relative;
}
.ly_supervisorMain .wp-block-embed {
    max-width: 100%;
}
.p-blogCard {
  cursor: pointer;
  display: block;
  margin: 2.5em auto 2em;
  max-width: 880px;
  transition: box-shadow .25s;
  width: 100%;
}
.wp-block-embed>.p-blogCard {
    margin: 0 auto;
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor;
}
.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.ly_supervisorMain p{
  line-height: 1.8;
}
.ly_supervisorMain ul li{
  list-style: disc;
}
.ly_supervisorMain .wp-block-social-link-anchor{
  margin: 4px;
  text-decoration: underline;
}
.ly_supervisorMain .wp-block-social-link-anchor .screen-reader-text{
  border: unset;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow:visible;
  padding: 0;
  position: relative;
  width: auto;
  word-wrap: normal !important;
}
.ly_supervisorMain iframe{
  max-width: 100%;
}

@media (min-width: 600px) {
  .ly_supervisorMain h2 {
    font-size: 1.4em;
  }
  .ly_supervisorMain h3 {
    font-size: 1.3em;
  }
}