/*BEGIN Image Utility */
.elearning-image--float-right {
  margin: 1em auto;
  max-width: 350px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .elearning-image--float-right {
    margin: 0 0 1em 1em;
    float: right;
  }

  .elearning-image--small {
    max-width: 300px;
  }

  .elearning-image--xlarge {
    max-width: 600px;
  }
}

/*END Image Utility */

/*BEGIN Anchor Link */

.anchor-link-row {
  display: flex;
  align-items: center;

  gap: 5px;
}

/* .anchor-link-row::before {
		padding-top: 60px;
		margin-top: -60px;
	} */

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-weight: 300;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  speak: none;
}

[class^="icon-"],
[class*=" icon-"] {
  padding-right: 5px;
}

[class*=" icon-"] {
  display: inline-block;
  /* width: 14px;
		height: 14px;
		margin-top: 1px;
		vertical-align: text-top;
		background-repeat: no-repeat; */
}

.icon-link:before {
  content: "\f0c1";
}

.elearning-anchor-link {
  cursor: pointer;
  color: #333;
  position: relative;
  margin: 0;
}

.elearning-anchor-link:hover:after {
  content: "Copy link to clipboard.";
  position: absolute;
  top: -22px;
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 1s ease-in;
  font-size: 0.9em;
}

.elearning-heading--style-1 {
  display: inline-block;
}

/*END Anchor Link */

/*BEGIN Layout Two across */
@media screen and (min-width: 768px) {
  .elearning--layout--two-across {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}

/*END Layout Two across */

.academic-technologies--page > div {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--uab-green);
}

/*BEGIN Localist Event - Simple List Override */

.localist-simple-list__title-link {
  font-size: 18px !important;
}

.localist-simple-list__date-time {
  font-size: 18px !important;
}

.localist-simple-list__item {
  padding: 10px 0 !important;
}

/*END Localist Event - Simple List Override */

/*BEGIN Localist Event - Stream Override */

.localist-stream__event-title-link {
  font-size: 1.4rem !important;
}

.localist-stream__event-title {
  line-height: 1 !important;
}

.localist-stream__date:before,
.localist-stream__location:before {
  display: none !important;
}

.localist-stream__date {
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.localist-stream__description {
  font-size: 18px !important;
}

.localist-stream__learn-more {
  display: none !important;
}

.localist-stream__item {
  background-color: var(--smoke-gray-7) !important;
}

.localist-stream__ul {
  padding: 0 !important ;
}

/*END Localist Event - Stream Override */

/*BEGIN Home Services */
.elearning--home--services {
  padding: 30px;
  box-sizing: border-box;
}

.elearning--home--services li {
  color: #1e6b52;
  text-align: left;
  margin-top: 0;
  margin: 0;
  background-color: #fff;
 
  margin-bottom: 0 !important;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

/* @media all and (max-width:900px) { */
.elearning--home--services li {
  margin-top: 10px;
}

@supports (display: grid) {
  .elearning--home--services ul img {
    flex-basis: 20%;
  }
}

.elearning--home--services ul img {
  max-width: 200px;
  align-self: flex-start;
  margin: 10px auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 10px auto;
  display: block;
}

@media all and (min-width: 600px) {
  .elearning--home--services li {
    display: flex;
  }

  .elearning--home--services ul img {
    max-width: 120px;
    margin: 0;
  }

  .elearning--home--services ul li:first-child img {
    max-width: 120px;
  }
}

.elearning--home--services li > div {
  flex-basis: calc(80% - 13px);
  flex-grow: 1;
  margin-left: 10px;
  color: #444;
}

.elearning--home--services h2,
.elearning--home--services p {
  text-align: center;
  margin-top: 0;
}

.elearning--home--services h3 {
  margin-top: 0;
  color: #1e6b52;
}

.elearning--home--services ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media all and (min-width: 900px) {
  .elearning--home--services ul {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
  }
}

.elearning--home--services ul li a {
  border-bottom: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.elearning--home--services ul li a:hover {
  background-color: transparent !important;
}

.elearning--home--services ul li:hover {
  color: #fff !important;
  background-color: #1e6b52 !important;
}

.elearning--home--services ul li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.elearning--home--services-container h2 {
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;

}

.elearning--home--services-container span {
  display: block;

}

.elearning--home--services-container li:hover span,
.elearning--home--services-container li:hover h3,
.elearning--home--services-container li:hover div {
  color: #fff !important;
}

.elearning--home--services--button {
  font-weight: 600;
  margin-top: 10px;

}



/*END Home Services */

/*BEGIN Home Top Links */
.elearning-home--top-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 768px) {
  .elearning-home--top-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.elearning-home--top-links li {
  overflow: hidden;
  position: relative;
}

.elearning-home--top-links li {
  min-height: 200px;
}

@media all and (min-width: 600px) {
  .elearning-home--top-links li {
    min-height: 350px;
  }
}

.elearning-home--image {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.elearning-home--top-links li a:hover + .elearning-home--image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.elearning-home--uab-canvas .elearning-home--image {
  background-image: url(/elearning/images/logos/UAB-Canvas-Image.jpg);
  background-size: 184%;
  background-repeat: no-repeat;
  background-position: 50% 26%;
  height: 100%;
  display: block;
}

.elearning-home--workshop .elearning-home--image {
  background-image: url(/elearning/images/pictures/home/workshops.jpg);
  background-size: cover;
  height: 100%;
  display: block;
}

.elearning-home--top-links a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 0 !important;
  z-index: 5;
}

.elearning-home--top-links a:hover {
  background-color: transparent !important;
}

.elearning-home--request-services .elearning-home--image {
  height: 100%;
  background-image: url(/elearning/images/pictures/home/training-support-services.jpg);
  background-size: cover;
  display: block;
}

.elearning-home--copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 1.6em !important;
  font-family: "kulturista-web", serif !important;
  border-top: 3px solid #80bc00;
  font-weight: 600;
  padding: 10px;
  line-height: 1.2;
}

.elearning-home--copy-background {
  height: 100px;
  background-color: #1e6b52;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media all and (max-width: 600px) {
  .elearning-home--top-links .elearning-home--image {
    height: 300px;
  }

  .elearning-home--top-links li {
    margin-top: 10px !important;
  }
}

/*END Home Top Links */

/*BEGIN Home Primary Items */
@media all and (min-width: 1200px) {
  @supports (display: grid) {
    .elearning-home--primary-items {
      display: flex;
    }
  }
}

.elearning-home--primary-items {
  max-width: 1280px;
  margin: 0 auto;
}

.elearning-home--primary-items .elearning-home--top-links {
  flex: 1 0 75%;
  margin: 0;
  padding: 0;
}

.elearning-home--primary-items .news-events--sidebar {
  flex: 1 0 calc(25% - 2em);
  margin: 0 1em;
  box-sizing: border-box;
}

.elearning-home--primary-items .uk-overlay {
  height: 100%;
}

/*END Home Primary Items */

/*BEGIN Testimonials */
.elearning--testimonial--wk .elearning--testimonial--copy:before,
.elearning--testimonial--wk .elearning--testimonial--copy:after {
  color: var(--uab-green);
  top: -5px;
  position: relative;
}

.elearning--testimonial--wk .elearning--testimonial--copy:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: -10px;
}

.elearning--testimonial--wk .elearning--testimonial--copy:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: -5px;
}

