/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
.upcoming-events {
  position: relative;
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 25px 0 20px;
}
@media only screen and (max-width: 1200px) {
  .upcoming-events {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events {
    padding: 10px 0 20px;
  }
}
.upcoming-events .event-title {
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.upcoming-events .event-title h2 {
  font-size: 38px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .upcoming-events .event-title {
    padding: 18px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events .event-title {
    padding: 0px 10px;
    width: 100%;
    text-align: center;
  }
}
.upcoming-events .event-filter-top {
  justify-content: end;
}
.upcoming-events .event-filter-top .views-exposed-form .d-flex {
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .upcoming-events .event-filter-top {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .upcoming-events .event-filter-top .event-filter-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .upcoming-events .event-filter-top .event-filter-wrapper {
    min-width: 100%;
  }
}
.upcoming-events .event-filter-top .event-filter-wrapper .form-type-select {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .upcoming-events .event-filter-top .event-filter-wrapper .form-type-select {
    margin: 0 !important;
    width: 50%;
    padding: 0 4px;
  }
}
.upcoming-events .event-filter-top .event-filter-wrapper select {
  min-width: 190px;
  min-height: 53px;
  border-radius: 5px;
  background-color: #EEFBFB;
  border: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
}
.upcoming-events .event-filter-top .event-filter-wrapper select:focus {
  box-shadow: unset;
}
@media only screen and (max-width: 992px) {
  .upcoming-events .event-filter-top .event-filter-wrapper select {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events .event-filter-top .event-filter-wrapper select {
    min-width: 160px;
  }
}
.upcoming-events .event-filter-top .event-filter-wrapper form .form-actions {
  width: auto;
}
@media only screen and (max-width: 481px) {
  .upcoming-events .event-filter-top .event-filter-wrapper form .form-actions {
    width: 100%;
  }
}
.upcoming-events .event-filter-top .event-filter-wrapper input#edit-submit-conferences {
  height: 54px;
  min-width: 100px;
  background-color: var(#008083);
  border: 0;
  border-radius: 2px;
  font-weight: 500;
}
.upcoming-events .events {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .upcoming-events .events {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .upcoming-events .events .event:last-child {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events .events {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .upcoming-events .events {
    padding: 0 !important;
  }
}
.upcoming-events .events .event-grid {
  background: #fff;
  box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1019607843);
  transition: 0.5s;
  border-radius: 5px;
}
.upcoming-events .events .event-grid:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.upcoming-events .events .event-grid img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.upcoming-events .events .event-grid .event-info {
  display: flex;
  padding: 30px;
  background-color: #fff;
  min-height: 135px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: calc(100% - 0px);
}
@media only screen and (max-width: 1200px) {
  .upcoming-events .events .event-grid .event-info {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events .events .event-grid .event-info {
    min-height: auto;
  }
}
.upcoming-events .events .event-grid .event-info .event-date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.upcoming-events .events .event-grid .event-info .event-date h5 {
  font-size: 13px;
  color: #008083;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.upcoming-events .events .event-grid .event-info .event-date span {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  font-family: sans-serif;
}
.upcoming-events .events .event-grid .event-info .event-details {
  margin-left: 25px;
  text-align: start;
}
.upcoming-events .events .event-grid .event-info .event-details h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .upcoming-events .events .event-grid .event-info .event-details h3 {
    margin-bottom: 10px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events .events .event-grid .event-info .event-details h3 {
    min-height: auto;
  }
}
.upcoming-events .events .event-grid .event-info .event-details p {
  font-size: 16px;
  color: #6a6a6a;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upcoming-events .events .event-grid .event-info .event-details a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}
.upcoming-events .events .event-grid .event-info .event-details a:hover {
  color: var(#008083);
  transition: 0.5s;
}
.upcoming-events .view-more-link {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .upcoming-events .view-more-link {
    margin-top: 10px;
  }
}
.upcoming-events .view-more-link a {
  min-width: 180px;
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
}
.upcoming-events .view-more-link a:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005F60;
}
.upcoming-events .view-more-link span {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 8px;
}
.upcoming-events .view-content {
  justify-content: space-around;
}
@media only screen and (max-width: 992px) {
  .upcoming-events .view-content {
    width: 100%;
    margin: 0;
  }
}

.homepage-1 .upcoming-events .events .event-grid .event-info .event-date h5 {
  color: #2d55a6;
}
.homepage-1 .upcoming-events .event-filter-top .event-filter-wrapper select {
  background-color: #fbe4d6;
}
.homepage-1 .upcoming-events .view-more-link a {
  background-color: #ed7b1d;
}
.homepage-1 .upcoming-events .view-more-link a:hover {
  background-color: #2d55a6;
}

.homepage-2 .upcoming-events .events .event-grid .event-info .event-date h5 {
  color: #008083;
}
.homepage-2 .upcoming-events .event-filter-top .event-filter-wrapper select {
  background-color: #EEFBFB;
}
.homepage-2 .upcoming-events .view-more-link a {
  background-color: #e37705;
}
.homepage-2 .upcoming-events .view-more-link a:hover {
  background-color: #005F60;
}

.view-content.row {
  justify-content: center;
}
@media (max-width: 992px) {
  .view-content.row {
    margin: 0;
  }
}

.edu-upcoming-events.upcoming-events-list {
  padding: 2em 0 2em;
}
@media (max-width: 1024px) {
  .edu-upcoming-events.upcoming-events-list {
    padding: 2em 1em 2em;
  }
}
.edu-upcoming-events .title {
  margin-bottom: 10px;
}
.edu-upcoming-events .title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .title h3 {
    font-size: 24px;
  }
}
.edu-upcoming-events .title p {
  font-size: 18px;
  line-height: 26px;
  color: #5c5c5c;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .title p {
    font-size: 15px;
  }
}
.edu-upcoming-events .title a {
  color: #008083;
  float: right;
  transition: 0.5s;
  font-size: 18px;
}
.edu-upcoming-events .title a:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.edu-upcoming-events .title a:hover:after {
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .title a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .edu-upcoming-events .title a {
    float: none;
  }
}
.edu-upcoming-events .card {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 20px 0px;
  height: calc(100% - 40px);
  transition: all 0.3s ease;
}
.edu-upcoming-events .card .event-list-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  -o-object-position: top;
  object-position: top;
  height: 192px;
  -o-object-fit: cover;
  object-fit: cover;
}
.edu-upcoming-events .card .featured {
  position: absolute;
  background-color: #008083;
  color: #fff;
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 30px;
  left: 20px;
  right: auto;
  bottom: auto;
  top: 20px;
  line-height: 18px;
  z-index: 1;
}
.edu-upcoming-events .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.edu-upcoming-events .card:hover .learn-more:after {
  width: 100% !important;
  transition: 0.3s;
}
.edu-upcoming-events .card .card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  -o-object-position: top;
     object-position: top;
  height: 192px;
}
.edu-upcoming-events .card .card-date {
  color: #585858;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .card .card-date {
    font-size: 13px;
  }
}
.edu-upcoming-events .card .category-one {
  color: #1d4ed8;
  font-size: 15px;
  background-color: #eff6ff;
  border-radius: 20px;
  padding: 3px 13px;
  float: right;
  margin-bottom: 10px;
}
.edu-upcoming-events .card .category-two {
  color: #1d4ed8;
  font-size: 15px;
  background-color: #eff6ff;
  border-radius: 20px;
  padding: 3px 13px;
  float: right;
  margin-bottom: 10px;
}
.edu-upcoming-events .card .category-three {
  color: #15803d;
  font-size: 15px;
  background-color: #f0fdf4;
  border-radius: 20px;
  padding: 3px 13px;
  float: right;
  margin-bottom: 10px;
}
.edu-upcoming-events .card .card-body {
  padding: 24px;
}
.edu-upcoming-events .card .card-body .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  line-height: 30px;
  min-height: 60px;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .card .card-body .card-title {
    font-size: 16px;
  }
}
.edu-upcoming-events .card .card-body .card-text {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .card .card-body .card-text {
    font-size: 14px;
  }
}
.edu-upcoming-events .card .card-body .card-locations {
  color: #333333;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
.edu-upcoming-events .card .card-body .card-locations:before {
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .card .card-body .card-locations {
    font-size: 13px;
  }
}
.edu-upcoming-events .card .card-body .learn-more {
  color: #008083;
  float: right;
  transition: 0.5s;
  font-size: 17px;
}
.edu-upcoming-events .card .card-body .learn-more:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.edu-upcoming-events .card .card-body .learn-more:hover:after {
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .edu-upcoming-events .card .card-body .learn-more {
    font-size: 13px;
  }
}

.page-node-1000010 .upcoming-events {
  float: none;
}
/*# sourceMappingURL=abi-upcoming-events.css.map */
