:root {
  --clr-pvc-yellow: #DCFF24;
  --clr-pvc-blue: #2300AF;
  --clr-pvc-purple: #E3DFFF;

  --clr-prospect: #FF6521;
  --clr-rm: #FFDC00;
  --clr-gm: #8CC196;
  --clr-yield: #D45BFF;

  --clr-dark: #222222;
  --clr-white: #fff;
  --clr-grey: #646464;
  --clr-black: #222222;
  --cardheight: 360px;
  --cardwidth: 260px;
}

::marker {
  color: var(--clr-pvc-yellow);
}


body {
  font-family: Host Grotesk, Inter, Arial, Helvetica, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

/* .pvc-footer {
  margin: 16px;
  padding: 16px;
  text-align: center;
} */

.pvc-h1 {
  color: #000;
  text-align: center;
}

.pvc-h1-black {
  font-size: 1.5em;
  color: #000000;
}

.pvc-h2 {
  color: var(--clr-dark);
  font-family: 'Rethink Sans Medium', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2em;
  margin-top: 24px;
}

.pvc-h3 {
  color: #000;
  font-size: 1.2em;
}

.pvc-course-runtime {
  font-size: 1em;
  color: #000;
}

.pvc-LP-GroupKey {
  color: var;
}

.pvc-vision {
  color: var(--clr-grey);
}

.pull-left {
  text-align: left;
  padding-left: 30px;
}

.small {
  font-size: small;
  padding-right: 20px;
  line-height: 1.5em;
}

/* MAIN GRID SETUP  */
/************************************************/
@media only screen and (min-width: 860px) {
  .pvc-main-wrapper {
    margin: 50px auto;
    max-width: 1100px;
    background-color: var(--clr-white);
   /* box-shadow: 0px 4px 16px rgba(6, 0, 97, 0.15); */
    border-radius: 4px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "pvc-Header pvc-Header"
      "pvc-Introduction pvc-Introduction"
      "pvc-CourseDescription pvc-CourseDescription"
      "pvc-learning-outcomes pvc-learning-outcomes";
  }
}

@media (max-width: 860px) {
  .pvc-main-wrapper {
   /* box-shadow: 0px 4px 16px rgba(6, 0, 97, 0.15); */
    grid-template-areas:
      "pvc-Header"
      "pvc-Introduction"
      "pvc-CourseDescription"
      "pvc-learning-outcomes";
  }
}

.pvc-Header {
  grid-area: pvc-Header;
  border-radius: 4px 4px 0 0;
  background-color: var(--clr-white);
  padding-top: 16px;
  padding-bottom: 16px;
}
.pvc-Introduction {
  grid-area: pvc-Introduction;
  margin-left: 30px;
  margin-right: 30px;
}

.pvc-learning-outcomes {
  grid-area: pvc-learning-outcomes;
  margin-bottom: 30px;
  padding: 30px;
  max-width: 100%;
}
.pvc-learning-outcomes-header {
  text-align: left;
  width: 100%;
  font-size: 1em;
  color: var(--clr-cobalt);
}
.pvc-learning-outcomes-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pvc-learning-outcomes-item {
  background-color: var(--clr-white);
  width: 100%;
  padding: 16px 60px;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(6, 0, 97, 0.15);
}

.pvc-CourseDescription {
  grid-area: pvc-CourseDescription;
  max-width: 100%;
  padding: 30px 0px;
  text-align: center;
  background: var(--clr-white);
}


/* images for flip card */
.flip-card-img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

/* container for one card*/
/**************************/
.flip-card {
  display: inline-block;
  background-color: transparent;
  width: 250px;
  height: 360px;
  margin: 8px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
/**************************/
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* card front */
/**************************/
.flip-card-front {
/*   display: flex; */
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  height: 360px;
}

/* align the course text in the bottom center of the front */
.container-course-name-front {
/*   display: flex; */
/*   align-items: center; */
  justify-content: center;
  width: 100%;
}
.course-name-front {
  color: var(--clr-pvc-blue);
  font-size: 1.2em;
  padding-left: 16px;
  padding-right: 16px;
}

/* card back */
/**************************/
.flip-card-back {
  background-color: #fff;
  height: 360px;
  max-height: 360px;
  border-radius: 4px;
  text-align: center;
  transform: rotateY(180deg);
}

.course-name-back {
  color: var(--clr-dark);
  text-align: left;
  padding: 12px;
  margin: 4px;
}
.provider-details {
  color: #000;
  line-height: 1.3em;
  font-size: 0.9em;
  padding: 0px 12px;
  text-align: left;
}

/* Style the course card button */
/**************************/
.btn-container {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
.flip-card-btn-link {
  color: var(--clr-white);
  background-color: var(--clr-dark);
  font-size: 0.8em;
  padding: 8px 40px;
  margin-top: 8px;
  max-width: 100%;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.flip-card-btn-link:hover {
  color: var(--clr-dark);
  background: var(--clr-pvc-yellow);
  font-size: 0.8em;
  text-decoration: none;
  border-width: 1px;
  border-style:solid ;
  border-color: var(--clr-dark);

}
