/*-------------------------------------------*/
/* ---------- testing */
/*-------------------------------------------*/
#skilljar-content {
  background-color:#F0F6FF;
}

/*-------------------------------------------*/
/* ---------- fonts */
/*-------------------------------------------*/

@font-face {
  font-family: PP Telegraf;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/15a8c952c2df36b5af70.woff2) format("woff2"),url(fonts/151d3f5e42ba275d5085.woff) format("woff"),url(fonts/2af34229d6086248e808.ttf) format("truetype")
}

@font-face {
  font-family: PP Telegraf;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/21c4203d76ae6c262d9c.woff2) format("woff2"),url(fonts/f7a79d5a056629e7d748.woff) format("woff"),url(fonts/3d3745499b5ef45037c8.ttf) format("truetype")
}

@font-face {
  font-family: PP Telegraf;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/87e7152e32d658152d05.woff2) format("woff2"),url(fonts/04820c3b5188e92b0f51.woff) format("woff"),url(f5fc3fb97fb76eb41608.ttf) format("truetype")
}

/*-------------------------------------------*/
/* ---------- overall branding */
/*-------------------------------------------*/

* {
  font-family: "PP Telegraf", sans-serif;
  letter-spacing: 0.02em;
}
p {
  font-family: "PP Telegraf", sans-serif;
  font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PP Telegraf", sans-serif;
}

a:link, a:focus {
  color:#0019FE;
}

a:hover {
  color:#10A4B3;
}

button, .button, a.button {
  border-radius:28px;
  color:#F0F6FF;
  background:#C91268;
}

input[type='checkbox']:checked,
input[type='checkbox']:disabled:active:checked {
  background-color: #10A4B3;
}

ul, ol {
  list-style-position: outside;
  margin-left:20px;
}

/*-------------------------------------------*/
/* ---------- #header */
/*-------------------------------------------*/

#header a {
  color: #F0F6FF;
}

/* mobile */
@media (max-width: 850px) {
  #header {
    text-align: center;
    width: 100%;
  }
}

/*-------------------------------------------*/
/* ---------- #header-drop */
/*-------------------------------------------*/

.f-dropdown li a {
  color:#0B2B39!important;
}

/*-------------------------------------------*/
/* ---------- #header-left */
/*-------------------------------------------*/

/* header image */
@media only screen and (min-width: 768px) {
  #header .header-center-img.header-logo-svg {
    max-height: 30px;
  }
}

/* mobile */
@media (max-width: 850px) {
  #header-left {
    align-items:center;
    flex-direction: row;
    flex-wrap: nowrap;
    float: left;
    height: auto;
    justify-content: flex-start;
    position: relative;
    text-align:center;
  }
}

/*-------------------------------------------*/
/* ---------- #header-right */
/*-------------------------------------------*/

.header-home {
  padding-right:40px;
}
@media (max-width: 850px) {
  .header-home {
    display:none;
  }
}
/*-------------------------------------------*/
/* ---------- #hero-content */
/*-------------------------------------------*/

/* containers */
#hero-content {
  background-color: #0B2B39;
  background-image: url("images/bg-flow-10.jpeg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -26px; /* not sure why this is necessary */
}
#hero-content .catalog-header {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* typography */
#hero-content h1 {
  color: #F0F6FF;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  background: -webkit-gradient(linear,right top,left top,from(#c6ff3a),to(#00b8b8));
  background: -webkit-linear-gradient(right,#c6ff3a,#00b8b8);
  background: linear-gradient(270deg,#c6ff3a,#00b8b8);
  text-fill-color: transparent!important;
  -webkit-text-fill-color: transparent!important;
  background-clip: text!important;
  -webkit-background-clip: text!important;
  margin-bottom:5px;
}
#hero-content p,
#hero-content ul,
#hero-content ol {
  color: #F0F6FF;
  line-height: 24px;
}

#hero-content .catalog-header a:link {
  color:#10A4B3;
}

