body {
  font-family: "Effra";
}
.board {
  position: relative;
  box-shadow: 0 9px 12px rgba(0, 0, 0, .4);
}
.board-wrap .board-desc {
  margin-top: 70px;
  margin-bottom: 80px;
}
.board-wrap .board-desc p {
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.board img {
  width: 100%;
}
.banner-img {
  position: relative;
}
.stories-inner-page .date.sub-tags:before {
  content: "";
  top: 0;
  position: absolute;
  width: 194px;
  height: 18px;
  /* z-index: 1000; */
  /* background: rgba(0, 0, 0, 0.4); */
  background: url(images/pattern.jpg) no-repeat 0 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
#storyDetails .article-wrapper.main {
  margin-top: 0;
  padding-top: 0px;
}
.board h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #FFF;
  margin: 0;
  font-size: 66px;
  font-weight: 900;
  text-align: center;
  font-family: "Effra";
  bottom: 100px;
  width: 100%;
}
.path-board-of-directors .board p {
  font-weight: 300 ! important;
}
/* .board h2 span {
  font-weight: 300;
}
 */
.board-list {
  padding: 70px 0 30px;
}
.board-list .views-row {
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board-list .member-img {
  /* float: left; */
  width: 313px;
  height: 340px;
  overflow: hidden;
}
.board-list .views-row:nth-child(even) .member-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.board-list .content {
  /* float: right; */
  width: calc(100% - 338px);
  padding: 0px 40px 70px 30px;
  margin-left: 25px;
  position: relative;
}
/*.board-list .content:before {
    content: "";
    position: absolute;
    background: url(../img/board/Left_Indicating_Arrow.png) no-repeat 0 0;
    width: 17px;
    height: 37px;
    left: -17px;
    top: 65px;
}*/

.board-list .views-row:nth-child(even) .content:before {
  background: url(../img/board/Right_Indicating_Arrow.png) no-repeat 0 0;
  left: auto;
  right: -17px;
}
.board-list .views-row:nth-child(even) .content {
  padding: 0px 40px 70px 0px;
  margin-left: 0;
  margin-right: 25px;
}
.board-list .title span {
  font-weight: bold;
  font-family: "Effra";
  color: #00336a;
  font-size: 28px;
  text-transform: capitalize;
}
.board-list .title {
  margin-bottom: 4px;
  color: #221f20;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Effra";
  /*text-transform: capitalize;*/
}
.board-list .title strong {
  font-weight: 300;
}
.board-list .desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #221f20;
  padding-top: 25px;
  font-family: "Effra";
}
/***************animations*****************/

