/*

Theme Name: Xponent21 - Pro Child Theme 
Theme URI: https://theme.co/pro/
Author: Xponent21
Author URI: https://xponent21.com/
Description: Customizations for Tier 1 site made with ❤ by Xponent21.
Version: 1.0.0
Template: pro
test
*/
.select2-container--open .select2-dropdown {
  transform: translateY(2.2rem);
}

@media (max-width: 767px) {
  .has-read-more {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
  }
  .has-read-more.expand {
    max-height: 999999px;
  }
  .has-read-more.expand::after {
    display: none;
  }
  .has-read-more.expand .read-more {
    position: relative;
  }
  .has-read-more::after {
    content: '';
    background: white;
    background: -webkit-linear-gradient(top, rgba(22, 22, 22, 0) 0%, #ffffff 100%);
    background: linear-gradient(top, rgba(22, 22, 22, 0) 0%, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
  }
  .has-read-more .read-more {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 0;
  }
}
.extra-content-excerpt ul {
  margin-top: 2rem;
  list-style-type: square;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.extra-content-excerpt ul li {
  padding-bottom: 1.5rem;
  text-align: left;
}