.s-teacher-card-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-teacher-card-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 12px;
  padding: 16px 12px 0;
  background: #F8F8F8;
}
.s-teacher-card-list__item .p-link-card {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-card-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.75%;
            flex: 0 1 48.75%;
    margin: 0 0 2.5%;
    padding: 16px 15px 0;
  }
}

.s-teacher-profile {
  margin: 0 0 20px;
  padding: 16px 12px;
  background: #F8F8F8;
}
.s-teacher-profile::after {
  content: "";
  display: block;
  clear: both;
}
.s-teacher-profile .p-teacher__name {
  width: calc(100% - 115px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 17px;
  padding: 15px 10px 15px 15px;
}
.s-teacher-profile .p-profile-box {
  margin-top: 20px;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-profile {
    margin-bottom: 40px;
    padding: 25px;
  }
  .s-teacher-profile .p-teacher__name {
    width: calc(100% - 170px);
    margin: 0 0 20px;
    padding: 15px 20px;
  }
}

.s-teacher-profile__image {
  float: right;
  width: 100px;
  margin: 0 0 12px;
}
.s-teacher-profile__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-profile__image {
    width: 130px;
  }
}

.s-teacher-section {
  margin: 0 0 15px;
}
.s-teacher-section:last-child {
  margin-bottom: 0;
}

.s-teacher-section__heading button {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 57px 15px 24px;
  border: none;
  border-bottom: 2px solid #0087E6;
  background: #F8F8F8;
  font-size: 1.33333333rem;
  font-weight: bold;
  color: #003380;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.s-teacher-section__heading button::before, .s-teacher-section__heading button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #1487E6;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-teacher-section__heading button::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-teacher-section__heading button:hover {
  background: #0087E6;
  color: #fff;
}
.s-teacher-section__heading button:hover::before, .s-teacher-section__heading button:hover::after {
  background: #fff;
}
.s-teacher-section__heading button.is-opened {
  background: #0087E6;
  color: #fff;
}
.s-teacher-section__heading button.is-opened::before, .s-teacher-section__heading button.is-opened::after {
  background: #fff;
}
.s-teacher-section__heading button.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-teacher-section__heading button.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (min-width: 701px) {
  .s-teacher-section__heading button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.375rem;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
}

.s-teacher-section__content {
  padding: 20px 0 15px;
}
.s-teacher-section:last-child .s-teacher-section__content {
  padding-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-section__content {
    padding: 30px 0 20px;
  }
}

.s-teacher__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.16666667rem;
  font-weight: bold;
  color: #fff;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-teacher__tag-list {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
}

.s-teacher__tag-item {
  margin: 0 8px 8px 0;
  padding: 4px 8px;
  border-radius: 5px;
  background: #0087E6;
}

.s-teacher-intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-intro-box {
    display: block;
    margin-bottom: 15px;
  }
  .s-teacher-intro-box::after {
    content: "";
    display: block;
    clear: both;
  }
}

p.s-teacher-intro-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 92%;
          flex: 0 1 92%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto 15px;
}
p.s-teacher-intro-box__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  p.s-teacher-intro-box__image {
    float: right;
    width: 318px;
    margin: 0 0 20px 25px;
  }
}

.s-teacher-intro-box__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 15px;
  font-size: 1.16666667rem;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-intro-box__text {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

.s-teacher-section__block {
  margin-bottom: 25px;
  padding: 0;
}
.s-teacher-section__block:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-section__block {
    margin-bottom: 35px;
  }
}

.p-entry-content .s-teacher-topics-intro-text {
  margin: 0;
  font-size: 1.16666667rem;
}
@media print, screen and (min-width: 701px) {
  .p-entry-content .s-teacher-topics-intro-text {
    font-size: 1rem;
  }
}

h4.s-teacher-topics-heading {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 5px 20px;
  border-bottom: 2px solid #E2E2E2;
  font-size: 1.33333333rem !important;
  font-weight: bold;
  color: #003380;
}
h4.s-teacher-topics-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0087E6;
}
@media print, screen and (min-width: 701px) {
  h4.s-teacher-topics-heading {
    margin-bottom: 20px;
    font-size: 1.25rem !important;
  }
  h4.s-teacher-topics-heading::before {
    top: 11px;
  }
}

.s-teacher-topics-main-box--column2, .s-teacher-topics-main-box--column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 701px) {
  .s-teacher-topics-main-box--column2 {
    display: block;
  }
  .s-teacher-topics-main-box--column2::after {
    content: "";
    display: block;
    clear: both;
  }
}

p.s-teacher-topics-main-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 92%;
          flex: 0 1 92%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto 15px;
}
p.s-teacher-topics-main-box__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-main-box--column1 p.s-teacher-topics-main-box__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 25px 20px;
  }
  .s-teacher-topics-main-box--column2 p.s-teacher-topics-main-box__image {
    float: right;
    width: 375px;
    margin: 0 0 20px 25px;
  }
}

.s-teacher-topics-main-box__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 15px;
  font-size: 1.16666667rem;
}
.s-teacher-topics-main-box__text > p:first-child {
  margin-top: 0;
}
.s-teacher-topics-main-box__text > p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-main-box__text {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 701px) {
  .s-teacher-topics-sub-box--column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

p.s-teacher-topics-sub-box__image {
  width: 92%;
  margin: 0 auto 15px;
}
p.s-teacher-topics-sub-box__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-sub-box--column1 p.s-teacher-topics-sub-box__image {
    width: calc(100% - 50px);
    margin: 0 25px 20px;
  }
  .s-teacher-topics-sub-box--column2 p.s-teacher-topics-sub-box__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.8%;
            flex: 0 1 46.8%;
    margin: 0 0 20px;
  }
}

.s-teacher-topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0 15px;
  border: solid #E2E2E2;
  border-width: 1px 1px 0 1px;
  font-size: 1.16666667rem;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-list {
    margin-top: 20px;
    margin: 20px 0;
    font-size: 1rem;
  }
}

.s-teacher-topics-list__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 10px;
  border: solid #E2E2E2;
  border-width: 0 1px 1px 0;
  background: #003380;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-list__term {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding: 20px 15px;
  }
}

.s-teacher-topics-list__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56%;
          flex: 0 1 56%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 16px 10px;
  border-bottom: solid 1px #E2E2E2;
}
.s-teacher-topics-list__desc:nth-of-type(even) {
  background: #F8F8F8;
}
@media print, screen and (min-width: 701px) {
  .s-teacher-topics-list__desc {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 20px 15px;
  }
}