/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2024 | 22:06:24 */
/* News cards */
#news-list {
  /* Tab Titles */
  /* News Cards */
}
#news-list .av-tab-section-tab-title-container {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
}
#news-list .av-tab-section-tab-title-container a {
  padding: 0px !important;
}
#news-list .av-tab-section-tab-title-container a .av-outer-tab-title .av-inner-tab-title {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#news-list .av-tab-section-tab-title-container a .av-outer-tab-title .av-inner-tab-title:before {
  border-bottom: 3px solid teal;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 500ms ease-out;
  -o-transition: width 500ms ease-out;
  transition: width 500ms ease-out;
  width: 0;
}
#news-list .av-tab-section-tab-title-container a:first-of-type {
  padding-right: 50px !important;
}
#news-list .av-tab-section-tab-title-container a.av-active-tab-title .av-inner-tab-title {
  color: teal;
}
#news-list .av-tab-section-tab-title-container a.av-active-tab-title .av-inner-tab-title:before {
  width: 100%;
}
#news-list .av-layout-tab .avia-content-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5DC4D8;
  background-blend-mode: overlay;
  background-position: right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 40px;
  position: relative;
  width: calc((100% / 3) - 20px);
  margin: 10px;
  /*@include minmedia(1200px) {
					&:nth-of-type(3n + 2) {
						margin-left: 45px;
						margin-right: 45px;
					}	
				}
				
				@include between-media(768px, 1199px) {
					&:nth-of-type(2n + 2) {
						margin-left: 40px;
					}
				}*/
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap:before {
  content: "";
  background: #60B7B6;
  background-blend-mode: hard-light;
  background-position: right;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap:hover:before {
  opacity: 1;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap article {
  height: auto;
  margin-bottom: 0 !important;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content-header h3 {
  color: #fff !important;
  font-size: 28px !important;
  max-width: 27ch;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content time {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content {
  /* 					bottom: 0;*/
  font-size: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow: visible !important;
  /* 					position: absolute;*/
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content .read-more-link {
  font-size: 16px;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content .read-more-link a {
  background: #f27024;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none !important;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content .read-more-link a:hover {
  background: #d66523;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-content .entry-content .read-more-link .more-link-arrow {
  display: none;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-image {
  background: none;
  margin-bottom: 15px !important;
}
#news-list .av-layout-tab .avia-content-slider-inner .slide-image img {
  margin-left: 0;
}
#news-list .av-layout-tab#av-tab-section-1-1 .slide-content {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#news-list .av-layout-tab#av-tab-section-1-1 .slide-image {
  display: none;
}
.av-tab-section-tab-title-container {
  display: none !important;
}
/* Media Queries */
/* Small Desktop */
@media only screen and (max-width: 1199px) {
  #news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap {
    width: calc((100% / 2) - 20px) !important;
  }
  #upcoming-events .flex_column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 989px) {
  #upcoming-events .av-alb-blogposts .slick-track article .entry-content-wrapper p:before {
    right: 12% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .header_block {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    height: 75vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .header_block {
    height: 90vh !important;
    margin-bottom: 0 !important;
  }
  .header_block.animate_pattern.move_pattern .container {
    padding: 0 !important;
  }
  .header_block.animate_pattern.move_pattern .container .pattern_container {
    display: none;
  }
  #news-list .av-tab-section-tab-title-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #news-list .av-layout-tab .avia-content-slider-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #news-list .av-layout-tab .avia-content-slider-inner .slide-entry-wrap {
    max-width: 500px;
    width: 100% !important;
  }
}
/* Small Mobile */
@media only screen (max-width: 484px) {
  #news-list .av-tab-section-tab-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0 !important;
    max-width: 85%;
    min-width: 0 !important;
    padding: 0 !important;
  }
  #news-list .av-tab-section-tab-title-container .av-outer-tab-title {
    padding: 0 !important;
  }
  #news-list .av-tab-section-tab-title-container .av-tab-arrow-container {
    display: none;
  }
  #news-list .avia-content-slider-inner .slide-entry-wrap {
    padding: 30px !important;
  }
}