/* CTA buttons */
#hero-content .cta a {
  padding: 11px 31px;
  line-height: 1.1;
  border-radius: 28px;
  border: 2px solid #F0F6FF;
  font-weight: 500;
  color: #F0F6FF;
  font-size: 18px;
  display: inline-block;
}
#hero-content .cta a.enroll {
  color: #F0F6FF;
  margin-right:20px;
}
#hero-content .cta a.enroll:hover {
  background: #C91268;
  color: #F0F6FF;
  border-color: #C91268;
}
#hero-content .cta a.sign-in {
  background: #C91268;
  color: #F0F6FF;
  border-color: #C91268;
  margin-right: 25px;
}
#hero-content .cta a.sign-in:hover {
  background: #F0F6FF;
  color: #C91268;
  border: 2px solid #F0F6FF;
}
/* hide socials */
.social-media-wrapper {
  display:none;
}

  /*-------------------------------------------*/
  /* ---------- #catalog-content */
  /*-------------------------------------------*/

  /* container */
  div#catalog-content {
    padding-top: 40px;
  }
  a.coursebox-container, .search #catalog-content a.coursebox-container {
    width: calc(33% - 20px)!important;
    margin-left:10px;
    margin-right:10px;
    border: 1px solid #c2cbd5;
    border-radius: 20px;

  }
  .search #catalog-content a.coursebox-container {
    padding: 0px 0px 25px 0px!important;
  }

  a.coursebox-container:hover, .search #catalog-content a.coursebox-container:hover {
    border-color: #10a4b3;
  }

.search #catalog-content a.coursebox-container.lesson .coursebox-image,
.search #catalog-content a.coursebox-container .coursebox-image {
    margin: 0px 0px 10px 0px;
    width: 100%;
    border-radius: 10px;
}

.search #catalog-content a.coursebox-container .coursebox-image {
  height:initial!important;
  max-height:200px;
}

.search #catalog-content a.coursebox-container .coursebox-image img {
  max-height:200px;
}

  /* 2-col breakpoint */
  @media (max-width: 768px) {
    a.coursebox-container, .search #catalog-content a.coursebox-container {
      width: calc(50% - 20px)!important;
    }
  }

  /* 1-col breakpoint */
  @media (max-width: 480px) {
    a.coursebox-container, .search #catalog-content a.coursebox-container {
       width: 100%!important;
    }
  }

  /* correct all instances of off-brand blue */
  a.theme-no-hover:hover,
  a.theme-no-hover:focus {
    color: #10A4B3;
  }

  /* adjust width */
  .catalog-center-width, .search .catalog-center-width {
    padding:0;
  }
  .coursebox-text {
    font-family: "PP Telegraf", sans-serif;
  }

  .coursebox-text-description {
    font-family: "PP Telegraf", sans-serif;
    line-height: 1.35!important;

  }
  a.coursebox-container .coursebox-text-description,
  .search #catalog-content a.coursebox-container .coursebox-text-description,
  .search #catalog-content a.coursebox-container .coursebox-text,
  .search #catalog-content a.coursebox-container .storefront-price,
  .search #catalog-content a.coursebox-container .coursebox-callout {
    line-height: 1.35!important;
    margin: 18px 0 0;
    padding: 0 24px;
  }
    /* ribbons */
  a.coursebox-container .sj-ribbon-wrapper .sj-ribbon-complete,
  a.coursebox-container .sj-course-ribbon-wrapper .sj-course-ribbon-complete {
    color:#F0F6FF;
  }
  a.coursebox-container .sj-ribbon-wrapper .sj-ribbon,
  a.coursebox-container .sj-course-ribbon-wrapper .sj-course-ribbon {
    color: #F0F6FF;
    border-color: #061827;
    background: #061827;
  }


  /*-------------------------------------------*/
  /* ---------- #catalog-courses */
  /*-------------------------------------------*/


  /* hide if no image */
  .no-coursebox-image-v2 {
    display: none!important;
  }


  /*-------------------------------------------*/
  /* ---------- #catalog-search-info */
  /*-------------------------------------------*/

  #catalog-search-info .filter-option,
  .search #catalog-search-info .filter-option {
  background-color:#0B2B39;
  border-radius:28px;
  }
  #catalog-search-info .filter-name {
    color:#F0F6FF!important;
  }
  #catalog-search-info .link-color {
    color:#10A4B3;
  }
  #catalog-search-info .filter-name {
    top:0px;
  }

  /*-------------------------------------------*/
  /* ---------- .sj-page-detail */
  /*-------------------------------------------*/

  .top-row-white-v2 {
    padding:40px 3% 40px;
  }
  grey-bottom-border, .top-row-grey, .top-row-white-v2 {
    border-bottom: 1px solid #c2cbd5;
  }

  /*-------------------------------------------*/
  /* ---------- .dp-summary-wrapper, .cp-summary-wrapper */
  /*-------------------------------------------*/

  .dp-summary-wrapper, .cp-summary-wrapper {
    background: #061827;
    border-radius:4px;
    border:none;
    border-radius: 20px;
    border: 1px solid #71808a;
    padding:20px;
  }

  .dp-summary-wrapper h1, .cp-summary-wrapper h1 {
    background: -webkit-gradient(linear,right top,left top,from(#c6ff3a),to(#00b8b8));
    background: -webkit-linear-gradient(right,#c6ff3a,#00b8b8);
    background: linear-gradient(270deg,#c6ff3a,#00b8b8);
    text-fill-color: transparent!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
  }

  .dp-summary-wrapper h2, .cp-summary-wrapper h2,
  .dp-summary-wrapper h3, .cp-summary-wrapper h3,
  .dp-summary-wrapper h4, .cp-summary-wrapper h4,
  .dp-summary-wrapper h5, .cp-summary-wrapper h5,
  .sj-course-info-wrapper .sj-text-already-purchased {
    color:#F0F6FF;
    font-weight:200;
  }


  .inline-collapsible-section a, .sj-course-info-wrapper .sj-text-sign-in {
    color:#10A4B3;
  }
  .inline-collapsible-section__label__icons__expand,
  .inline-collapsible-section__label__icons__collapse {
    background-color:#F0F6FF;
  }
  .sj-course-info-wrapper h2 {
    font-family: "PP Telegraf", sans-serif;
  }

  /*-------------------------------------------*/
  /* ---------- lesson nav */
  /*-------------------------------------------*/
  #lp-left-nav .lesson:hover, #lp-left-nav .lesson-active {
    background-color:#0080A9;
  }
  #lp-left-nav .lesson:hover .fa-circle-o.unviewed, #lp-left-nav .lesson-active .fa-circle-o.unviewed {
    color:#F0F6FF;
    }
  #cp-content #curriculum-list .lesson-row:hover {
      background-color: #F0F6FF;
    }
  #curriculum-list a:hover {
    color:#0080A9;
  }
  .section-container.tabs section .content {
    border: 1px solid #c2cbd5;
  }

  /*-------------------------------------------*/
  /* ---------- #returnToOverview */
  /*-------------------------------------------*/

  a#returnToOverview {
  padding: 11px 20px;
  line-height: 1.1;
  border-radius: 28px;
  border: 2px solid #C91268;
  font-weight: 400;
  color: #F0F6FF!important;
  background-color:#C91268;
  font-size: 14px;
  font-weight: 400;
  display:inline-block;
}
a#returnToOverview:hover {
  background:#ffffff;
  color:#C91268!important;
}

