

.title{
    padding: 0 15px;
}

.resource-row{
    display: flex;
    flex-flow:row wrap;
    margin:0 -30px;
    padding-right:123px;
}

.resource-row .resource-list{
    padding: 0 30px;
    width: 33.3%;
    margin-bottom: 58px;
}

.resource-row .resource-list:last-child .resou p strong, .resource-row.credit-row .resource-list .resou P strong{

	font-size: 1.016vw;
    font-weight: 500;
    line-height: 1.563vw;
    letter-spacing: 0.4em;
}

.resource-row .resource-list .resou P strong{
	font-weight:400;
}

.resource-row .resource-list ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.resource-row .resource-list ul li {
    line-height: 15px;
    margin-bottom: 5px;
    font-size:11px;
}

.resource-row .resource-list ul li a{
    font-size:11px;
    /* text-decoration: underline; */
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.2em;
    position:relative;
    text-decoration:none;
    overflow:hidden;
    display:inline-block;
    font-weight: normal;
}

.resource-row .resource-list ul li a:hover {
  font-weight: normal;
}
.resource-row .resource-list ul li a:after {
  width:100%;
  height:1px;
  background:#999;
  position:absolute;
  left:0;
  bottom:0px;
  content:'';
  transition:all 0.3s ease-in-out;
}

.resource-row .resource-list ul li a:hover:after {
  left:100%;
}

.resource-row .resource-list ul li a:before {
  width:0px;
  height:1px;
  background:#000;
  position:absolute;
  left:0;
  bottom:0;
  content:'';
  transition:all 0.16s ease-in-out;
  z-index:55;
}
.resource-row .resource-list ul li a:hover:before {
  width:100%;
  transition:all 0.6s ease-in-out;
}

.resource-row .resource-list:last-child .resou p strong, .resource-row.credit-row .resource-list .resou P strong{
	font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px;
	text-transform:uppercase;
}

/*Modal Css Start*/
.modal-video{
    position: relative;
}

.video-icon{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    right:0;
    margin:0 auto;
}
.video-icon p{
    font-size: 13px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color:#ffffff;
}

.video-icon a {
  display: inline-block;
  width: 108px;
  height: 108px;
  /*border:1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;*/
  margin: 0 auto;
  background: url(../images/Play_button.svg) no-repeat left top;
}

.video-icon a .shape{
    border-top: 15px solid transparent;
  border-left: 30px solid #ffffff;
    border-bottom: 15px solid transparent;
    display: inline-block;
}

.modal-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 520px;
    margin:0 auto;
}
.modal-desc p{
    color:#ffffff;
}

.modal-video-open{
    width: 100%;
    display: none;
}
.modal-video-open iframe{
    width: 100%;
    height: 438px;
  background-color:#000;
}

.modal-body-inner.is-open .modal-video{
    display: none;
}

