.ghostButton {
  margin: auto;
  margin-bottom: 10px;
  text-align: center !important;
}

.ghostButton a {
  border: 2px solid #cfcfcf;
  color: #656565 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "din-condensed-web", sans-serif !important;
  font-size: 20px;
  font-weight: normal !important;
  margin: 5px;
  padding: 0.5em 0.7em 0.4em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.visible-phone .ghostButton a {
  font-size: 19px;
  padding: 0.2em;
}

.ghostUABGreen a:hover {
  background: #1e6b52 none repeat scroll 0 0;
  border: 2px solid #1e6b52;
  color: #f4f4f4 !important;
  text-decoration: none;
}

/*********************************** END .stickyNav & .ghostButton */
/*********************************** BEGIN Widgetkit overrides */

.nur-popover a.wk-popover-toggle {
  background: rgba(0, 0, 0, 0) url("images/global/red_map_marker-01.png")
    no-repeat scroll 0 0 / contain;
  display: block;
  height: 23px;
  width: 17px;
}

/*********************************** END Widgetkit overrides */

/*BEGIN Testimonials */

.son-testimonials img {
  border-radius: 100%;
}

/*END Testimonials */

/*BEGIN Learn More Buttons */

.learnMore {
  background-color: #fafafa;

  border-radius: 2px;
  box-sizing: border-box;
  color: var(--uab-green);
  margin: 1em 0;
  padding: 1em 0.5em 1em 2em;
  position: relative;
  transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out;
}
.learnMore a:after,
.learnMore a:before {
  transition: border 0.4s ease-out;
}
.learnMore a:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.learnMore a:after {
  border-left: 5px solid #1e6b52;
  bottom: 0.5em;
  content: "";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0.5em;
}
.learnMore:hover a:after {
  border-left: 5px solid #82c140;
}
.learnMore:hover {
  background-color: #eee;

}
.learnMore a {
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none;
}
.learnMore span {
  display: block;
  font-size: 16px;
  line-height: 1.4em !important;
}

/*END Learn More Buttons */

/*BEGIN Banner */

[role=banner] img {
  width:100%;
}

/*END Banner */

/*BEGIN Quote Slider */

.quoteSlider {
  min-height: 165px;

}
.quoteText,
.quoteCite {
  margin: 0 auto;
  width: 85%;
             text-align: center;
}
.quoteText {
  font-size: 18px;
  font-style: italic;
  margin: initial;
  width: initial;
             text-align: center;
}
.quoteCite {
  font-size: 14px;
  padding-top: 20px;
  text-align: right;
             text-align: center;
}
@media (min-width: 700px) {
 
  .quoteSlider {
    min-height: 145px;
  }
  .quoteText {
    font-size: 26px;
  }
  .quoteCite {
    font-size: 20px;
  }
}

/*END Quote Slider */