#eagleMembers .owl-nav {
display: none !important;
}

#eagleMembers > div.owl-nav > button.owl-next > span, #eagleMembers > div.owl-nav > button.owl-prev > span {display: none;}

/* Increase Hyperlink Font Size on Events List Page */
#Main57588 a {
    font-size: 15px;
}

/* Increase Hyperlink Font Size on SW Program List Page */
#Main57555 a {
    font-size: 15px;
}

/* Update Event Titles */
#Main57588 h1 small {
    font-weight: bold;
font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #003366;
}

/* Make 4 column headers on homepage linkable */

.Four-Icons h2 a {
    font-family: 'BenchNine', sans-serif;
    color: #FFBE0B;
    font-size: 36px;
    padding: 0 0 25px 0;
}


.Four-Icons h2 a:hover {
    color: #003366;
    text-decoration: underline;}
}

/* Updates to Website Colors */
.sponsors {
    background: #EDC705 !important;
}

#eagle a {
    color: #EDC705 !important;
    background-color: #09558F !important;
}

#join a {
    color: #EDC705 !important;
    background-color: #09558F !important;
}

#Submit a {
    color: #EDC705 !important;
    background-color: #09558F !important;
}

.date {
    background: #EDC705 !important;
}

/* Hide Sub-Footer */
.SubFooter {
    background: #fff;
}

/* Lower My UAJ Account Button */
.SearchDiv {
    margin: 45px 0 0;
}

/* Move Follow Us Content in Footer */
@media screen and (min-width: 1200px){
.Follow {
    margin-left: 100px !important;
}}

/* Color Change to Annual Partners Carousel */
.bottom-row h2 {
    color: #334F6E;
    background: #B58C2C;
}

/* Color Change to Annual Partners Carousel */
a.annualPartnersLink {
    color: #334F6E;
}

/* Color Change to Annual Partners Carousel */
.annual-Partners-btn {
    background: #B58C2C;
}


#annualPartners .owl-nav {
  height: 0;
  bottom: 42px;
  top: auto;
}

.Follow li a {
  padding: .2em!important;
}



/* Inline #20 | https://www.utaj.org/ */

.footer h2 {
  text-align: center !important;
}

.footer ul {
  text-align: center;
}

.top-header {
  margin: 0 0 20px;
  font-size: 14px;
  color: #fff;
  background: #334f6e;
  padding: 13px 0 0px;
  height: 50px;
}

.footer .Contact h2 {
  margin-left: 12%;
}
.span7.top-link {
  widtH: 100%;
}

/* Update to UploadDocuments Page Buttons */
#Main57561 .btn.btn-primary {
    color: #fff;
}

/* Target the button by its unique name attribute */
button[name="btnRegNow"] {
    font-size: 0 !important; /* Hides the original "Register Now" text */
    height: 30px;
}

/* Inject the new text */
button[name="btnRegNow"]::after {
    content: "Register";
    font-size: 14px; /* Set this to your preferred button text size */
    visibility: visible;
    height: 30px !important;
}
