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

#fffdf4
#eb0000
#d60000
#001a45
#001a45
#ffffff
*/


@font-face {
    font-family: "proxima nova";
    src: url("https://s3.amazonaws.com/static.northpass.com/Foleon+/Mark+Simonson+-+Proxima+Nova+Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "proxima nova";
    src: url("https://s3.amazonaws.com/static.northpass.com/Foleon+/Mark+Simonson+-+Proxima+Nova+Regular.otf");
    font-weight: 600;
}
@font-face {
    font-family: "proxima nova";
    src: url("https://s3.amazonaws.com/static.northpass.com/Foleon+/Mark+Simonson+-+Proxima+Nova+Light.otf");
    font-weight: 400;
}
@font-face {
    font-family: "proxima nova";
    src: url("https://s3.amazonaws.com/static.northpass.com/Foleon+/ProximaNova-Extrabld.ttf");
    font-weight: 900;
}

body {
    font-family: "proxima nova",sans-serif;
    color: #001a45;
}

.np-sub-navigation-content-item-active, .np-sub-navigation-content-item-link , .np-sub-navigation-content-item-icon {
    color: #001a45;
}

.np-sub-navigation-content-item-active .np-sub-navigation-content-item-link {
    color: #001a45;
}
.footer-content-flex-end {
    display: flex;
    justify-content: flex-end;
}

.margin-top-text {
    margin-top: 4%;
}

.text-color-white {
    color: #fff;
}
.np-sub-navigation-content-item-link, .np-header-desktop-nav-link {
    font-weight: bold;
  }

  .np-header-desktop-nav{
    width: 100%;
  }

  .np-header-sign-in {
    width: 30%;
}
.all-courses-card-image {
    border-radius: 4px;
    display: block;
    height: 100%;
    width: 100%;
}
.all-courses-card-container {
    position: relative;
  }
.see-all-btn {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}
.np-homepage-featured-courses {
    justify-content: normal;
}

.np-homepage .np-card {
    padding: 12px 12px;
} 

.sub-nav-a-element-active {
    background-color:#a000e4 ;
    height: 6px;
    width: 80%;
    border-radius: 8px;
    color: #001A45;
    font-weight: bold; 
}


.np-sub-navigation-content-item-link {
    font-size: 16px !important;
    color: #001A45 !important;
    font-weight: 700;
}
.np-powered-by {
    background: #fff;
}
@media screen and (min-width: 768px) {
.np-sub-navigation-content-item {
  margin: 0 16px;
}
.np-learning-paths .np-learning-path-image {
  min-height: unset;
  align-self: unset;
}
}

/* Carousel */

.tns-outer {
    position: relative;
    margin-top: 20px;
  }
  .tns-controls {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  button[data-controls="prev"] {
    border: none;
    background: #e6e5e5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 0.5rem;
  }
  button[data-controls="next"] {
    border: none;
    background: #e6e5e5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }
  .container, .tns-item, .tns-slide-active {
    padding: 0rem !important;
  
  }
  
  .loaded, .tns-complete {
    border-radius: 8px ;
    width: 100%;
  }

  /* .np-footer-logo-image {
    filter: none;
    opacity: 1; 
  } */

  .course-details {
    font-weight: bold;
    font-size: .75rem;
  }

  .np-header-sign-in {
    margin: 2rem;
  }

  .np-header-logo {
    justify-content: space-between;
  }
  .np-header-search-input {
    background: #ffffff;
    opacity: 1;
  }
  .course-card-image, .overlay {
    border-radius: 4px 4px 0 0;
  }
  .course-card-container {
    border-radius: 4px;
  }
  .np-card-content-title, .np-resource-title, .np-resource-subtitle, .dropdown-button {
    color: #001a45;
  }

  .np-header-font-color, .np-top-title {
    color: #001a45;
  }

  .top-banner-dashboard {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #001a45;
    padding: 1rem;
    font-weight: 700;
  }

  .section-testimonials {
    background: #fff;
  }

  .nav-link {
    text-decoration: underline;
    color: #000;
  }
  .nav-link:hover {
    color: #ff0000;
  }

  .mt-1 {
    margin-top: 1rem;
  }
  .np-footer-support-help {
    color: #001A45;
  }
   .white-background {
    background: #fff;
   }
   .headline {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    color: #001A45;
    width: 100%;
  }
  .subheadline {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #001A45;
    margin-top: 16px;
    width: 100%;
  }
  .homepage-featured-text {
    padding: 0 40px 30px 40px;
  }
  .np-sub-navigation-content {
    gap: 20px;
  }

@media only screen and (max-width: 1000px) {
  .testimonials-container {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .np-footer-top {
    flex-direction: column;
  }
  .np-footer-navigation-list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .np-box-header-logo {
    height: 8vw;
  }
  .testimonials-container {
    grid-template-columns: repeat(1,1fr) !important;
  }
  .headline, .subheadline {
    text-align: left !important;
  }
  .np-footer-top {
    flex-direction: column;
  }
  .np-footer-support {
    flex-direction: row;
    gap: 5px;
  }
  .homepage-blurb {
    padding: 0px !important;
  }

}
