body.bfic-abst aside.col-sm-3,
section.col-sm-9 article > div > img,
section.col-sm-12 article > div > img {
  display: none;
}

section.col-sm-12 article {
  margin-top: 20px;
}

section.col-sm-12 img {
  max-width: 100%;
  height: auto;
}

.footer {
  margin-top: 0;
}

div.supervision div {
  display: inline-block;
  vertical-align: top;
}

div.supervision::after {
  clear: both;
  display: block;
  content: "";
}

div.supervision {
  margin-bottom: -15px;
}

div.supervision div.editors {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 10px;
}

div.supervision div.editors .editor {
  margin-bottom: 10px;
}

div.supervision p.sup_ttl {
  background-color: #f44f4e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

div.supervision div.editors p.sup_ttl {
  margin-right: 5px;
}

div.supervision div.editors p.sup_ttl.pt_7 {
  padding-top: 7px;
}

div.supervision div.editors p.sup_ttl.fs_09 {
  font-size: 0.9em;
}

div.supervision p.docter {
  line-height: 125%;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 4px;
}

div.supervision p.docter span {
  font-size: 9pt;
}

.image_caption {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}

.image_caption img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.image_caption .caption {
  text-align: left;
  display: inline-block;
  text-indent: -3.5em;
  padding-left: 3.5em;
  font-size: 85%;
}

.field--name-field-footnote {
  padding-top: 3em;
  padding-left: 0;
}

.indent_row {
  display: flex;
}

.indent_row .label {
  color: #333333;
  padding: 0;
  line-height: 1.8;
  text-align: left;
}

.indent_row span .image_caption {
  margin: 0;
  display: block;
}

.indent_row span .mb-20 {
  margin-bottom: 20px;
  display: block;
}

.indent_row span .text-align-right {
  display: block;
}

.bfic-abst section.col-sm-9,
  .bfic-abst section.col-sm-12 {
  width: 100%;
  padding: 0;
}

.description {
  margin: 30px auto 0;
  padding: 20px 30px;
  line-height: 1.8;
  background-image: linear-gradient(to left,#a7d7f3 0,#e0f3fe 50%);
  border: 2px solid #59a9d9;
}

.file_links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 20px 0;
}

.file_links .pdf {
  margin: 5px;
}

.file_links .pdf a {
  width: 209px;
  height: auto;
  float: right;
  color: #696969;
  font-size: 13px;
  font-weight: bold;
  background: none;
  padding: 5px 5px 5px 40px;
  border: solid 1px #a5a7a9;
  border-radius: 8pt;
  background-image: url(../../../images/icon_pdf.gif);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 8px;
}

.file_links .pdf a:hover {
  background-color: #ffe5e5;
  color: #696969;
}

.lectures {
  padding: 40px 10px 20px;
}

.lecture {
/*  margin-bottom: 35px;
  background-color: #e8f7ff;*/
  max-width: 1050px;
  margin: 0 auto 45px;
}

.lecture .programs {
  display: flex;
  flex-wrap: wrap;
  padding: 34px 20px;
}

.lecture .border-box::before {
  content: " ";
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right,#f2aeaf 0,#e34c50 50%);
}

.lecture h2.main_theme {
  width: 100%;
  background-image: linear-gradient(to left,#fbe3e3 0,#e34c50 70%);
  color: #fff;
  padding: 12px 15px 10px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.lecture h2.main_theme .sub {
  font-size: 1em;
}

.lecture .lecture_banner {
  margin: 20px auto;
}

.ntc_45 .lectures_bg {
  background-image: url(../../../images/ntc/ntc_background_line.png);
  background-size: contain;
  background-repeat-y: repeat;
}

.ntc_45 .lectures {
  background-image: url(../../../images/ntc/ntc_background.jpg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.ntc_45 .lecture {
  border: 2px solid #ffffff;
}

.ntc_45 .lecture_banner img {
  border: 2px solid #ffffff;
}

/*
.ntc_45 .lecture:nth-of-type(2n+1) .border-box::before {
  background-image: linear-gradient(to right,#bdad86 0,#a37f0e 50%);
}

.ntc_45 .lecture:nth-of-type(2n) .border-box::before {
  background-image: linear-gradient(to right,#fbd58a 0,#f69f00 50%);
}

.ntc_45 .lecture:nth-of-type(2n+1) h2.main_theme {
  background-image: linear-gradient(to left,#e0d3ad 0,#a07b06 50%);
  border-left: 20px solid #f69f00;
}

.ntc_45 .lecture:nth-of-type(2n) h2.main_theme {
  background-image: linear-gradient(to left,#fbd58a 0,#f69f00 50%);
  border-left: 20px solid #a07b06;
}
*/
.field--name-field-subtitle {
    border-left: 3px solid #7d1d1b;
    margin-bottom: 0.8rem;
    border-radius: 3px 0 0 0;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 0 3px 10px;
    font-size: 18px;
    background: linear-gradient(90deg, #c33933, #d55143 50%, #fef7f5 99%);
}


body[class^=ntc-abst] .bg_beige {
  background-color: #faecdb;
}

@media screen and (max-width: 768px) {

  .lecture .programs {
    padding: 0 5px;
  }

  .image_caption img {
    max-width: 100% !important;
  }

  .indent_row {
    flex-wrap: wrap;
  }
  .indent_row .label {
    display: block;
    width: 100%;
  }

  .indent_row span .image_caption {
    max-width: 100%;
  }
}

@media screen and (max-width: 525px) {
  div.supervision div.editors {
    max-width: 300px;
  }

  div.supervision div.editors .editor {
    width: 100%;
  }
}