h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family) !important;
}
#t4-slideshow {
    padding: 20px 0 100px 0;
}
#t4-section-top {
    margin-top: -50px;
}
#t4-header{
    padding: 15px 0;
}
.logo-img {
  height: 175px;
  width: auto;
}
.t4-section-top .text {
    padding: 20px;
    background: #f5f5f5;
}
.module-ct p:last-child {
    margin-bottom: revert;
}
.moduletable {
  border: none;
  padding: 1rem;
  border-radius: .25rem;
  margin: 1rem auto;
}
.committee .blog h2{
    display: none;
}
.committee .article-aside{
    display: none;
}
.committee .items-row .item{
    padding: 0 !important;
}
.committee summary::marker{
    color: #ffffff;
}
.committee summary{
    background-color: #0072BC;
    padding: 1rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.committee details{
    width: 100%;
    margin: 0 auto;
    background: #282828;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    overflow: hidden;
    color: #FFFFFF;
}
.committee details p{
    padding: 10px;
}
.category-desc{
    background-color: #0072BC;
    color: #fff;
    font-size: 20px;
}
.topbar-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #fff;
    float: right;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;

}

.overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 1rem 1rem 1rem; /* extra top padding */
  transition: top 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  box-sizing: border-box;

  /* start with a reasonable font-size that JS will adjust */
  font-size: 1rem;
  line-height: 1.4;
}

.wf-column:hover .overlay {
  top: 0;
}
.nametag{
    background: #0072BC;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    min-height: 100px;
    align-items: center;
}
.topbarleft{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    float: left;
}
.t4-header {
  border-bottom: 1px solid #333;
}
.intro {
    background-color: #0072BC;
    color: #fff;
    font-size: 20px;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: .25rem;
    border: 1px solid #e9ecef;
}
.cpfc-section-row {
  display: flex;
  gap: 20px; /* spacing between boxes */
  align-items: stretch; /* ensures both boxes are same height */
}

.cpfc-box {
  flex: 1; /* equal width */
  display: flex;
  flex-direction: column; /* text goes under image */
}

.cpfc-box-image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.cpfc-box-text {
  padding: 10px;
  background: #f8f8f8; /* optional: visual distinction */
  flex-grow: 1; /* ensures text area stretches to match box height if needed */
  display: flex;
  flex-direction: column;
  justify-content: center; /* optional: center text vertically */
  transition: all .5s ease-out;
}

.cpfc-btn-primary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.cpfc-btn-primary:hover {
  background: #0056b3;
}
.cpfc-box {
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
transition: all .5s ease-out;
}
.cpfc-box:hover {
 box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.cpfc-box-text:hover {
  background: #666;
  color: #fff;
}
.achievements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.achievement-column {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  box-sizing: border-box;
}

.achievement-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.achievement-item img {
  width: 100%;
  height: 250px; /* Uniform height */
  object-fit: cover;
  display: block;
  border-bottom: 3px solid #0072BC;
  
}

.achievement-label {
  background-color: #0072BC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.75rem 0.5rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .achievement-column {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .achievement-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 25px;
}
.btn, .blog-list .item-readmore a {
  font-family: var(--heading-font-family);
  font-size: 150%;;
}
.module-title {
  font-size: 2rem;
}
a:hover, a:focus, a:active {
  color: #d7d7d7;
}
.topbarleft .social-list li a{
    background-color: #0072BC;
    color: #ffffff !important;
}
.topbarleft .social-list li a:hover{
    background-color: #FD7E14;
}
.footnav-3 .social-list li a:hover{
    background-color: #FD7E14;
    color: #FFFFFF;
}
div#n2-ss-5 {
    font-family: inherit !important;
    text-transform: uppercase;
}
#userForm h2{
    display: none;
}
.contact .wf-column{
    background-color: #0072BC;
    color: #FFFFFF;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
.contact .wf-column a{
    color: #FFFFFF;
}
.contact .wf-column a:hover{
    font-weight: bold;
}
.contact .flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-control{
    max-width: none;
}
.rsform-submit-button{
    background-color: #FD7E14 !important;
    width: 100%;
}
.footnav-2 a{
    color: var(--footer-link-color) !important;
}
@media(max-width: 767px){
    .topbar-buttons{
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 575px){
    .topbarleft{
        justify-content: center;
        align-items: center;
        float: none;
    }
}
.image-container > img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media(min-width: 992px){
    #triggerButton{
        display: none;
    }
}
@media(max-width: 991px){
    .navbar-toggler{
        display: none;
    }
}
.teamtag{
    background: #0072BC;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.footnav-3 p a{
    color: #ffffff !important;
}
.item-title a {
  display: inline-block;
  padding: var(--t4-btn-padding-y) var(--t4-btn-padding-x);
  font-family: var(--t4-btn-font-family);
  font-size: var(--t4-btn-font-size);
  font-weight: var(--t4-btn-font-weight);
  line-height: var(--t4-btn-line-height);
  color: var(--t4-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--t4-btn-border-width) solid var(--t4-btn-border-color);
  border-radius: var(--t4-btn-border-radius);
  background-color: var(--t4-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: var(--color-secondary);
  color: #ffffff;
  border-color: var(--color-secondary);
  --t4-btn-padding-y: 1rem;
  --t4-btn-padding-x: 2rem;
  --t4-btn-font-size: 2.25rem;
  --t4-btn-border-radius: 0.3rem;
  --t4-btn-color: #fff;
  --t4-btn-bg: #6c757d;
  --t4-btn-border-color: #6c757d;
  --t4-btn-hover-color: #fff;
  --t4-btn-hover-bg: #5c636a;
  --t4-btn-hover-border-color: #565e64;
  --t4-btn-focus-shadow-rgb: 130, 138, 145;
  --t4-btn-active-color: #fff;
  --t4-btn-active-bg: #565e64;
  --t4-btn-active-border-color: #51585e;
  --t4-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --t4-btn-disabled-color: #fff;
  --t4-btn-disabled-bg: #6c757d;
  --t4-btn-disabled-border-color: #6c757d;
}
.item-title a:hover {
  opacity: 0.85;
}
.com-content-category-blog__child h3 {
    text-align: center;
}
.bottom-a .module-title, .bottom-b .module-title, .bottom-a .nav, .bottom-b .nav {
    text-align: center;
    width: 100%;
}