.elearning--testimonial--wk .elearning--testimonial--container {
  margin: 0 auto;
  padding: 40px 40px 0;
}

.elearning--testimonial--wk .elearning--testimonial--copy {
  position: relative;
  display: inline;
  font-size: 20px;
}

.elearning--testimonial--wk .elearning--testimonial--person {
  margin-top: 10px;
}

.elearning--testimonial--wk .elearning--testimonial--name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.elearning--testimonial--wk .elearning--testimonial--title {
  display: block;
}

.elearning--testimonial--wk .elearning--testimonial--affiliation {
  display: block;
}

/*END Testimonials */

/*BEGIN Jump Nav */

.elearning-jump-nav > span {
  font-weight: 600;
  display: block;
}

/*END Jump Nav */

/*#region Emphasis Areas */
.elearning--emphasis-areas > div {
  padding: 30px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.elearning--emphasis-areas h3 {
  color: var(--uab-green);
}

.emphasis-areas--button-container .btn--md {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: #1e6b52;
  --bs-btn-border-color: #1e6b52;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e6b52;
  --bs-btn-hover-border-color: #1e6b52;
  --bs-btn-focus-shadow-rgb: 30, 107, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e6b52;
  --bs-btn-active-border-color: #1e6b52;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1e6b52;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e6b52;
  --bs-gradient: none;
}

.emphasis-areas--button-container .btn--md:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

@media screen and (min-width: 850px) {
  .elearning--emphasis-areas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    clear: both;
    margin-top: 1em;
  }
}

.elearning--emphasis-areas > div {
  margin: 10px;
}

/*#endregion Emphasis Areas */

/*BEGIN elearning notes */

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.tip::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  padding: 3px;
  content: "\f672";
}

.caution::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  padding: 3px;
  content: "\f06a";
}

.note::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  padding: 3px;
  color: #000000;
  content: "\f05a";
}

.info-white::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  padding: 3px;
  color: #ffffff;
  content: "\f05a";
}

.elearning-caution {
  padding: 20px;
  box-sizing: border-box;
  border-left: 6px solid #ffd400;
  border-right: 0.5px solid #ffd400;
  border-top: 0.5px solid #ffd400;
  border-bottom: 0.5px solid #ffd400;
  max-width: 875px;
  background-color: #eee;
  color: #000000;
}

.elearning-note {
  padding: 20px;
  box-sizing: border-box;
  border-left: 6px solid #80bc00;
  border-right: 0.5px solid #80bc00;
  border-top: 0.5px solid #80bc00;
  border-bottom: 0.5px solid #80bc00;
  max-width: 875px;
  background-color: #eee;
  color: #000000;
}

