.event-list-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    list-style: none;
    padding: 0;
}

.event-list-ul> li {
    width: 25%;
    list-style: none;
    position: relative;
    padding: 15px;
}

.event-list-ul >li a::before {
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(169, 169, 169));
    transform: skewX(-22.5deg) rotate(-90deg);
    width: 100px;
    height: 30px;
    position: absolute;
    content: "";
    top: 35px;
    transition: all 0.3s ease 0s;
    right: -8px;
    z-index: -1;
}

.event-list-ul >li a:hover::before {
    transition: all 0.3s ease 0s;
    background-image: linear-gradient(90deg, rgb(227, 227, 227), rgb(255, 180, 16));
}

.event-list-ul-top {
    display: flex;
    align-items: center;
    position: relative;
    left: -25px;
    top: -13px;
}

.event-list-location {
    color: rgb(0, 112, 192);
    text-decoration: none;
    font-size: 12px;
}

.event-list-ul >li a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 15px;
    transition: all 0.3s ease 0s;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}

.event-list-ul >li a:hover {
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 34%) 0px 12px 15px;
    transform: translateY(-5px);
    background-color: #e3e3e3;
}

.event-list-cat {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}

.event-list-ul-event {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: normal;
    color: rgb(0, 0, 0);
}

/*ansys popup style*/

.ansys-event-list-modal {
    background-color: rgba(200, 200, 200, 0.9) !important;
}

.ansys-event-list-modal .modal-content {
    background-color: grey;
    border-radius: 0px;
    box-shadow: none;
}

.ansys-event-list-modal .modal-dialog {
    max-width: 500px;
}

.ansys-event-list-modal .close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    font-size: 30px;
    align-items: center;
    opacity: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 999;
}

.ansys-event-list-modal .close span {
    font-size: 25px;
    font-weight: 100;
}

.ansys-event-list-modal .modal-body {
    color: #ffffff !important;
}

.ansys-event-list-modal li {
    width: auto;
    list-style: disc;
    /* position: relative; */
    /* padding: 15px; */
}

#pop_content {
    margin-top: 20px;
}

#pop_content,
#pop_content ol li,
#pop_content ul li {
    font-size: 18px;
}

.ansys-event-list-modal .jobs-list-ul-job {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 22px;
    color: white;
    padding: 20px 10px!important;
    border-radius: 3px;
}

.ansys-event-list-modal .jobs-list-location span {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

#pop_application_url {
    margin: 0 auto;
    width: 100px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 2.4;
    color: #ffffff;
    background-color: #0070C0;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 15px rgb(0 0 0 / 30%);
    border: none;
}

.ansys-event-list-modal .modal-content::before {
    z-index: 1;
    width: 75px !important;
    background-image: linear-gradient(45deg, #A6A6A6, #ffb410) !important;
    top: 23px !important;
}

.ansys-event-list-modal .btn {
    padding: 5px !important;
}

.event-list-ul-top {
    display: flex;
}
.post-type-archive-event #ninzio-main-content,.post-type-archive-event #ninzio-footer{
    z-index:auto;
}


.select2 .select2-selection::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f085" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}

.search-fliter-mid .form-control,
.select2-container .select2-search--inline .select2-search__field {
    font-size: 15px !important;
}

.select2 .select2-selection::before {
    font-size: 20px;
}

.select2-results__option {
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0px !important;
    font-size: 26px;
}

.no-item {
    background: #00000040;
    padding: 10px 30px;
    border-radius: 18px;
    margin: 20px 0;
    display: block;
    color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size:14px;
}


.social-links .fab {
    font-family: "Font Awesome 5 Brands";
}



.footer {
  background-color: #000 !important;
  color: #fff;
}

.footer-nav-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
}

.footer-links-lower {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer-nav-lower .copyright {
  order: -1;
  padding-top: 1px;
}

.footer-nav-lower .copyright p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  color: #d2d2d2;
  font-weight: 400;
  font-size: 9pt;
  line-height: 1.6;
}

