/* BEGIN Tagged Feeds Styling - MOVE TO GLOBAL CSS */
.tag-category li.list-group-item.list-group-item-action {
  --bs-list-group-border-width: 0px;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

/* END Tagged Feeds - MOVE TO GLOBAL CSS */

/* BEGIN UAB Forms module */
.wFormFooter {
  display: none;
}

p.supportInfo {
  display: none;
}

/* END Hide Unneeded Elements in UAB Forms module */

/* Change H1 to Proxima Nova */
.h1,
h1 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .page-header h1 {
    font-size: 3.6125rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .page-header h1:after {
    content: " ";
    display: block;
    width: 50px;
    height: 6px;
    background-color: #1e6b52;
    margin: 20px 0 25px;
  }
}

/* BEGIN UAB Banner with Intro and Image */
.uab-banner-with-intro__image-text-box.xl\:tw-shadow-2xl {
  --tw-shadow: none;
  box-shadow: none;
}

/* END UAB Banner with Intro and Image */
/* BEGIN Breadcrumbs */
.breadcrumb {
  margin-bottom: 15px !important;
}

/* END Breadcrumbs */

/* BEGIN Profile and Button Styling  */
.lg-gray-btn a {
  background: transparent;
  border: 2px solid #00704a;
  color: #00704a !important;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 94%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.lg-gray-btn a:hover {
  background-color: #00704a;
  color: #fff !important;
  text-decoration: none;
}

.profile-btn,
.sm-gray-btn,
.lg-gray-btn a:link {
  text-decoration: none !important;
}

.sm-gray-btn a {
  background: transparent;
  border: 1px solid #00704a;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  margin-top: 10px;
  min-width: 130px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sm-gray-btn a:hover {
  background-color: #00704a;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fac-profile-buttons {
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
}

.profile-btn {
  position: relative;
}

.profile-btn a {
  background: #00704a;
  color: #fff;
  float: left;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 130px;
  padding: 5px 15px 4px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.profile-btn a:hover {
  background-color: #005134;
  color: #fff !important;
}

.profile-header {
  background: rgba(0, 0, 0, 0.02);
  background-size: 4.5px;
  border-top: 2px solid #00704a;
  display: inline-block;
  margin: 0 0 2% 0;
  padding: 1% 3% 3%;
  width: 100%;
}

/* END Profile and Button Styling  */

/* BEGIN Content callout container  */
.content-callout {
  padding: 3rem;
  border-width: 1px;
  border-style: solid;
  border-color: #b9babc;
  border-top: 3px solid #1e6b52;
  overflow: hidden;
}

/* END Content callout container  */

/*BEGIN Form Fix */

form#userForm {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

/*END Form Fix */
