.story-wrapper {
  padding: 10px;
  background: transparent;
  border: none;
  position: relative;
  margin-bottom: 25px;
}
#stories .board {
  box-shadow: 0 9px 12px rgba(0, 0, 0, .4);
}
.title-commitment-wrapper {
  font-size: 16px!important;
  text-transform: capitalize!important;
  line-height: 22px!important;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 23;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  /*top: 100%!important;*/
  top: 0%!important;
  bottom: auto!important;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
  transform-origin: bottom;
}
.story-card {
  overflow: hidden;
}
/*.story-card:focus .title-commitment-wrapper,*/

/*.story-card:hover .title-commitment-wrapper {
    top: 0!important;
    opacity: 1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

/********** new styles *************/

/*
.story-section{
    height:260px;
    overflow:hidden;
}
.title-commitment-wrapper{
    position: static!important;
    transform: translateY(260px);
    top:unset!important;
    bottom: unset!important;
        height:260px;
}
.story-card:focus .title-commitment-wrapper,
.story-card:hover .title-commitment-wrapper {
    transform: translateY(0px);
    opacity: 1;
}
.image-story {
    height: 260px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/

/************ new styles ***************/

.title-commitment-wrapper a {
  padding: 0!important;
  position: relative;
  text-align: left!important;
  font-weight: 600;
  width: 100%;
}
.image-story img {
  width: 100%;
  height: 260px;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  object-position: center;
  transition: transform .2s;
  margin: 0 auto;
}
/*.story-section::after {
        position: absolute;
        content: "";
        width: 100%;
        background: rgba(0, 0, 0, 0.44);
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
            }*/

span.author-story {
  color: #e6e6e6;
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
  width: 100%;
  display: block;
}
.story-card {
  position: relative;
}
.main-container.story-list {
  float: left;
  padding-top: 25px;
  width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  display: none;
}
.story-more span {
  color: #000;
  display: block;
  text-align: center;
  float: left;
  width: 100%;
}
.content-in {
  display: none;
}
.content-active-in {
  display: block;
}
.btn-loadmore {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  /*align-self: center;*/
  /*align-content: center;*/
}
.image-story img:hover {
  /*transform: scale(1.5);*/
}
a.story-more {
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #C0A264
}
a.story-more span {
  color: #c0a265!important;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.5s ease all;
  text-align: left;
}
a.story-more:hover {
  background: #c0a265;
  transition: 0.5s ease all;
}
a.story-more:hover span {
  color: #fff!important;
}
.bottom-title {
  /*position: absolute;*/
  /* left: 0;
    bottom: 0;*/
  padding: 10px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
  /* FF3.6-15 */
  /*  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
  /* IE6-9 */
  width: 100%;
  color: #fff;
  /*transition: all 0.5s ease 0s;*/
  height: 100%;
  display: flex;
  /* align-items: flex-end;*/
  margin-top: 8px;
}
.bottom-title a {
  color: #00336a;
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
  font-family: "Effra";
  text-align: center;
  display: block;
  width: 100%;
  line-height: 27px;
}
.bottom-title a:hover {
  color: #CA113E;
}
/*.story-card:focus .bottom-title ,*/

/*.story-card:hover .bottom-title {
    opacity: 0;
}*/

.story-listing-page a.story-more.isLink.read-more {
  width: 107px;
  position: absolute;
  left: 22px;
  bottom: -17px;
  border: none;
  font-size: 12px;
  height: 27px;
  padding-top: 2px!important;
}
.story-listing-page a.story-more.isLink.read-more {
  font-size: 11px;
}
.story-listing-page a.story-more.read-more:hover span {
  padding-left: 17px;
}
/*.story-list {
    padding-left: 200px;
    padding-right: 200px;
}*/

.story-listing-page .load-more > span {
  display: inline-block;
  background: #003366;
  border: 1px solid #003366;
  color: #fff;
  padding: 15px 35px;
  margin-top: 50px;
  text-decoration: none !important;
  font-family: "Effra";
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.story-listing-page .load-more > span:hover {
  background: #FFF;
  color: #003366 !important;
}
.story-listing-page .load-more > span {
  color: #fff !important;
}
.story-listing-page .views-row {
  position: relative;
}
.story-listing-page .title {
  position: absolute;
  display: flex;
  bottom: 80px;
  left: 0;
  right: 0;
  justify-content: center;
}
.story-listing-page .title h1 {
  font-family: "Effra";
  font-weight: 900;
  color: #ffffff;
  font-size: 66px;
}
.story-listing-page .rowWrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.story-listing-page .story-desc {
  margin-top: 70px;
  margin-bottom: 80px;
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
}
.story-listing-page .story-desc p {
  /* font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  font-size: 24px;
  line-height: 32px;
  text-align: center;*/
  text-align: center;
}
.story-listing-page .story-desc p:first-child {
  /*margin-bottom: 50px;*/
}
.story-listing-page .story-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-device-width: 480px) {}
@media only screen and (max-width: 1199px) {
  .story-listing-page .story-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrapper .nav-menu {
    display: none;
  }
  .header-wrapper .header {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1024px) {
  /* .story-list {
        padding-left: 100px;
        padding-right: 100px;
    }*/
  .story-listing-page .story-desc p {
    /*padding: 0 30px;*/
  }
}
@media only screen and (max-width: 767px) {
  .story-listing-page .story-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .story-wrapper {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .story-card-wrapper .story-wrapper {
    width: 100%;
  }
  .story-list {
    padding-left: 0;
    padding-right: 0;
  }
  body.listing-pages {
    padding-top: 85px;
  }
  .bottom-title {
    margin-top: 0;
    height: auto ! important;
    padding: 5px 15px;
    padding-bottom: 25px;
  }
  .image-story img {
    height: 200px;
  }
  .main-container.story-list {
    padding-top: 0;
  }
  .story-listing-page .load-more > span {
    font-size: 18px;
  }
  .story-listing-page .load-more > span {
    margin-bottom: 0;
  }
  body .container-section {
    padding-bottom: 20px;
  }
  .bottom-title a {
    font-size: 20px;
    line-height: 26px;
    /*font-weight: bold;*/
    /*color: #1a89d7;*/
    line-height: 24px;
  }
  .main-container.story-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .listing-pages .story-list {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.listing-pages .story-desc p {
    /*padding: 0 30px ! important;*/
  }
}