.footer-links-lower ul {
  margin: 0;
  padding: 0;
}

.footer-links-lower li {
  display: inline-block;
  margin: 0 0 0 15px !important;
  font-size: inherit;
}

.footer-links-lower a {
  color: #d2d2d2;
  font-weight: 400;
  font-size: 13px !important;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.footer-links-lower a:hover {
  color: #ffb71b;
  text-decoration: underline;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 20px;
  text-align: right;
}

.social-links .h5 {
  margin-right: 2pc;
  font-weight: 600;
  color: #fff;
  font-size: 18px !important;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}

.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

.social-links li:not(:last-child) {
  margin-right: 10px;
}

.social-links ul li a {
  font-size: x-large;
  width: 29px;
  padding: 0;
  height: 20px;
  color: #fff;
  text-decoration: none;
}

.social-links ul li a:hover {
  color: #ffb71b;
  text-decoration: none;
}
.social-links ul li:first-child a:hover {
  color: #ff0000;
}
.social-links ul li:nth-child(2) a:hover {
  color: #1877f2;
}
.social-links ul li:nth-child(3) a:hover {
  color: #1da1f2;
}
.social-links ul li:nth-child(4) a:hover {
  color: #2867b2;
}
.social-links ul li:nth-child(5) a:hover {
  color: #ff0000;
}


/* Media queries for Discovery space starts */

@media only screen and (max-width:520px) {
  .page-template-discovery .event-list-ul> li{
    width:100%;
  }
}
@media only screen and (min-width:520px) and (max-width:1100px) {
  .page-template-discovery .event-list-ul> li{
    width:50%;
  }
}
@media only screen and (min-width:390px) and (max-width:450px) {
    .dropdown-search #BingSearch{
      margin:2px 5px 0 5px;
      width:155px;
    }
    .main-search-container #discoveryForm{
      width:210px;
    }
    .post-type-archive-careers .search-container{
      margin-left:120px !important;
      padding-top: 2px;
    }
    .main-search-container .search-container{
      margin-left:140px !important;
      padding-top: 2px;
    }
}
@media only screen and (min-width:360px) and (max-width:390px){
    .main-search-container #discoveryForm{
      width:210px;
      margin-right: 20px;
    }
    .dropdown-search #BingSearch{
      margin:2px 5px 0 5px;
      width:140px;
    }
}
@media only screen and (min-width:360px) and (max-width:980px) {
    .main-search-container {
      margin-top:10px;
    }
    .page-template-discovery .main-header-right .subnav {
        padding:0 0 0 15px;
            }
    .main-header-right .subnav{padding:15px 0 0 80px}
    .subnav .subnav-content{left: 88px;
      top:46px;}
    .page-template-discovery .subnav .subnav-content{
      padding: 5px 12px;
      left: 16px;
      top:34px;
    }
    .footer .footer-nav-lower{
      display: block;
      text-align: center;
    }
    .social-links{text-align:center;display: block;}
    .social-links .h5{margin-right: 1pc;}
    .social-links ul li a{width:40px}
    .top-bar-nav {
        position: fixed !important;
        top: 210px;
        height:110px !important;
    }
    #hero-section #hero-title{
        margin-top:260px;
    }

}
@media only screen and (min-width:360px) and (max-width:510px){
  .discovery-container{
    margin-top:110px;
  }
}
@media only screen and (min-width:510px) and (max-width:950px){
  .discovery-container{
    margin-top:40px;
  }
}
@media only screen and (min-width:360px) and (max-width:600px){
  .footer{
    height:290px;
  }
}

/* Media queries for Discovery space ends */

/* Media queries for ACE GPT starts */

@media only screen and (min-width:380px) and (max-width:620px){
  
  .intro {margin-left:5px !important;}
  .intro .intro-ace{
    width: 100%;
  }
  .intro .question-list{
    width: 100%;
  }
  .page-template-ace-gpt-access-page .dropdown-search{position: absolute;}
}

/* Media queries for ACE GPT ends */
