 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#ed601a
#990000
#ffffff
#ffc67a
#030d10
*/
@font-face {
  font-family: markprobook;
  src: url('https://s3.us-east-1.amazonaws.com/static.northpass.com/vertafore/fonts/MarkPro-Book.otf');
  
}

@font-face {
font-family: markprobookitalic;
  src: url('https://s3.us-east-1.amazonaws.com/static.northpass.com/vertafore/fonts/MarkPro-BookItalic.otf');

}
@font-face {
  font-family: markprobold;
  src: url('https://s3.us-east-1.amazonaws.com/static.northpass.com/vertafore/fonts/MarkPro-Bold.otf');
}
@font-face {
  font-family: markprobolditalic;
  src: url('https://s3.us-east-1.amazonaws.com/static.northpass.com/vertafore/fonts/MarkPro-BoldItalic.otf');
}
body {
    background: #ECF0F1;
    font-family: markprobook;
    
}

h1, h2, h3, h4 {
  font-family: markprobold;
  margin: unset;
}
.np-learning-path-outline-name {
  color: #fff;
}

.blue-border {
    border: 5px solid #00d6eb;
    border-radius: 15px;
}



/*
    3.20 - HOMEPAGE SECTION - FEATURED COURSES
*/
.np-learning-path-items-count {
  color: #ffff;
}
.np-card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.np-card-content {
  
  background-color: #364043;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.np-card-content-title {
  color: #ffff;
}
.np-homepage-featured-courses .np-card-container {
    margin-bottom: 32px;
    border-radius: 8px;
  }
  .np-homepage-featured-courses .col-xs-12:last-child .np-card-container {
    margin-bottom: 0;
  }
  .np-featured-course {
    display: block;
  }
  .np-featured-course.np-learning-path .np-card-content-progress {
    color: #fff;
  }
  .np-featured-course .np-card-content-title {
    flex: 0;
    margin: 0 0 2px;
  }
  .np-featured-course .np-card-content-subtitle {
    opacity: 0.5;
  }
  .np-featured-course .np-card-content-description {
    color: #fff;
    display: block;
    line-height: 20px;
    font-size: 1rem;
  }
  .np-featured-course .np-card-image-content-top {
    width: 90%;
  }
  .np-featured-course-img-container {
    position: relative;
  }
  .np-featured-course .np-card-text-wrapper {
    flex: 2;
  }
  
  @media (min-width: 992px) {
    .np-featured-course {
      display: flex;
    }
    .np-featured-course-img-container img {
      position: absolute;
     
    }
    .np-featured-course-img-container {
      width: 40%;
    }
  
  }
  
  @media (min-width: 1200px) {
    .np-featured-course-img-container {
      width: 33.33%;
    }
  }
  
  @media (max-width: 900px) {
    .image-top-course-styling {
      margin-bottom: 0 !important;
    }
    .np-course-banner, .np-top-image-spacing {
      margin-bottom: 0 !important;
    }
    .np-top-cta {
      margin-top: 0;
      border-radius: 0 0 8px 8px !important;
    }
    .np-course-banner-image {
      border-radius: 8px 8px 0 0 !important;
    }
    .np-course-title {
      font-size: 1.1rem !important;
    }
   
    .p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 {
      font-size: 3.5vw !important;
    }
    .np-course-details {
      position: relative;
      top: 15px;
    }
  
  }

  /*
    3.20 - HOMEPAGE SECTION - FEATURED COURSES END
*/