.mtcp-filter-by-type-row {
  padding-left: 15px;
  padding-right: 15px;
}

.mtcp-item .inline-category {
  border-radius: 15px;
  background-color: #fee01e;
  display:inline-block;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 10;
  position: relative;
}

.mtcp-item .inline-category {
  display:none;
}

.mtcp-item .inline-category .inline-category-text {
  text-align: center;
  font-family: Barlow;
  font-size: 12px;
  font-weight: 500;
  color: #00376e;
  padding:0;
  margin:0;
}

.mtcp-categories-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mtcp-filter-by-type-title, .category-item {
  display:inline-block;
}

.mtcp-filter-wrapper .category-item {
  border-radius: 40px;
  border: solid 1px #B3C4D3;
  text-align:center;
  margin-left:0;
  margin-right:20px;
  padding-left: 30px;
  padding-right: 30px;
  cursor:pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  top: 15px;
  position: relative;
}

/*
.mtcp-filter-wrapper .category-item:nth-child(1) {
  background-color:#FFF6BB;
}
.mtcp-filter-wrapper .category-item:nth-child(2) {
  background-color:#B2DEE8;
}
.mtcp-filter-wrapper .category-item:nth-child(3) {
  background-color:#E0E0E1;
}
.mtcp-filter-wrapper .category-item:nth-child(4) {
  background-color:#F3EEBC;
}*/
/*
.mtcp-filter-wrapper .category-item {
  background-color:#fee01e;
}*/

.mtcp-filter-wrapper .category-item.active {
  background-color:#fee01e;
}

.mtcp-program-wrapper {
  display:none;
}

.mtcp-program-wrapper.active {
  display:block;
}

.mtcp-filter-wrapper .category-item span {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
  color: #00376e;
  display:table-cell;
  vertical-align:middle;
}

.mtcp-filter-wrapper .category-item span {
  position:relative;
}

.category-item .category-item-icon:before {
  color: #00376e;
  position: absolute;
  left: -14px;
  top: 5px;
  display:none;
}

.category-item.active .category-item-icon:before {
  display:block;
}

.category-item.active {
  opacity:1 !important;
}

.mtcp-filter-title {
  font-family: Barlow;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  color: #00376e;
  padding-top:6.5px;
  margin-right:30px;
}

.mtcp-header {
  margin-bottom:10px;
}

.mtcp-header.text-center .title-bar-yel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-bottom: solid 4px #FFE032;
}

.mtcp-filter-options {
  margin-bottom:50px;
}

/*DCE - dce_dceuid4 */
.mtcp-item {
  position: relative;
  height: 300px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.overlay-header-text {
  position: absolute;
  width:100%;
  bottom: 115px;
  line-height:initial;
  text-align:center;
}

.mtcp-item .bg-image-wrapper {
  width: 100%;
}

.mtcp-item .bg-image-wrapper img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.mtcp-item p {
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  padding-left:8%;
  padding-right:8%;
  margin-bottom: 5px;
  z-index: 999;
  position: relative;
}

.mtcp-item p.header-text {
  font-family: Baloo Bhaina;
  font-size: 28px; /* Storm reduced font height */
  line-height:1;
  color: #ffffff;
  text-align:center;
}

.mtcp-item p.description-text {
  font-family: Barlow;
  font-size: 18px;
  font-weight: 500;
  line-height:initial;
  max-height: 0px;
  overflow: hidden;
  color: #ffffff;
  text-align:center;
}

.mtcp-item p.description-text .link-text {
  display:block;
  padding-top:12px;
}

.mtcp-item:hover .description-text {
  position:relative;
  bottom:0px;
  max-height: 300px;
}

.mtcp-item:hover .overlay-header-text {
  bottom:60px;
}

.mtcp-item .description-text span.link-text a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fee01e;
}

.mtcp-item .description-text span.link-text:hover a {
  text-decoration: none;
}