.elearning-tip {
  padding: 20px;
  box-sizing: border-box;
  border-left: 6px solid #aa9767;
  border-right: 0.5px solid #aa9767;
  border-top: 0.5px solid #aa9767;
  border-bottom: 0.5px solid #aa9767;
  max-width: 875px;
  background-color: #eee;
  color: #000000;
}

.elearning--note-style {
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #80bc00;
}

.elearning-banner {
  padding: 30px;
  background-color: #1e6b52;
  color: #ffffff;
}

.elearning-banner h4 {
  color: #ffffff;
  text-align: center;
}

.elearning-banner a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

.elearning-banner a:hover {
  color: white !important;
}
/*END elearning notes */

/*BEGIN Link Style */
.elearning-bold-link {
  font-weight: 600;
}

/*END Link Style */

/*BEGIN Checkmark List */
.elearning--checkmark-list {
  list-style-type: none;
  padding-left: 30px;
}

.elearning--checkmark-list li {
  position: relative;
}

.elearning--checkmark-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: -27px;
  color: var(--uab-green);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*END Checkmark List */

/*BEGIN Emphasis Item */

.elearning--empasis-item h3 {
  color: var(--uab-green);
}

.elearning--empasis-item {
  padding: 30px;
  margin: 1em 0;
  background-color: var(--campus-green-15);
}

/*END Emphasis Item */

/*BEGIN Focus Box 3 */

.focus-box--3 {
  background-color: #f5f5f5;
}

.focus-box--3--text-container {
  padding: 1.5rem;
}

.focus-box--3--title {
  color: #1e6b52;
  font-size: 1.87875rem;
}

/*END Focus Box 3 */

/*BEGIN List Style */
.c-list-style-elearning {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 30px;
}

.c-list-style-elearning > li {
  counter-increment: my-awesome-counter;
  position: relative;
}

.c-list-style-elearning > li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: -25px;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #1e6b52;
  border-radius: 50%;
}

/*BEGIN List Style */

/*BEGIN Technical Support Icons */

.elearning-ticket:before,
.elearning-chat:before,
.elearning-phone:before,
.elearning-notification:before,
.elearning-link:before,
.elearning-cog:before,
.elearning-pencil:before {
  font-family: "Font Awesome 5 Pro";
  padding-right: 7px;
  color: var(--uab-green);
  font-size: 1.1rem;
  font-weight: 400;
  top: 2px;
  position: relative;
}

.elearning-ticket:before {
  content: "\f658";
}

.elearning-chat:before {
  content: "\f4b6";
}

.elearning-phone:before {
  content: "\f095";
}

.elearning-notification:before {
  content: "\f06a";
}

.elearning-link:before {
  content: "\f0c1";
}

.elearning-cog:before {
  content: "\f013";
}

.elearning-pencil:before {
  content: "\f044";
}

.technical-support--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*END Technical Support Icons */

/*BEGIN Last Updated */

.article-info-term {
  display: none;
}

.article-info.text-muted {
  color: #000;
}

.article-info-term .icon-calendar {
  display: none;
}

/*END Last Updated */

/*BEGIN Localist Events */

h3.localist-date__title  {
  line-height: 1.3 !important;
  font-size: 1rem !important;
}

.localist-date__item {
  align-items: flex-start;
}

.localist-date__item .localist-date__month {
  background-color: var(--uab-green) !important;
  color: var(--white) !important;
  border-color: var(--uab-green) !important;
}

.localist-date__day {
  background-color: #fff !important;
  color: var(--uab-green) !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.localist-date__item div.localist-day {
  box-shadow: none !important;
}

.localist-date__date-container {
  border: 1px solid var(--uab-green) !important;
}

.localist-date__item li {
  background-color: transparent !important;
}


.localist-date__location:before, .localist-date__time:before {
  display:none !important
}

.localist-date__item .localist-date__time {
  margin:0 !important;
}

/*END Localist Events */

/*BEGIN Blockquote */

blockquote {
  margin: 10px;
  border-left: 4px solid var(--uab-green);
  padding: 10px 0 10px 10px;
}

blockquote * {
  font-size: 16px;
  line-height: 1.4;
}

/*END Blockquote */

/*BEGIN Tech Support Styling */

.tech-support--technologies {
  list-style-type: none;
  padding: 0;
  display: grid;

  gap: 20px;
}

.tech-support--technologies a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: var(--smoke-gray-7);
  text-align: center;
  font-weight: 600;
  transition: all 0.1s ease-in-out;
}

.tech-support--technologies a:hover {
  background-color: var(--uab-green);
  color: #fff;
}

.tech-support--technologies a:hover,
.tech-support--technologies a:focus {
  background-color: var(--uab-green);
  color: #fff;
}

.tech-support--technologies a:active {
  background-color: var(--dragons-lair-green);
}

@media (min-width: 768px) {
  .tech-support--technologies {
    grid-template-columns: 1fr 1fr;
  }

  .tech-support--technologies li:first-child {
    grid-column: span 2;
  }
}

/*END Tech Support Styling */

/*BEGIN Back to Top */

.back-to-top {
  display: none;
}

.back-to-top-btn:hover > p,
.back-to-top:focus > .back-to-top-btn > p {
  display: block !important;
}

/*END Back to Top */
