.vimeo-pp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h1 {margin-bottom: 30px;}

h2 {font-size: 28px; font-weight: 700; font-family: 'IBM Plex Sans', sans-serif;}
p.name{font-size: 26px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; margin: 0;}
/*HV Start*/
p.bga-name{font-size: 16px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; text-align: center; inline-size: 194px; margin: 15px auto 0 auto;}
/*HV Ends*/

.cus-margin-bot-0 {
	margin-bottom: 0;
}

.cus-margin-bot-15 {
	margin-bottom: 0;
}
.cus-margin-bot-20{
	margin-bottom:20px !important;
}
.cus-margin-top-0{
	margin-top:0 !important;
}
p a,li a{
	color:#2553C8;
	text-decoration:underline;
	font-weight:500;
}
ul{font-size: 18px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif;padding-left: 20px;margin-top: 30px;}

ul li {margin-bottom:5px;}

ul li.no-style {
	list-style: none;
}

ul.sub-list {
  list-style-type: none;
  padding-left: 30px;
}
ul.sub-list > li {
  text-indent: -5px;
  color: #ffffff;
}
ul.sub-list > li:before {
  content: "-";
  text-indent: -5px;
      margin-right: 10px;
}

ul li.award-list{margin: 0 0 0 30px;}

/*HV Starts*/
ul.sub-award-list {
    margin: 5px 0 15px 30px;
    list-style-type: none;
	padding-left: 0;
}


ul.sub-award-list li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
  }



/*HV Ends*/


.full-menu-wrapper ul{
	margin-top:0;
}

table {
  font-family: 'IBM Plex Sans', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  background-color: white;
}

table th {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 1rem;
  font-weight: bold;
 font-size: 18px;
font-family: 'IBM Plex Sans', sans-serif;
  
}

table td{
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 1rem;
 font-size: 18px;
font-family: 'IBM Plex Sans', sans-serif;
  
}

table tr:nth-child(even){background-color: #f2f2f2;}



table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /* background-color: #082A9E; */
  background-color: black;
  vertical-align: middle;
  color: white;
}

table td {
    vertical-align: top;
}

table td.w60 {
	width: 60%;
}


table td.w40 {
	width: 60%;
}


.table-overflow-wrapper {
	overflow-x: auto;
}

.imp-dates-wrapper td{
	font-weight: unset;
}
img {
	width: 100%;
}

