
/***BEGIN WK Meet the Tutor Styling ***/


.wk-meet-the-tutors h3.uk-panel-title {
    text-align: center !important;
}

.wk-meet-the-tutors .uk-margin-small {
    color:#444;
}


/*** END WK Meet the Tutor Styling ***/



/***BEGIN Badge Styling***/

.wht-badge:after {
    position: absolute;
    bottom: -10px;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: rgba(30, 107, 82, .8) transparent transparent transparent;
}

/***END Badge Styling***/


/*
body.hd #page_bg {
  background-image: url("images/wideload/onestop_bg1.png"), url("images/wideload/onestop_bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
*/
section.majorMinor {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 1em;
}
.ghostButton.majorMinor a {
  font-size: 19px;
  margin: 7px 2px 2px;
  padding: 0.4em;
}
.majorMinor h2 a {
  font-family: "din-condensed-web" !important;
  font-size: 1.4em;
  text-transform: uppercase;
}
section.majorMinor > h3 {
  font-size: 27px !important;
  margin-top: 0.7em;
  text-transform: uppercase;
}
.majorMinor .twoCol > li {
  border-bottom: 1px solid #e8e8e8;
  list-style: outside none none;
  padding: 7px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.majorMinor li a {
  color: #555555;
  font-size: 15px;
}
.majorMinor li:hover {
	background-color: #ebfeec;
}
body.hd .srfrRow {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
body.hd #footer > div {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  margin: 0 !important;
  padding: 0;
}

@media screen and (min-width: 641px) {
	.announceBanner .uk-cover-background {
		margin-top: 0px;
	}
}

/* ACADEMIC SUCCESS CENTER */

#content .ascVision {
	width: 45%; 
	float: left; 
	margin: 0 0 0 40px;
	font-size: 1.4em;
	padding: 0;
	text-align: center;
}
#content .ascMission {
	width: 45%; 
	float: right; 
	margin: 0 0 0 40px;
	font-size: 1.4em;
	padding: 0;
	text-align: center;
}
/*
#content .ascLogo {
	text-align: center; 
	display: block; 
	float: right; 
	width: 34%; 
	margin: 0 auto;
	margin-top: 20px;
}
*/
/* ACADEMIC SUCCESS CENTER */

/* BEGIN EMSAP */

.emsapButtons ul.goodLinks {
  margin: auto;
}

ul.goodLinks {
  padding:0;
}

.emsapPopover .uk-icon-plus-square-o::before {
  content: "+" !important;
}

.emsapPopover .uk-icon-button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #444;
}

/* END EMSAP */

/*Button override */

.btn-success {
  background-color:var(--uab-green);
  border:none;

}

.btn-success a {
 text-decoration:none;
 color:#fff;
  
}


/*--BEGIN Accordion ***/

.v2-accordion-wrapper .uk-accordion-content {
  background-color: #eee;
  border-top: 4px solid #1e6b52;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.v2-accordion-wrapper .uk-accordion-title:after {
  background-color: #82c140;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  color: #fff;
  text-align: center;
  content: "";
  left: 0.1em;
  top: 0.23em;
}

.v2-accordion-wrapper .uk-accordion-title:before {
  content: "+ ";
  position: absolute;
  z-index: 1;
  left: 0.35em;
  color: #fff;
  font-size: 1.2em;
  top: 0.14em;
}

.v2-accordion-wrapper .uk-accordion-title.uk-active:before {
  position: absolute;
  left: 11px;
  top: 1px;
  content: "-";
}

.v2-accordion-wrapper .uk-accordion-title {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.v2-accordion-wrapper h3.uk-accordion-title {
  margin-top: 0.3em !important;
  padding-left: 1.7em !important;
  font-size: 1.3em;
  padding-bottom: 0.3em !important;
  margin-bottom: 0 !important;
}

/*--END Accordion ***/
