/* ---------------------------------------
------- EVENT FEATUERD CAROUSEL VIEW:  Styles---------- */
.event-view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .event-view {
    font-size: 1.125rem;
    justify-content: center;
    padding: 1rem 0;
    border: 1px solid rgba(44, 41, 30, 0.25);
    border-right: 0;
    border-left: 0;
    margin: 2rem 0 0;
  }
}
.event-view_link {
  color: rgba(44, 41, 30, 0.5);
  border: none;
  background: none;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  line-height: 1;
}
.event-view_link.active, .event-view_link:hover {
  color: #2C291E;
  text-decoration: underline;
}
.event-view_link:first-child {
  border-right: 1px solid rgba(44, 41, 30, 0.25);
}
@media (min-width: 768px) {
  .event-view_link:last-child {
    padding-right: 0;
  }
}

.events-featured {
  position: relative;
  background: url(/portals/_default/skins/cta/img/logo-mark.svg) no-repeat;
  background-position: 270px 75%;
  background-size: auto 120%;
  padding: 1.25rem;
  padding-left: 0;
  margin-top: 1.25rem;
  margin-right: 0.5rem;
  border-right: 1px solid rgba(44, 41, 30, 0.25);
}
@media (max-width: 1300px) {
  .events-featured {
    margin-top: 2.5rem;
    background-position: 50px 75%;
    padding: 0.625rem;
    margin-left: -0.6rem;
    margin-right: 0.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .events-featured {
    border-right: 0;
    background: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.events-featured .event-header {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .events-featured .event-header {
    margin-bottom: 2.5rem;
  }
}
.events-featured .event-item {
  font-size: 1rem;
  margin-bottom: 6rem;
  min-height: 430px;
}
@media (min-width: 992px) {
  .events-featured .event-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 991.98px) {
  .events-featured .event-item .event-text {
    margin: 0 0.6rem 2.5rem 0.6rem;
  }
}
@media (min-width: 992px) {
  .events-featured .event-item .event-text {
    width: 33.33%;
    min-width: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 3rem;
  }
}
.events-featured .event-item .event-text p {
  margin-right: 20%;
}
.events-featured .event-item .event-image {
  min-height: 260px;
  width: 66.66%;
}
@media (max-width: 991.98px) {
  .events-featured .event-item .event-image {
    background: url(/portals/_default/skins/cta/img/logo-mark.svg) no-repeat;
    background-size: 111vw;
    background-position: -111px 75%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .events-featured .event-item .event-image {
    background-size: 120vw;
    background-position: -25px bottom;
  }
}
.events-featured .event-item img {
  aspect-ratio: 1.6/1;
}
.events-featured .event-date {
  display: block;
  margin-bottom: 1.25rem;
}
.events-featured .event p {
  margin-bottom: 1.875rem;
}
.events-featured .event-control {
  font-weight: 700;
  color: #f6f4f0;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .events-featured .event-control {
    position: relative;
    height: auto !important;
    display: inline;
    color: #0B8BCB;
    margin-top: 0.875rem;
  }
}
.events-featured .event-control-prev, .events-featured .event-control-next {
  width: 10vw;
}
@media (max-width: 991.98px) {
  .events-featured .event-control-prev, .events-featured .event-control-next {
    margin-right: 1rem;
  }
}
.events-featured .event-control-prev-icon, .events-featured .event-control-next-icon {
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 1rem;
  line-height: 1.3;
  width: 3rem;
  height: 3rem;
  background-image: none;
  transition: all ease-in 300ms;
}
.events-featured .event-control-prev-icon:before, .events-featured .event-control-next-icon:before {
  content: "";
}
.events-featured .event-control-prev-icon:hover, .events-featured .event-control-next-icon:hover {
  background: rgba(246, 244, 240, 0.4);
}

.events-featured .carousel-indicators {
  right: auto;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .events-featured .carousel-indicators {
    right: 0.625rem;
    left: auto;
    margin-bottom: 0;
  }
}
.events-featured .carousel-indicators [data-bs-target] {
  background: #7c7c7c;
  width: 84px;
  max-width: 33.33%;
  border-width: 1px;
}
@media (max-width: 575.98px) {
  .events-featured .carousel-indicators [data-bs-target] {
    width: 3rem;
  }
}
.events-featured .carousel-indicators .active {
  background: #0B8BCB;
}
.events-featured .carousel-arrows {
  display: none;
}
@media (max-width: 767.98px) {
  .events-featured .carousel-arrows {
    display: block;
  }
}

.img-cover {
  height: 100%;
  width: 100%;
  max-height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .img-cover {
    height: auto;
  }
}

/* -----------------------------------------------------------------------
  ------- EVENT LIST VIEW and ROTATOR GROUP OF 4 EVENTS: Styles---------- */
#eventfeed {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #eventfeed {
    margin-bottom: 6rem;
  }
  #eventfeed .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  #eventfeed .event_list {
    margin-left: 1.25rem;
  }
}