.top-banner{margin-bottom: -3px;position: relative;}
.spacer{margin-bottom: 30px;}
.padding-l{padding-left: 25px;}
.padding-r{padding-right: 25px;}
.abs-wrapper img.desktop-view {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.abs-wrapper img.mobile-view {display: none;}


.menu-bar {
    width: 100%;
	position: relative;
    box-sizing: border-box;
    z-index: 999;
    background: white;
	transition: all 0.3s;
}

/* .menu-bar.sticky{ 
     background-color: #000000; 
 } 
.menu-bar.active{
    background-color: #000000;
}
*/

.menu-bar .menu-inner-wrapper {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 50px;
    background: unset;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button .navicon {
    position: relative;
    background-color: #000000;
    min-height: 3px;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.25s;
    top: 32%;
    transform: translateY(-50%);
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button > .navicon:before {
    content: "";
    background-color: #000000;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    top: -13px;
    right: 0;
    transition: all 0.25s;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button > .navicon:after {
    content: "";
    background-color: #000000;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    bottom: -13px;
    right: 0;
    transition: all 0.25s;
}
/* .menu-bar .menu-inner-wrapper .menu-button > .touch-button.active .navicon {background-color: #ffffff;} */
/* .menu-bar .menu-inner-wrapper .menu-button > .touch-button.active > .navicon:before {background-color: #ffffff;} */
/* .menu-bar .menu-inner-wrapper .menu-button > .touch-button.active > .navicon:after {background-color: #ffffff;} */

.nav-bar{width: 100%; overflow: hidden; display: flex;}

/*HV Starts*/
.nav-bar a.nav-bar-item{
    border: none;
    border-bottom: black solid 1px;
    padding: 15px;
    padding-bottom: 19px;
    text-align: center;
    text-decoration: none;
    display: block;
    outline: 0;
    width: calc(100%/8);
    /* height: 65px; */
	display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
/*HV Ends*/


.nav-bar a.nav-bar-item{color: #000000; white-space: normal; background: #F8F5FF; font-size: 16px; line-height: 24px;}
.nav-bar a.nav-bar-item:hover{cursor: pointer;}
.nav-bar a.nav-bar-item:not(.active-tab):hover{border-bottom: #2553C8 solid 5px; padding-top: 11px; padding-bottom: 19px;}
.active-tab{border-bottom: #2553C8 solid 5px !important; padding-bottom: 15px;}
.award.active{display:block;}

.dropdown-tabs{display: none;}

/*HV Start*/
.award-container{
    display:none;
    max-width: 1100px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 1rem;
}


.award-accordion {
    border-bottom: #ffffff solid 1px !important;
    background-color: black;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    transition: all 0.4s ease;
  }
  .award-accordion:after {
    content: url('../images/arrow-down.png');
    filter: invert(1);
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: all 0.4s ease;
    transform: scale(1);
  }
  .acc-active:after {
    content: url('../images/arrow-up.png');
  }
  .award-accordion:hover {
    padding-left: 24px;
    background-color: #2553C8;
  }
  /* .award-accordion:hover:after {
    filter: invert(22%) sepia(98%) saturate(2772%) hue-rotate(222deg) brightness(83%) contrast(86%);
  } */
  .panel {
    border-bottom: #ffffff solid 1px !important;
    padding: 0 18px;
    background-color: white;
    color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }


  .panel p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: black;
    margin: 30px 0;
  }

  .prev-nav-item-btn,
  .next-nav-item-btn {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    border: none !important;
    width: auto;
    height: 49px;
    cursor: pointer;
    margin: 30px 0;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    background: none !important;
    padding: 0 60px;
  }
  .prev-nav-item-btn::before,
  .next-nav-item-btn::after {
    content: '';
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
  }
  .prev-nav-item-btn::before {
    left: 0;
    background-image: url('../images/icon-left-arrow.png');
  }
  .next-nav-item-btn::after {
    right: 0;
    background-image: url('../images/icon-right-arrow.png');
  }
  .prev-nav-item-btn:hover::before {
    background-image: url('../images/icon-left-arrow-hover.png');
  }
  .next-nav-item-btn:hover::after {
    background-image: url('../images/icon-right-arrow-hover.png');
  }
  .prev-nav-item-btn a,
  .next-nav-item-btn a {
    text-decoration: none;
    color: #000000;
  }
  



/*HV Ends*/

  .btn-container{display: flex; justify-content: space-between;}
  .btn-container.first-btn{flex-direction: row-reverse;}
  .bga-row{
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .table-cell{
    display: table-cell; 
    vertical-align: middle;
  } 
  
  /*HV Start*/

.cus-table {
    display: flex;
    flex-direction: row;
}

.flex-wrapper.valign-top {
    align-items: flex-start;
  } 

  .flex-wrapper.w30p {
    width: 30%;
  }

  .flex-wrapper.w70p {
    width: 70%;
  }
  .flex-wrapper img {
    width: 100%;
  }
.table-cell.valign-top {
    vertical-align: top;
  } 

  .table-cell.w30p {
    width: 30%;
  }



  .table-cell.w70p {
    width: 70%;
  }
  
   .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flex-container .flex-item {
    margin-right: 20px;
    width: calc((100% - 60px)/4);
    margin-bottom: 30px;
  }   

  .flex-container .flex-item:nth-child(4n) {
    margin-right: 0;
  }

  .flex-container .flex-item img {
    width: 100%;
    transform: translateY(0);
    transition: all 0.4s ease;
  }
  .flex-container .flex-item img:hover {
    transform: translateY(-10px);
  }
/*HV End*/ 
  
.schedule-accordion .accordion-title{
    /* background-color: #082A9E; */
    background-color: black;
    padding:1rem;
}
.schedule-accordion .sub-list{
	margin-top:0;
}
.schedule-accordion .accordion-title p{
    text-align: center;
    color:white;
    margin-bottom: 0;
}
.schedule-accordion .accordion-item-title p,.schedule-accordion .accordion-item-info p{
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    font-weight: 400;
}

.schedule-accordion .accordion-item-title{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schedule-accordion .accordion-item-title{

    /* background-color:#1043B8; */
    background-color:#f2f2f2;
}

.schedule-accordion .accordion-item-info {
	/* background-color:#2369BF; */
	background-color:white;
}

.schedule-accordion .accordion-item-title{
    border-bottom: 1px solid #ddd;
}

.schedule-accordion .schedule-accordion-list{
    margin-top: 1rem ;
    list-style: none;
    color:white;
    font-family: 'IBM Plex Sans', sans-serif;
}
.accordion-item-info{
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    opacity: 0;
}
.accordion-item.show .accordion-item-info{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    opacity: 1;
}
.schedule-accordion .accordion-item .accordion-item-title:after{
    content: url('../images/arrow-down.png');
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}
.schedule-accordion .accordion-item.show .accordion-item-title:after{
    transform: rotate(180deg);
}
.accordion-item-title{
    cursor: pointer;
}
.schedule-accordion{
    margin-bottom:3rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.schedule-content-section{
    width:1000px;
    padding:0 1rem;
    margin: 100px auto;
}
.schedule-content-section h1{
   margin:2rem 0;
}


.schedule-accordion .accordion-item-info .subheading {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	
	text-underline-offset: 3px;
}

.schedule-accordion .accordion-item-info .subheading:first-child {
	margin-top: 0;
}

.schedule-accordion .accordion-item-info p a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.schedule-accordion .accordion-item-info ul li {
	color: black;
}

.content-wrapper {
    width: 1000px;
    padding: 0 1rem;
    margin: 100px auto;
}

/*Recordings Slider*/

.recording-wrapper .schedule-content-section h1{
   text-align: left;
}

.recording-wrapper {
  margin: 100px 0;
  box-sizing: border-box;
  padding: 0 1rem;
}

.swiper-container {
  position:relative;
  width: 100%;
  min-height: 300px;
  margin-bottom: 100px;
}
.swiper-container > .swiper-slide__content {
  position:absolute;
  top:0;
}

.swiper-slide .heading-wrapper {
  background: #2553C8;
  box-sizing: border-box;
  padding: 15px;
}

.swiper-slide .heading-wrapper p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}

.swiper-slide .img-wrapper img {
  width: 100%;
}


.swiper-slide {
  transform: scale(0.8);
  position: relative;
}
.swiper-slide .img-wrapper {
  position: relative;
}

.swiper-slide .popup:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: url('../images/video-play-button.png');
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-slide.swiper-slide-active{
  transform: scale(1);

}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-pagination-bullet {
  background: #000000 !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #2553C8 !important;
}



@media screen and (max-width: 1540px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
	.content-wrapper {
		width:auto;
	}
    .prev-nav-item-btn, .next-nav-item-btn{width: 50%;}
    .nav-bar{display: none;}
    .dropdown-tabs {
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .dropdown-tabs select{
        width: 100%;
        font-size: 16px; 
        font-family: 'IBM Plex Sans', sans-serif;
        border: none;
        border-bottom: 1px solid #000000;
        padding: 15px;
    }
    .dd-button {
        display: inline-block;
        border-bottom: 1px solid #000000;
        width: 100%;
        padding: 10px 30px 10px 20px;
        background-color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
    }
    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0; 
        height: 0; 
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }
    .dd-input {display: none;}
      
    .dd-menu {
        position: absolute;
        top: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0;
        margin: 2px 0 0 0;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
        background-color: #ffffff;
        list-style-type: none;
    }
      
    .dd-input + .dd-menu {display: none;} 
      
    .dd-input:checked + .dd-menu {display: block;} 
      
    .dd-menu li {
        padding: 10px 20px;    
        cursor: pointer;
        white-space: nowrap;
    }
    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
    }
	.schedule-content-section{
		width:960px;
	}
    
}

@media screen and (max-width: 960px) {
    .schedule-content-section{
        width:auto;
    }
	.schedule-content-section h1{
        font-size: 24px;
        text-align: center;
    }
    .schedule-content-section p{
        font-size: 16px;
    }
	.award-container{
		padding: 5rem 16px;
	}
}

@media screen and (max-width: 825px) {
	
}

@media screen and (max-width: 820px) {


}

@media screen and (max-width: 768px ){
	.content-wrapper {
		width: unset;
	}
	.table-overflow-wrapper {
		overflow-x: auto;
	}
	.menu-bar .menu-inner-wrapper {
		padding: 10px 1rem;
	}
}
@media screen and (max-width: 767px ){

  .abs-wrapper img.mobile-view {display: block; object-fit: cover; width: 100%; height: 100%;}

    .abs-wrapper img.desktop-view {display: none;}
	
	.attire-img-container{
		display: flex;
    		flex-direction: column-reverse;
	}
	
    /*HV Starts*/
    .cus-table {
        flex-direction: column;
    }

    .cus-table .flex-wrapper {
        width: 100%;
        padding: 0;
    }
	
    .flex-container .flex-item {
        margin-right: 20px;
        width: calc((100% - 20px)/2);
        margin-bottom: 30px;
    }   

    .flex-container .flex-item:nth-child(4n) {
        margin-right: unset;
    } 
    .flex-container .flex-item:nth-child(2n) {
        margin-right: 0;
    } 
    /*HV Ends*/
}

@media screen and (max-width: 750px) {
	
}

@media screen and (max-width: 600px) {
	

}


@media screen and (max-width: 480px) {
	.menu-bar .menu-inner-wrapper .menu-button > .touch-button .navicon {
		top:30%;
	}
}


@media screen and (max-width: 430px) {
	
    h2 {font-size: 24px; font-weight: 700; font-family: 'IBM Plex Sans', sans-serif;}
    
    p.name{font-size: 18px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; margin: 0;}

    p.bga-name{inline-size: 161px;}

    .award-container{padding: 5rem 16px;}

    .table-cell{display: table; vertical-align: unset;} 

    .table-cell{margin: 0 0 20px 0;} 

    .padding-l{padding-left: unset;}
    .padding-r{padding-right: unset;}
}

@media screen and (max-width: 414px) {
	
}

@media screen and (max-width: 390px) {
	
}

@media screen and (max-width: 360px) {


}

@media screen and (max-width: 310px) {

}