#left-nav-return-text {
  text-decoration:none!important;
}

  /*-------------------------------------------*/
  /* ---------- #profile-course-table */
  /*-------------------------------------------*/

  #profile-course-table td>a {
    color:#0019FE;
  }
  #profile-course-table td>a:hover {
    color:#10A4B3;
  }
  .sj-table-v2 {
    border: 1px solid #c2cbd5;
  }
  .sj-grey-bg-v2 {
    background:#F0F6FF;
  }

  /*-------------------------------------------*/
  /* ---------- #footer */
  /*-------------------------------------------*/
  #powered-by {
    display:none;
  }

 /*-------------------------------------------*/
  /* ---------- search */
  /*-------------------------------------------*/
  .search #catalog-search-info {
    background:#F0F6FF;
  }

  @media only screen and (min-width: 1500px) {
    .search .catalog-center-width {
        max-width: 1483px;
    }
  }

 /*-------------------------------------------*/
  /* ---------- [separator] styles */
  /*-------------------------------------------*/

  /* Set font size for separator titles */
a.coursebox-container[data-tags*="separator"] .coursebox-text {
  font-size:28px;
  text-align:left;
  padding:0!important;
}
/* Set font size for separator sub-titles */
a.coursebox-container[data-tags*="separator"] .coursebox-text-description {
  font-size:18px
}
  a.coursebox-container[data-tags*="separator"]:after {
  display: none !important;
}
/* remove all standard course tile styling, add 100% page width */
a.coursebox-container[data-tags*="separator"] {
  padding: 0px !important;
  text-align: left !important;
  width: 100% !important;
  min-height: unset !important;
  background-color: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
  border: none !important;
}

/* hide course price/CTA text, tile image, hide separator courses from search */
a.coursebox-container[data-tags*="separator"] .storefront-price,
.search a.coursebox-container[data-tags*="separator"],
a.coursebox-container[data-tags*="separator"] .coursebox-image  {
  display: none !important;
}


/*-------------------------------------------*/
/* ---------- hide promo image
/*-------------------------------------------*/

.cp-promo-image-wrapper,
.dp-promo-image-wrapper {
  display:none!important;
}

.cp-summary-wrapper {
  left: 16.6666666667%;
}
.dp-summary-wrapper {
  left:25%;
}

/* tablet and smaller */
@media (max-width: 767px) {
  .dp-summary-wrapper {
    left:initial;
  }
  .cp-summary-wrapper {
    left: initial;
  }
}