.event_wrapper {
  margin-top: 3rem;
}
.event_header {
  flex: 1 0 33.33%;
}
@media (min-width: 768px) {
  .event_header {
    border-right: 1px solid rgba(44, 41, 30, 0.25);
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .event_list:not(.news-listview):not(.event-listview) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .event_list:not(.news-listview):not(.event-listview) {
    display: flex;
    flex-wrap: nowrap;
  }
}
.event_list:not(.news-listview):not(.event-listview):not(.active-group):not(:first-child) .event_item:first-child {
  display: flex;
  margin-left: 0;
}
.event_item {
  display: none;
  padding: 1.5rem 1.5rem 0;
  justify-content: space-between;
  /* flex-direction: column; */
  aspect-ratio: 1/1;
  position: relative;
  transition: all ease-in-out 200ms;
}
@media (min-width: 768px) {
  .event_item {
    flex: 0 0 calc(50% - 2rem);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2rem;
  }
  .event_item:not(.hover-effect) {
    margin-left: -1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event_item {
    margin-right: 0;
    margin-left: -70vw;
    width: 80vw;
  }
}
.event_item .show-hover,
.event_item * {
  transition: all ease-in 200ms;
}
@media (min-width: 768px) {
  .event_item::after {
    content: "";
    border-right: 1px solid rgba(44, 41, 30, 0.25);
    height: 100%;
    width: 1rem;
    position: absolute;
    right: -1rem;
    top: 0;
  }
}
.event_item.active {
  display: flex !important;
  margin-left: 0;
  z-index: 11;
  display: none;
}
@media (max-width: 767.98px) {
  .event_item.active * {
    color: #fff !important;
  }
  .event_item.active .show-hover {
    display: block;
    opacity: 1;
  }
  .event_item.active::before {
    content: "";
    background: rgba(11, 139, 203, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.event_item.active + .event_item {
  margin-left: 0vw;
  display: flex;
}
.event_item:hover .show-hover {
  opacity: 1;
}
.event_item.hover-effect:hover *,
.event_item.hover-effect:hover a:hover {
  color: #fff !important;
}
.event_item.hover-effect:hover::before {
  content: "";
  background: rgba(11, 139, 203, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.event_date {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  position: relative;
  color: #0B8BCB;
  z-index: 2;
}
.event_date::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
}
.event_details {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(44, 41, 30, 0.25);
}
.event_title {
  font-size: 1.5rem;
  line-height: 30px;
}
.event_desc {
  padding-right: 20%;
}

@media (min-width: 768px) {
  .event_list.active,
  .event-listview,
  .news-listview,
  .news-listview > div {
    flex: 1 0 calc(66.66% - 1rem);
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4.5rem;
    margin-top: 0;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event_list.active .event_item,
  .event-listview .event_item,
  .news-listview .event_item,
  .news-listview > div .event_item {
    display: block;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .event_list.active .event_desc,
  .event-listview .event_desc,
  .news-listview .event_desc,
  .news-listview > div .event_desc {
    width: 100%;
    padding-right: 0;
  }
}

.news-listview .event_date,
.news-listview > div .event_date {
  color: rgba(44, 41, 30, 0.75);
  font-size: 1rem;
}
.news-listview .event_date::before,
.news-listview > div .event_date::before {
  display: none;
}

.event-controls {
  position: relative;
  margin-top: 6rem;
  display: flex;
}
@media (max-width: 767.98px) {
  .event-controls {
    position: absolute;
    bottom: -4rem;
    width: 100%;
  }
}
.event-controls .carousel-control {
  position: relative;
  height: auto;
  width: 4rem;
}
.event-controls_icon {
  color: #0B8BCB;
  line-height: 1.3;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.aspect-rect {
  aspect-ratio: auto;
}
@media (min-width: 992px) {
  .aspect-rect {
    aspect-ratio: 1.4/1;
  }
}

/* -----------------------------------------------------------------------
  ------- EVENT SEARCH: Styles---------- */
.event-search,
.ModEasyDNNnewsSearchC {
  position: relative;
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
  .event-search,
  .ModEasyDNNnewsSearchC {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
.event-search .form-control,
.ModEasyDNNnewsSearchC .form-control {
  background: none;
  font-size: 1.1875rem;
  width: 100%;
  border: none;
  color: #2C291E;
  border-bottom: 1px solid #2C291E;
}
.event-search .form-control:focus-visible, .event-search .form-control:focus,
.ModEasyDNNnewsSearchC .form-control:focus-visible,
.ModEasyDNNnewsSearchC .form-control:focus {
  outline: 0;
  border-bottom: 2px solid #0B8BCB;
}

.edn_searchInfoResults {
  background: #fff;
  padding: 0.5rem;
  margin-left: -2.5rem;
}
@media (max-width: 767.98px) {
  .edn_searchInfoResults {
    margin-left: 0;
  }
}
.edn_searchInfoResults span {
  color: #0B8BCB;
}

.EDN_search {
  box-shadow: 0 0 5px rgba(44, 41, 30, 0.25);
  padding: 0;
  margin: 0;
  background: #f6f4f0;
}
.EDN_search ul {
  margin: 0;
  padding: 0;
}
.EDN_search ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
.EDN_search ul li:nth-child(even) {
  background: #fff;
}
.EDN_search ul li a {
  padding: 0.5rem;
  display: block;
}

.news-listview.shift-left-2 {
  margin-left: 0 !important;
}
.news_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.news_date {
  white-space: nowrap;
}
.news_controls {
  position: absolute;
  top: -0.5rem;
}
.news_category {
  color: #0B8BCB;
  margin-right: 1rem;
}
.news_category a {
  color: #2C291E;
}

.loadingOverlay {
  display: none;
}

.loading .loadingOverlay {
  color: #2C291E;
  font-size: 0.875rem;
}

.edNews_loadMoreTrigger {
  background: none;
  border: none;
  color: #0B8BCB;
  font-size: 1.1875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0 0 3rem;
  width: 100%;
}
@media (min-width: 992px) {
  .edNews_loadMoreTrigger {
    margin: -3rem 0rem 3rem;
    width: 90%;
  }
}
.edNews_loadMoreTrigger:hover {
  color: #2C291E;
  text-decoration: underline;
}
.edNews_loadMoreTrigger::after {
  content: "+";
}

@media (max-width: 991.98px) {
  .eds_subCollection_news .shift-left-2 {
    margin-left: 0 !important;
  }
}/*# sourceMappingURL=cta.css.map */