.awards-list-view .views-row {
    width: 33.33333%;
    padding: 0 7.5px;
    margin-bottom: 20px;
    position: relative;
}
.awards-list-view .views-row .views-field-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
}
.awards-list-view .views-row .views-field-name .field-content{
    padding: 10px;
    margin-right: 7.5px;
    display: block;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.2);
}
.awards-list-view .views-row .views-field-name a{
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
}

.view-gl-events .row {
    display: flex;
    flex-wrap: wrap; /* To make sure cards wrap to the next line if they don't fit */
    justify-content: space-between; /* Adds spacing between cards */
    background: rgb(0,37,56);
    background: linear-gradient(180deg, rgba(0,37,56,1) 0%, rgba(7,12,16,1) 99%);
    padding: 20px;
}

.view-gl-events .row img {
    background: #fff; /* Background color for each card */
    /* border-radius: 10px; Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for depth effect */
    padding: 20px;
    border: 2px solid white;
    margin-left: 60px;
    flex: 1 1 300px; /* Makes the cards responsive, with a minimum width of 300px */
    display: block; /* Ensures image behaves like a block element */
    align-items: center;
}

.view-gl-events .row .views-view-responsive-grid__item {
    display: flex;
    flex-direction: column;
    text-align: center; /* Centers content horizontally */
    /* margin: 10px 0; */
}

.view-gl-events .row .views-field  .field-content a {
    font-size: 10px;
    color: rgb(255, 255, 255);
   
}

/* kevin - indivitual awards  */
.vocabulary-sub-activity  .clearfix{
    position: relative;
    top: 30px;
}

.vocabulary-sub-activity  .clearfix p{
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    /* bottom: 8px; */
    top: 0px;
    /* padding: 90px 0 0 100px; */
    padding-top: 10px;

    left: 0px;
    color: #fff;
    background: #00000060;
    height: 500px;
    width: 100%;
    
    
   
   
}
#block-tmasubtheme-content .vocabulary-sub-activity .field__item img{
    
    width:2000px;
    height: 500px;
    margin-top: 30px;
    
}


.field--name-field-activity .field__label{
    display: none;
}

.field--name-field-activity .field__item{
    display: none;
}

.field--name-field-image .field__label{
    display: none;
}
.field--type-boolean .field__label {
    display: none;
}
.field--type-boolean .field__item {
    display: none;
}
.block-views-blockfeatured-awards-block-2 .view-featured-awards .view-content{
    background-color: white;
    position: relative;
    right: 80px;
   
    
    
}
.block-views-blockfeatured-awards-block-2 .view-featured-awards .view-content .past-winner-title{
    position: relative;
    left: 200px;
    height: 60px;
    bottom: 80px;
    padding-top: 15px;
    font-size: 20px;
    width: 280px;
    background-color: #280f91;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.block-views-blockfeatured-awards-block-2 h2{
    text-align: center;
}
.view-featured-awards .past-winner.past-winner-wrapper .col-sm-12 img{
   
   border-radius: 30px;
}

.view-gl-events {
    display: flex;
    flex-direction: column; /* Stack the image and content vertically */
    /* align-items: center; */
    width: 2000px; /* Make sure it spans the full width */
   
    
  }
  .view-gl-events .views-view-responsive-grid {
    background-color: #280f91;
    padding-top:40px ;
    padding-left: 20px;
  }
  .view-gl-events .views-view-responsive-grid .views-view-responsive-grid__item{
    max-width: 100%;
    margin-left: 20PX;
  }
  .view-gl-events .views-view-responsive-grid .views-view-responsive-grid__item img{
    max-width: 100%; 
    height: auto;
    border-radius: 30px;
  }



.view-gl-events a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold ;
    
    
}

  .view-gl-events h3
  {
    
        margin-top: 20px; /* Space between the image and content */
        text-align: center; /* Center the text below the image */
        padding: 10px;
        font-size: 16px;
        margin-right: 100px;
        color: white ;
        font-family: Arial, Helvetica, sans-serif;
  
  }
  .view-gl-events p{
    width: 250px;
    text-align: justify;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
  }
  @media screen and (min-width: 768px) {
  .view-gl-events {
    flex-direction: column; /* Keep vertical stacking on larger screens */
  }
}




.event-listing .views-view-responsive-grid {
    padding-top:40px ;
    padding-left: 20px;
  }
