/*--- Board of director
-----------------------------*/

.board-wrapper {
  margin-top: 0;
}

.board-row, .board-listing, .board-wrapper {
  float: none;    
}

.board-listing .board-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  float: none;
  width: auto;
}

.board-listing .board-row .col-md-4 {
  padding-right: 12px;
  padding-left: 12px;
}

figure.board-image img {
  width: 100%;
  vertical-align: top;
  
  /* Big Shadow */
  box-shadow: 24px 24px 40px rgba(34, 137, 239, 0.1), -4px -4px 16px rgba(255, 255, 255, 0.350907), 4px 4px 16px rgba(175, 239, 221, 0.1), inset 2px 1px 1px #FFFFFF;
  border-radius: 3px;
}
.board-wrapper .bodSecText{padding-top: 60px;}
.board-item {
  list-style-type: none;
  margin-bottom: 35px;
  border: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display:none !important;
}

.board-short-details {
  padding: 0 15px;
  margin-top: 38px;
  line-height: 32px;
  position: relative;
  transition: all 0.3s;
}

.board-item.current .board-short-details {
  padding-left: 25px;
}

.board-item.current .board-short-details:before {
  content: '';
  background: url(/~/media/Images/M/Multitude/icons/secondary-cta-icon.svg)  no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  top: 4px;
  z-index: 10;
  left: 0;
}

.board-short-details p.board-name {
  font-size: 2.5rem;
  line-height: normal;
  padding-bottom: 0;
  color: #000;
}

.board-short-details p.board-designation {
  padding: 0;
  font-size: 1.4rem;
  line-height: 15px;
  text-transform: uppercase;
  color: #555;
  
}



figure.board-image {
  margin: 0;
}

.board-readmore {
  margin-top: 15px;
}

.board-readmore span {
  display: inline-block;
  font-size: 1.7rem;
  color: #283583;  
  letter-spacing: 0px;
  padding-bottom: 5px;
  border-bottom: 2px #076b56 solid;
  line-height: 20px;
}

.board-full-wrap {
  display: none;
}

.board-wrapper .board-full-details {
  display: none;
}

/*.board-item.layered .board-short-details { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25); -moz-opacity: 0.25; -khtml-opacity: 0.25; opacity: 0.25; }
*/

.board-full-wrap,
.board-full-details {
  margin: 0 auto;
  padding: 210px 249px 60px 249px;
  /*background: #FAFAFA;*/
  margin-bottom: 60px;
  margin-top: -150px;
}

.board-full-wrap p,
.board-full-details p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 14px;  
  padding: 0;
}

.board-full-wrap .rad-introtext,
.board-full-details .rad-introtext{
  line-height: 42px;  
}

.board-wrapper {
  padding-bottom: 60px;
  /*margin-top: 60px;*/
}

.board-membername {
  font-size: 4.0rem;
  line-height: 48px;
  margin-bottom: 15px;
}

.board-membername strong {
  
}

.board-desig {
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight:600
}

.board-close {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 14px;
  text-align: center;  
  color: #000000;
  display:flex;
  justify-content: center;
}

#main-container .board-close > a {   
  color: #000000;
  padding-right: 0;
  position: relative;
  background: transparent;
}

#main-container .board-close > a:after {
  content: '';
  background: url(~/media/Images/B/Biofrigas/icons/close-icon.png) no-repeat scroll center;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 16px;
}

#main-container .board-close > a:hover {
  background-color: transparent;
  text-decoration: none;
}


@media all and (max-width:1199.98px) and (min-width: 768px) {
  
  .board-short-details {
    margin-top: 25px;
  }
  
  .board-short-details p.board-name {
    font-size: 2.0rem;
  }
  
  .board-full-wrap, .board-full-details {
    padding: 210px 50px 60px 50px;
  }
  
  .board-membername {
    font-size: 2.0rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  .board-desig {
    margin-bottom: 10px;
  }
  
  .board-wrapper { 
    margin-top: 0;
    padding-bottom: 45px;
  }
  
}

@media all and (max-width:767.98px) {
.board-wrapper .bodSecText{padding-top: 60px;}
  .bnanner-right-content p.intro{color:#000000} 
  
  .board-full-wrap, .board-full-details {  
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
    float: left;
    width: 100%;    
  }
  
  .board-full-wrap p, .board-full-details p {
    font-size: 1.4rem;
    line-height: 21px;
  }
  
  .board-short-details {
    margin-top: 18px;
  }
  
  .board-short-details p.board-name {
    font-size: 2.2rem;
  }
  
  .board-item-box {
    padding: 0;
  }
  
  .board-item {
    margin-bottom: 20px;
  }
  
  .board-wrapper {
    margin-top: 0;
    padding-bottom: 30px;
  }
  
  
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.board-wrapper .bodSecText{padding-top: 90px;}
}