@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

/* Headings */

.user_content h1,
.user_content h2,
.user_content h4,
.user_content h5,
.user_content h6 {
  color: #2e2c70;
  font-weight: bold;

}

.user_content h3 {
  color: #e11923; 
  font-weight: bold;
 
}

/* Need this for columns from bootstrap */

.user_content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* banner  */

.user_content .aibt-banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 1em 0;
}
.user_content .aibt-banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.user_content .aibt-banner .aibt-banner-inner {
  position: absolute;
  top: 200px;
  left: 0px;
  padding: 1em;
  background: #f5f5f5;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.29));
  opacity: 0.9;
}

.user_content .aibt-banner .aibt-banner-inner h2 {
  color: #e11923;
  font-weight: bold;
}
.user_content .aibt-banner .aibt-banner-inner h3 {
  font-weight: bold;
  color: #2e2c70;

}



/* Home page topics  */

.user_content .aibt-topics-group {
  margin: 1em 0;
}
.user_content .aibt-topic-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.user_content .aibt-topic-card img {
  object-fit: cover;
  height: 250px;
}

.user_content .aibt-topic-card h5 {
  font-weight: bold;
  font-size: 1.2em;
}
.user_content .aibt-topic-card-body {
  padding: 0 1em;
}

.user_content .aibt-topic-card-body .btn {
  width: 90%;
}

@media (min-width: 576px) {
  .user_content .aibt-topics-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
  }

  .user_content .aibt-topics-group > .aibt-topic-card {
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 0;
  }
}

/* Attribution */
.user_content .aibt-attribution {
  text-align: center;
  padding: 0 2em;
  font-size: 0.7em;
}

/* Tables */

.user_content table,
.user_content table tr,
.user_content table th,
.user_content table td {
  border-color: #ffffff;
}
.user_content table th {
  background: #2e2c70;
  color: #ffffff;
  font-weight: bold;
}

.user_content table td {
  background: #f2f2f2;
  color: #000000;
}

/* Trainer information box */

.user_content .aibt-trainer-infomation {
  background: #f2f2f2;
  padding: 1em 2em;
}

.user_content .aibt-trainer-infomation .row {
  padding: 1em;
}

.user_content .aibt-trainer-infomation > h3 {
  color: #e11923;
  font-weight: bold;
}

.user_content .aibt-trainer-infomation h4 {
  font-weight: bold;
}

/* Headings with icons */

.user_content .aibt-trainer:before,
.user_content .aibt-contact:before,
.user_content .aibt-classschedule:before,
.user_content .aibt-officehours:before,
.user_content .aibt-heading-reading:before,
.user_content .aibt-heading-watch:before,
.user_content .aibt-heading-reflect:before,
.user_content .aibt-heading-thinking:before,
.user_content .aibt-heading-research:before,
.user_content .aibt-heading-casestudy:before,
.user_content .aibt-heading-activity:before,
.user_content .aibt-heading-objective:before {
  font-family: FontAwesome;
  color: #e11923;
  padding-right: 5px;
}
.user_content .aibt-trainer:before {
  content: "\f007";
}
.user_content .aibt-contact:before {
  content: "\f0e0";
}
.user_content .aibt-classschedule:before {
  content: "\e594";
}
.user_content .aibt-officehours:before {
  content: "\f64a";
}

.user_content .aibt-heading-reading,
.user_content .aibt-heading-watch,
.user_content .aibt-heading-reflect,
.user_content .aibt-heading-thinking,
.user_content .aibt-heading-research,
.user_content .aibt-heading-casestudy,
.user_content .aibt-heading-activity,
.user_content .aibt-heading-objective {
  color: #e11923;
  font-weight: bold;
}

.user_content .aibt-heading-reading:before {
  content: "\f5da";
}
.user_content .aibt-heading-watch:before {
  content: "\f26c";
}
.user_content .aibt-heading-reflect:before {
  content: "\f5dc";
}
.user_content .aibt-heading-thinking:before {
  content: "\f0eb";
}
.user_content .aibt-heading-research:before {
  content: "\f5fc";
}
.user_content .aibt-heading-casestudy:before {
  content: "\f07b";
}
.user_content .aibt-heading-activity:before {
  content: "\f46c";
}
.user_content .aibt-heading-objective:before {
  content: "\f05b";
}

/* quote boxes  */

.user_content .aibt-quote {
    position: relative;
    padding: 1em 3em;
    background: #EEEEF8;
    border: none;
}

.user_content .aibt-quote p {
  font-weight: normal;
}

.user_content .aibt-quote:before,
.user_content .aibt-quote:after

  {
  font-family: FontAwesome;
  position: absolute;
  color: #2e2c70;
  font-size: 1.2em;

}

.user_content .aibt-quote:before
{top: 1em;

left: 1em;
  content: "\f10d";
}
.user_content .aibt-quote:after
  {top: 1em;
right: 1em;
  content: "\f10e";
}

.user_content .aibt-quote-source {
  font-weight: bold;
  
}


/* info boxes  */

.user_content .aibt-warning h4:first-child:before,
.user_content .aibt-information h4:first-child:before,
.user_content .aibt-copyright h4:first-child:before
  {
  font-family: FontAwesome;
  padding-right: 5px;
}

.user_content .aibt-warning h1,
.user_content .aibt-warning h2,
.user_content .aibt-warning h3,
.user_content .aibt-warning h4,
.user_content .aibt-warning h5,
.user_content .aibt-warning h6 {
  color: #e11b22;
  font-weight: bold;
}

.user_content .aibt-warning h4:first-child:before {
  content: "\f071";
  color: #e11b22;
}

.user_content .aibt-warning {
  background: #fbe1e2;
  padding: 0.5em 1em;
  border-left: 4px solid #e11923;
}

.user_content .aibt-information h1,
.user_content .aibt-information h2,
.user_content .aibt-information h3,
.user_content .aibt-information h4,
.user_content .aibt-information h5,
.user_content .aibt-information h6 {
  color: #2e2c70;
  font-weight: bold;
}

.user_content .aibt-information h4:before {
  content: "\f06a";
  color: #2e2c70;
}

.user_content .aibt-information {
  background: #eeeef8;
  padding: 0.5em 1em;
  border-left: 4px solid #2e2c70;
}

.user_content .aibt-copyright h1,
.user_content .aibt-copyright h2,
.user_content .aibt-copyright h3,
.user_content .aibt-copyright h4,
.user_content .aibt-copyright h5,
.user_content .aibt-copyright h6 {
  color: #444;
  font-weight: bold;
}

.user_content .aibt-copyright h4:before {
  content: "\f1f9";
  color: #444;
}

.user_content .aibt-copyright {
  background: #f5f5f5;
  padding: 0.5em 1em;
  border-left: 4px solid #444;
}
