article.node--type-article, article.node--type-event  {
    background: #f6f6f6;
    background-image: linear-gradient( 90deg,#FFF 50% , #f6f6f6 50%);
}
#main .block-region-left {
    background: #fff;
    padding: 40px 50px !important;
    margin-top:0 !important;
    min-height:800px;
}
#main .block-region-right {
    margin-top: 30px;
    padding: 20px;
}
.page-url-qr-code img{
    max-width: 170px;
}
.field.field-attachments {
    padding: 10px 20px;
    background: #F8F8F8;
    line-height: 180%;
    border-radius: 5px;
    border: 1px solid #C5D8C5;
}
.field.field-attachments .field-label{
    padding-bottom: 5px;
    border-bottom: 1px solid #c5d2da;
    margin-bottom: 10px;
    font-weight: bold;
}
article.node--type-event .block-region-right{
  line-height:150%;
}
article.node--type-event .block-region-right .field .field-label{
  font-size:16px;
  margin-bottom:10px;
  color:#000;
}


article.node--type-event .block-region-right .field .field-item time:nth-child(1){
  display:block;
}
article.node--type-event .page-url-qr-code.t-c{
  text-align:left;
  margin-bottom:40px;
}
.node--type-teacher  h3{
  font-size:18px;
  border-left:3px solid #005826;
  margin:40px 0 15px 0;
  padding-left:10px;
  color:#1F6735;
  font-weight: 600;
}
.node--type-teacher .field-link .field-label {
    font-size: 18px;
    border-left: 3px solid #005826;
    margin: 40px 0 15px 0;
    padding-left: 10px;
    color: #1F6735;
    font-weight: 600;
}
.node--type-teacher .members{
  padding:20px;
  background:#014924;
  margin-top:20px;
  color:#FFF;
  font-size:1.1em;
  line-height:180%;
}
.node--type-teacher ol{
  padding-left: 2em;
}
.node--type-teacher .members p{
  color:#FFF;
  font-size:1.1em;
  margin-bottom:5px;
}
.node--type-teacher .m-pic,.m-teacher{
  text-align:center;
}
.node--type-teacher .members img{
  border-radius:50%;
  height:200px;
  width: 200px;
}
.node--type-teacher .members p.m-name{
  color:#f4cd64;
  font-size:1.6em;
  font-weight:bold;
}
.node--type-teacher .members  span{
  color:rgba(255,255,255,.7);
}
.node--type-teacher .members p.m-deptitle{
  font-weight:bold;
  color:rgba(255,255,255,.8);
}

.node--type-teacher .block-region-left:after {
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
}
@media (min-width: 1360px){
  .node--type-teacher .block-region-middle .members,.node--type-teacher .block-region-middle .field-body{
  margin-left:4%;
  margin-right:4%;
}
}
@media (min-width: 768px){
.node--type-teacher .m-info,.node--type-teacher .m-teacher{
  margin-top:3%;
}
}
@media (max-width: 991px){
article.node--type-article, article.node--type-event  {
    background-image: linear-gradient( 90deg,#FFF 50% , #FFF 50%);
}
article  .block-region-right{
  display:none;
}
#main .block-region-left {
    padding: 10px 10px !important;
    min-height:auto;
}
}