.block-system-main-block .event-listing h2,
.block-system-main-block .event-listing a,
.block-system-main-block .event-listing p {
  color: #150e60;
}
.past-events-wrapper  {
  background-color: #150e60;
}
.block-system-main-block .event-listing p.date-details {
  color: #fff;
}
  .block-system-main-block .views-element-container .event-listing {
    background-color: #cfe6ff;
    display: flex;
    flex-direction: column; /* Stack the image and content vertically */
    /* align-items: center; */
    
  }
  .event-listing h2 {
    color: #fff;
    text-align: center;
    padding-top: 40px;
  }
  .event-listing .views-view-responsive-grid .views-view-responsive-grid__item{
    max-width: 100%;
    margin-left: 20PX;
    
  }
  .path-events #block-tmasubtheme-pagetitle {
    display: none;
  }
  .event-listing .views-view-responsive-grid .views-view-responsive-grid__item img{
    max-width: 100%; 
    height: auto;
    border-radius: 30px;
  }
  .event-listing .view-content {
    display: flex;
    flex-wrap: wrap;
  }
  .event-listing .view-content .views-row {
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .event-listing .img-date-wrapper {
    position: relative;
  }
  .event-listing .img-date-wrapper img {
    display: block;
    margin: auto;
  }
  .event-listing .date-details {
    position: absolute;
    width: 100%;
    background-color: #00000075;
    color: #fff;
    bottom: 0;
    margin-bottom: 0;
  }
.event-listing a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}
  .event-listing h3
  {
    
        margin-top: 20px; /* Space between the image and content */
        text-align: center; /* Center the text below the image */
        padding-right: 90px;
        font-size: 16px;
        margin-right: 100px;
        width: 100%;
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-family: Arial, Helvetica, sans-serif;
  
  }

  .event-listing p{
    text-align: center;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
  }
  @media screen and (min-width: 768px) {
  .event-listing {
    flex-direction: column; /* Keep vertical stacking on larger screens */
  }
}

.view-upcoming-events{
    display: flex;
    flex-direction: column; /* Stack the image and content vertically */
    /* align-items: center; */
    margin-left: 110px;
    width: 100%;
    
  }
   .view-upcoming-events  .views-view-responsive-grid{
    background-color: #280f91;
    padding-left: 120px;
    margin-right: 200px;
    padding-top: 40px;

   }
  .view-upcoming-events  .views-view-responsive-grid .views-view-responsive-grid__item{
    max-width: 100%;
    /* margin-left: 130PX; */
  }
  .view-upcoming-events  .views-view-responsive-grid .views-view-responsive-grid__item img{
    max-width: 100%; 
    height: auto;
    border-radius: 30px;
  }


.view-upcoming-events  a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
}
  .view-upcoming-events  h3
  {
    
        margin-top: 20px; /* Space between the image and content */
        text-align: center; /* Center the text below the image */
        padding-right: 90px;
        font-size: 16px;
        width: 350px;
        margin-left: -30px;
        /* width: 100%; */
        text-decoration: none;
        color: white;
        font-size: 20px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
  
  }
  .view-upcoming-events  p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
  }
  .event-banner-wrapper {
    margin: 20px 10%;
    background-image: url(img/back.png);
    background-repeat: no-repeat;
    background-position: right;
  }
  .event-banner-left {
    width: 25%;
    display: flex;
    align-items: end;
  }
  .event-banner-right {
    width: 75%;
    flex-wrap: wrap;
  }
  .event-banner-right .event-banner-item {
    width: 33.33%;
    height: 200px;
  }
  .event-banner-right .event-banner-item .event-banner-item-text {
    width: 90%;
    margin: auto;
    height: 90%;
    background-color: #280f91;
    position: relative;
  }
  .event-banner-right .event-banner-item.item-top .event-banner-item-text {
    background: #eaebef;
  }
  .event-banner-item-text .icon-left {
    background-position: right;
    padding-top: 30px;
    margin-right: 20px;
    background-image: url(img/right-arrow.png);
    background-size: 30px;
    background-repeat: no-repeat;
    height: 50px;
  }
  .event-banner-item-text .icon-down::before,
  .event-banner-item-text .icon-left::before {
    content: none;
  }
  .event-banner-item-text p {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .event-banner-item-text p a{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }
  .event-banner-left .event-banner-item p a,
  .event-banner-item.item-top p a {
    color: #000;
  }
  .event-banner-left .event-banner-item .event-banner-item-text {
    position: relative;
    height: 100%;
    background-color: #cfe6ff;
  }
  .event-banner-left .event-banner-item {
    height: 70%;
    width: 90%;
    margin-bottom: 20px;
    background: #150e60;
    padding-top: 25px;
  }
  .event-banner-item-text .icon-down {
    background-image: url(img/down-arrow.png);
    background-size: 30px;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 20px;
  }
  @media screen and (min-width: 768px) {
  .view-upcoming-events  {
    flex-direction: column; /* Keep vertical stacking on larger screens */
  }
}
@media (max-width: 767px) {
  .event-listing .view-content .views-row {
    width: 100%;
  }
}



/* Management-voice listing page style */

.view-management-voice.container{
  background-color: #cfe6ff !important;
  }
.view-management-voice .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-management-voice .view-content .views-row {
  width: 25%;
  margin-bottom: 40px;
}
.view-management-voice .management-voice-wrapper a{
  text-align: center;
  text-decoration: none;
}
.view-management-voice .management-voice-wrapper .mc-title-wraper {
  font-size: 20px;
  padding-top: 10px;
}
.view-management-voice .management-voice-wrapper .mc-det-wraper {
  font-size: 14px;
}

@media (max-width: 767px) {
  .view-management-voice .view-content .views-row {
    width: 100%;
  }
}