.mtcp-item .description-text span.link-text a i {
  position: relative;
  font-size: 21px;
  left: 4px;
  top: 2px;
}

.mtcp-item:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bg-purple .mtcp-item:after {
  background-color: #00376e;
  opacity:0.8;
}

.bg-lb .mtcp-item:after {
  background-color: #009bb3;
  opacity:0.8;
}

.bg-yel .mtcp-item:after {
  background-color: #d8c722;
  opacity:0.8;
}

.bg-grey .mtcp-item:after {
  background-color: #d8c722;
  opacity:0.8;
}
.bg-grey .mtcp-item:after {
  background-color: #63656a;
  opacity:0.8;
}

.mtcp-item:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /**background: linear-gradient(to bottom, rgba(0, 55, 110, 0), rgba(0, 48, 96, 0.4) 22%, rgba(0, 35, 69, 0.7) 48%, rgba(0, 28, 55, 0.9));*/
}

.arrow-temp .fa-long-arrow-right:before {
  text-align:center;
  color:#fee01e;
  position: relative;
  z-index: 99;
  bottom:5px;
  font-size:24px;
}

.mtcp-item:hover .arrow-temp {
  display:none;

}

.bg-purple .mtcp-item:hover:after {
  background: linear-gradient(to bottom, rgba(0, 55, 110, 0), rgba(0, 48, 96, 0.4) 22%, rgba(0, 35, 69, 0.7) 48%, rgba(0, 28, 55, 0.9));
  opacity:1;
}

.bg-lb .mtcp-item:hover:after {
  background: linear-gradient(to bottom, rgba(0, 155, 179, 0), rgba(0, 155, 179, 0.4) 22%, rgba(0, 155, 179, 0.7) 48%, rgba(0, 155, 179, 0.9));
  opacity:1;
}

.bg-yel .mtcp-item:hover:after {
  background: linear-gradient(to bottom, rgba(216, 199, 34, 0), rgba(216, 199, 34, 0.4) 22%, rgba(216, 199, 34, 0.7) 48%, rgba(216, 199, 34, 0.9));
  opacity:1;
}

.bg-grey .mtcp-item:hover:after {
  background: linear-gradient(to bottom, rgba(99, 101, 106, 0), rgba(99, 101, 106, 0.4) 22%, rgba(99, 101, 106, 0.7) 48%, rgba(99, 101, 106, 0.9));
  opacity:1;
}

.mtcp-item:hover .description-text, .mtcp-item:hover:after {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width:1300px) {
  .mtcp-filter-by-type-title {
    display:block;
    width:100%;
    text-align:center;
    flex:none;
    max-width:100%;
  }

  .mtcp-filter-title {
    text-align:center;
    margin-bottom:20px;
  }

  .mtcp-categories-column {
    display:block;
    width:100%;
    text-align:center;
    flex:none;
    max-width:100%;
  }

  .mtcp-filter-wrapper .category-item {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .mtcp-item p.header-text {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin-bottom:4px;
    font-size:17px !important ;
  }

  .mtcp-item p.description-text {
    padding-left: 3.5%;
    padding-right: 3.5%;
    font-size:16px !important;
    margin-bottom: 2%;
  }

}

@media (min-width:1281px) and (max-width: 1500px) {
  .mtcp-item p.header-text {
      padding-left: 5%;
      padding-right: 5%;
      margin-bottom: 3%;
      line-height: 1;
      font-size: 24px;
  }

  .mtcp-item p.description-text {
      padding-left: 5%;
      padding-right: 5%;
      margin-bottom: 3%;
      line-height: 1;
      font-size: 18px;
  }

}

@media (min-width:501px) and (max-width:767px) {

  .mtcp-item p.header-text {
    font-size: 24px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mtcp-item p.description-text {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width:500px) {


  .mtcp-item .inline-category {
    top:15px;
  }

  .mtcp-item p.header-text {
    font-size: 24px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mtcp-item p.description-text {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