.modal-body-inner.is-open .modal-video-open{
    display: block;
}
.modal .modal-body-inner .modal-video .modal-img{
    height: 438px;
    width: 100%;
}
.modal .modal-body-inner .modal-video .modal-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.modal {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    height: 0px;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.is-open .modal {
   overflow: hidden;
    opacity: 1;
    visibility: visible;
  height:100%
}


.modal-wrapper {
  position: relative;
  margin:0 auto;
  max-width: 88.125vw;
  width: 100%;
  padding: 54px 64px 64px;
  background-color: #F3F1E6;
  transition: 0.6s;
  -webkit-transition:0.6s;
  -moz-transition:0.6s;
  -o-transition:0.6s;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    padding: 1.875vw;
}

.modal-header a svg{
    width: 25px;
    fill:#000;
}

.modal .modal-content{
    text-align: center;
    width: 100%;
}
.modal .modal-content h2{
    margin:0 0 1.641vw;
}

.modal-close img{
    width: 24px;
}

.modal .modal-body-inner{
    width: 100%;
}
.modal .modal-body-inner .modal-video{
    width: 100%;
}
.modal .modal-body-inner .modal-video iframe{
    width: 100%;
    height: 34.219vw;
}
.modal-wrapper {
    padding: 4.375vw 5vw 5vw;
    max-width: 88.125vw;
}
/*Modal Css End*/

/*** 10-05-2021 Style changes of Credit blocks ***/
.resource-row.credit-row .resource-list ul li a { text-transform: none; }
.resource-row.credit-row .resource-list ul li { letter-spacing: 0.2em; display: flex; }
.resource-row.credit-row .resource-list:nth-child(2) { width: 66.66%;  }

@media screen and (min-width:1280px){
    .title{
        text-align: center;
        padding: 0 1.563vw;
    }
    .resource-row .resource-list{
        margin-bottom: 4.531vw;
    }
    .resource-row .resource-list ul li {
        margin-bottom: 0.391vw;
        font-size:0.859vw;
        line-height: 1.172vw;
    }



    .resource-row .resource-list ul li a{
        font-size:0.859vw;
        line-height: 1.172vw;
    }

	.resource-row .resource-list:last-child .resou p strong, .resource-row.credit-row .resource-list .resou P strong{
		font-size: 1.016vw;
		font-weight: 500;
		line-height: 1.563vw;
		letter-spacing: 0.4em;
	}

  .modal-video-open iframe{
        height:34.219vw ;
    }
    .modal .modal-body-inner .modal-video .modal-img{
        height:34.219vw;
    }
    .modal-desc{
        max-width: 40.625vw;
    }
    .video-icon p{
        font-size:1.016vw;
    }
    .video-icon a {
        width: 8.438vw;
        height: 8.438vw;
    }
    .video-icon a .shape{
        border-top: 1.172vw solid transparent;
        border-left: 2.344vw solid #ffffff;
        border-bottom:1.172vw solid transparent;

    }

}

@media screen and (max-width:1279px){

    .modal-wrapper {
        max-width: 1128px;
        margin: 100px auto;
    }
    .modal .modal-content h2{
        margin: 0 0 21px;
    padding:0 25px;
    }
    .modal-wrapper{
        padding: 54px 64px 64px;
    }

    .modal .modal-body-inner .modal-video iframe{
        height: 438px;
    }

    .modal-header {
        padding: 24px;
    }
  .modal{
    padding:0 20px;
  }

}
@media screen and (max-width:1279px){
    .resource-row{
        padding-right: 0px;
    }
    .modal .modal-body-inner .modal-video .modal-img { height: auto; }
}
@media screen and (max-width:1023px){
  .modal-video-open iframe{
      height: 340px;
    }
    .resource-row .resource-list{
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .resource-row {
        margin: 0 -15px;
    }
}

@media screen and (max-width:767px){

    .resource-row .resource-list, .resource-row.credit-row .resource-list:nth-child(2) {
        width:50%;
    }

    .video-icon a{
        width: 55px;
        height: 55px;
        background-size: 100% auto;
    }

    .video-icon a .shape{
        border-top: 10px solid transparent;
        border-left: 15px solid #ffffff;
        border-bottom: 10px solid transparent;
    }
    .modal-desc{
        padding: 0 10px;
    }
    .pd-bottom-100{
        padding-bottom: 50px;
    }

    .modal-wrapper{
        padding: 20px;
    margin:50px 0px;
    }
  body.is-open .modal{
    overflow-y:auto;
  }
  .modal{
    align-items: flex-start;
    justify-content: flex-start;
  }

}

@media screen and (max-width:666px){
  .modal .modal-body-inner .modal-video .modal-img { height: auto;}
}


@media screen and (max-width:479px){
    .resource-row .resource-list, .resource-row.credit-row .resource-list:nth-child(2) {
        width:100%;
    }
    .modal-video-open iframe{
      height: 190px;
    }
    .video-icon a {
      width: 40px;
      height: 40px;
      background-size: 100% auto;
  }
}

@media screen and (max-width:479px){
  .modal-video-open iframe{
    height: 170px;
  }
}