.board-list .cbp-so-section .member-img img {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.board-list .cbp-so-section .member-img:hover img {
  /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);*/
}
.board-list .cbp-so-section .member-img img {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  /*border-radius:50%;*/
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.board-list .cbp-so-section.cbp-so-animate .member-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  border-radius: 0%;
  /*transition:all 0.2s linear 0s;*/
}
.board-list .cbp-so-section:nth-child(odd) .content {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.board-list .cbp-so-section:nth-child(even) .content {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.board-list .cbp-so-section:nth-child(even).cbp-so-animate .content, .board-list .cbp-so-section:nth-child(odd).cbp-so-animate .content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.fixTitle .board h2 {
  top: 30px;
  position: fixed;
  width: 100%;
  z-index: 101;
  /* background: red; */
  /* left: 0; */
  font-size: 24px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #000;
}
.fixTitle .board h2 {
  /*  min-height: 80px;
    height: 80px;
    top: 0;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;*/
  display: none;
}
.fixTitle.hide-article .board h2 {
  z-index: 10;
}
.board-list .view-content::before {
  background: url(../img/board/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.board-list .view-content::after {
  background: url(../img/board/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 10px ! important;
}
/*style edited for stories*/

.stories-inner-page .view-content {
  background: #003366;
  padding: 79px 20px;
}
.stories-inner-page .view-content .title h2 {
  text-align: center;
  font-family: "Effra";
  font-size: 54px;
  color: #ffffff;
  font-weight: 300;
  margin: 20px 0;
}
.stories-inner-page .main-container>.container {
  max-width: 1080px;
  padding: 115px 34px;
  position: relative;
  margin: 0 auto;
}
.stories-inner-page .main-title {
  font-weight: 900;
  color: #00336a;
  font-family: "Effra";
  font-size: 46px;
  line-height: 52px;
  max-width: 915px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.stories-inner-page .article-wrapper .fixed-sec {
  float: none;
}
/*endssssss*/

@media screen and (max-width:1024px) {
  .board-list .views-row:nth-child(even) .content, .board-list .content {
    padding-top: 0px;
  }
  .board-list .cbp-so-section:nth-child(odd) .content {
    padding-top: 0px !important;
  }
}
@media screen and (max-width:991px) {
  .board-list .content {
    padding-top: 0 !important;
  }
  .board-list .member-img {
    width: 227px;
  }
  .board-list .member-img img {
    width: 100%;
  }
  .board-list .content {
    width: calc(100% - 227px);
  }
  .board-list .views-row:nth-child(even) .content, .board-list .content {
    padding: 10px ! important;
  }
}
@media screen and (min-width:768px) and (max-width:1025px) {
  /*
.board-list .cbp-so-section .member-img img,
.board-list .cbp-so-section:nth-child(even) .content,
.board-list .cbp-so-section:nth-child(odd) .content
{
transition:none!important;
opacity:1!important;
transform:none!important;
}
*/
  .board-list {
    padding: 40px 15px 30px 15px;
    max-width: none;
  }
  .board-list .views-row:nth-child(even) .content, .board-list .content {
    padding: 30px;
  }
}
@media screen and (max-width:767px) {
  .board-list .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .board-list .title span {
    font-size: 22px;
  }
  .board-list .member-img {
    height: auto;
  }
  body .board-list {
    padding-top: 25px;
  }
  .stories-inner-page .date.sub-tags:before {
    /*right: 0;*/
    /*margin: 0 auto;*/
    /*left: calC(50% - 100px);*/
  }
  .stories-inner-page .main-title {
    font-size: 22px;
    line-height: 28px;
  }
  .stories-inner-page .view-content {
    padding: 45px 20px;
  }
  .stories-inner-page .view-content .title h2 {
    font-size: 20px;
  }
  .fixTitle .board h2 {
    font-size: 14px;
    width: calc(100% - 130px);
    line-height: 18px;
    top: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 22px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .board-list .desc {
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .board-list .member-img {
    /* margin: 0 auto;*/
    text-align: left;
    /* background: #ede5d3;*/
    width: 100%;
    padding-top: 30px;
    height: auto;
  }
  .board-list .view-content::before {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .board-list .cbp-so-section .member-img img {
    /*margin-left: 30px;*/
  }
  .board-list .views-row {
    display: block!important;
    margin-bottom: 0;
  }
  .board-list .content {
    width: 100%;
    margin-left: 0;
    height: auto!important;
  }
  .board-list .cbp-so-section .member-img img, .board-list .cbp-so-section.cbp-so-animate .content {
    /*transition:none!important;
opacity:1!important;
transform:none!important;*/
  }
  .banner-img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .board h2 {
    /*width: 90%;*/
    font-size: 32px;
    line-height: 36px;
    /* top: 50%;
        align-items: center;
        display: flex;
        justify-content: center;*/
    /* max-width: 200px;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
    top: 50%;
    font-weight: 900;
    max-width: 250px;
  }
  .description {
    padding: 0 30px;
  }
  .board-list .cbp-so-section:nth-child(2n) .content, .board-list .cbp-so-section:nth-child(2n+1) .content {
    /*opacity: 1;
    transition: none;
    transform: none;*/
  }
  .board-list {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }
  .board-list .content {
    padding: 20px 30px 40px 30px!important;
  }
  .stories-inner-page .date.sub-tags:before {
    transform: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .board-list .member-img {
    width: 180px ! important;
  }
}
@media screen and (max-width:500px) {
  .board-list .member-img {
    width: 100%;
    padding-top: 0;
  }
  .board-list .member-img img {
    max-width: 100%;
  }
}