.header--dashboard {
    z-index: 101!important;
    padding: 0;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 2px solid #019d9a;
}
 
 
 .learning-path-milestone__badge--elective {
    background: #019d9a;
}
 
 .btn--primary.student-choice__button--add {display: none;}
 
  .btn--primary.retake-survey {display: none;}
  
   .course__detail__asset img {
    max-width: 80%;
}

.featured-content-carousel-item__overlay {
    background: transparent;
    bottom: 0;
    left: 0;
    padding: 1em 1em 2.75em;
    position: absolute;
    width: 100%;
}

  .featured-content-image-overlay-item:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,.25);
    transform: scale(1.025);
  }

  .featured-content-image-overlay-item {
transition: all .2s ease;
}

.returnToCourse {
  position: absolute;
  display: block;
  width: 25%;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  background-color: #019d9a;
}
.returnToCourse:hover {
  background-color: #0e264c;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .learner__container--closed .learner__content {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .learner__container--closed .learner__content {
    padding: 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 33em) {
  .returnToCourse {
    width: 40%;
    padding: 0;
  }
}
@media only screen and (max-width: 18em) {
  .returnToCourse {
    width: 50%;
  }
}

/* old */
.btn--primary.student-choice__button--add {display: none;}
 
.btn--primary.retake-survey {display: none;}

.course__detail__asset img {
   max-width: 80%;
}
.navbar_wrap{
  max-height: 60px;
}
.featured-content-carousel-item__overlay {
   background: transparent;
   bottom: 0;
   left: 0;
   padding: 1em 1em 2.75em;
   position: absolute;
   width: 100%;
}
/* new */
.course-actions-dropdown>li a, .course-actions-dropdown>li button, .dashboard-header-dropdown>li a, .dashboard-header-dropdown>li button{
  background: #fff!important;
}
#cart-button{
  display: none;
}
body:not(.account) .container {
  width: 100%;
  max-width: 100%;
}
.dashboard-account {
  background: #fff;
}
/* body.account .header--dashboard{
  position: sticky!important;
} */

body.catalog .widget--catalog{
  background: #fff;
  padding: 2rem;
}
.footer__inner {
  padding: 0;
}
.row {
  width: 100%;
  max-width: 1328px;
}
.register .widget--registration-form {
  padding: 2rem 0 1rem;
  background: #fff;
  color: #656565;
}
.support .widget--support {
  padding: 2rem;
  background: #fff;
}
.layout__content, div[role='main'] {
  background: #fff;
}
.layout__content .widget, .learn.dashboard .widget{
  background: #fff;
}
.margin-top-100{
  margin-top: 100px;
}
.account .header h1{
  margin-top: 2rem
}
.maxi--width {
   max-width: 1328px;
   margin: 0 auto;
   padding-left: 1rem;
   padding-right: 1rem;
}
.home__content{
  padding-top: 0;
}
.header--microsite {
  padding: 0!important;
  z-index: 98;
}
.header--dashboard{
  z-index: 101!important;
  padding: 0;
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.course__detail__container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
  padding-top: 3rem;
}
.footer__company__info {
  display:none;
}
.nav--global-links{
  background-color: transparent;
  text-align: right;
}
.nav.nav--top{
  display: none!important;
}
.global-nav__container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 2rem;
}
.nav--global-links a{
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.footer{
  padding: 0!important;
}
.custom_footer{
  background-color: #f5f5f5;
  border-top: 2px solid #019d9a;
}
.custom_footer a, .custom_footer li{
  color: black;
}
.custom_footer__inner{
  max-width: 1280px;
  padding: 2rem 1rem;
  margin: 0 auto;
}
.add_info .marginx-1{
  margin: 0 .5rem;
}
.social_links.mobile{
  display: none;
  text-align: center!important;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.social_links img{
  height: 22px;
}
.custom_footer .add_info{
  border-top: 1px solid #019d9a;
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.company_info {
  font-size: 12px;
  width: 100%;
}
.company_info div{
  display: inline-block;
}
.links_title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.custom_footer__links {
  display: flex;
}
.custom_footer__links a{
  text-decoration: none;
}
.custom_footer__links ul{
  list-style: none;
  margin-left: 0;
}
.custom_footer__links ul li{
  margin-bottom: .75rem;
}
.links_container {
  flex:1;
  text-align: center;
}
.social_links a {
  margin-right: .5rem;
}


.navbar__title{
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: transform .2s ease;
  transform: scale(1);
}
.navbar__title:hover{
  transform: scale(1.025);
}
.navbar__logo{
  max-height: 60px;
  margin-top: 0px;
 

}
.company-logo__container img {
  max-height: 60px!important;
}
.mobile .navbar__logo{
  max-height: 40px;
}
.navbar_links{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-left: auto;
  transition: max-height .2s ease-out;
  max-height: 60px;
}
.navbar_links__link{
text-align: center;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
}

.navbar_links__link img{
transform: scale(1);
transition: transform .2s ease;
}
.navbar_links__links:hover img{
  transform: scale(1.05);
}

.navbar_links__link div{
  color: #656565;
}
.mobile_nav{
  display: none;
}
.mobile {
  display: none;
}



@media screen and (max-width: 1160px){
  #register {
    position: fixed;
    top: 1.2rem;
    right: 10.5rem;
    color: #656565;
  }
  li#nav--top{
    display: none;
  }
  .nav.nav--top{
    display: inline-block!important;
    position: fixed;
    z-index: 999;
  }

  .custom_navbar .logo{
  }
  
  #nav--top nav.right-menu ul{
    background-color: #ebebeb;
    color: #000;
  }
  #nav--top nav.right-menu ul li span{
    font-weight: bold;
    color: #000;
  }
.menu li.search{
    display: none!important;
  }
  .nav--top ul li a[href='/learn'], .nav--top ul li a[href='https://www.gotoper.com/learn/'], .nav--top ul li a[href='/register'], .nav--top ul li a[href='https://education.pharmacytimes.org/learn/'], .nav--top ul li a[href='/learn/manager']{
    position: fixed;
    top: 18px;
    z-index: 100;
    padding: .25rem 1rem;
    color: #656565;
    font-size: .9rem;
    right: 6.25rem;
  }
  .nav--top ul li a[href='/register']{
    right: 9rem;
    color: #656565;
  }
  .nav--top ul li a[href='/learn']:active, .nav--top ul li a[href='/register']:active, .nav--top ul li a[href='https://education.pharmacytimes.org/learn/']{
    background:transparent!important;
    background-color: transparent;
    border-color: transparent!important;
    color: #656565;

  }
  .header--microsite {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .home__content{
    padding-top: 75px!important;
  }
  .p-0-m{
    padding-left: 0!important;
    padding-right: 0!important;

  }
  .navbar_links__link{
    margin-left: 0;
    text-align: left;
    font-size: 1rem;
    background: #EBEBEB;
 
  }
  .navbar_links__link div{
    color: #656565;
  }
  .navbar_links__link img{
    display: none;
  }
  .custom_footer__inner {
    padding: 1.5rem;
  }
  .custom_footer__links {
    flex-direction: column;
  }
  .mobile {
    display: inline-block!important;
  }
  span.mobile {
    margin-top: .5rem;
  }
  .search.mobile {
    float: right;
    margin-top: 1.15rem;
  }
  .desktop {
    display: none!important;
  }
  .custom_footer .add_info{
    padding-top: 1rem;
    margin-top: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .marginx-1{
    margin: 0 .5rem!important;
  }
  .desktop_nav{
    display: none;
  }
  .mobile_nav{
    display: block;
  }
  .navbar_links{
    max-height: 500px;
  }


  /* transcript */
  .transcript .company__school-name{
    display: none;
  }
  .transcript .header__inner .column.small-6{
  width: 100%;
  }
  .transcript .dashboard-header-dropdown {
    right: 1rem;
    left: unset;
    margin-left: 0;
  }
  .transcript .header--dashboard{
    z-index: 101!important;
  }
}


@media screen and (max-width: 768px){
  #register{
    top: 1.4rem;
    color: #656565;
  }
}
.custom_navbar a {
  color: #656565;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  
}

/* header */

.custom_navbar {
  background-color: #fff;
  min-height: 60px;
  width: 100%;
  z-index: 99;
  border-bottom: 2px solid #019d9a;

}

.custom_navbar ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.custom_navbar li a {
  display: block;
  padding: 20px 20px;

  text-decoration: none;
}
.custom_navbar li.search {
  display: flex;
  align-items: center;
}
.custom_navbar li.search a{
  background-color: #019d9a;
  border-radius: 5px;
  margin-top: 10px;
  padding: 6px 12px;
  color: white;
}
.custom_navbar li a:hover img,
.custom_navbar .menu-btn:hover {
  transform: scale(1.1);
  /* background-color: #f4f4f4; */
}


.catalog-grid-item__cta-container{
  height: auto!important;
}

@media  screen and (min-width: 1160px) {
  .custom_navbar .logo {
  position: relative;
  display: block;
  float: left;
  font-size: 2em;
  min-height: 60px;
  text-decoration: none;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
  .custom_navbar .navbar_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* menu */

.custom_navbar .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.custom_navbar .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 29px 10px;
  position: relative;
  user-select: none;
  margin-right: 1rem;
}
#register a{
       padding: 0 10px 0 0;
    border-right: 1px solid #eee;
}
.custom_navbar .menu-icon .navicon {
  background: gray;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.custom_navbar .menu-icon .navicon:before,
.custom_navbar .menu-icon .navicon:after {
  background: gray;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.custom_navbar .menu-icon .navicon:before {
  top: 5px;
}

.custom_navbar .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.custom_navbar .menu-btn {
  display: none;
}

.custom_navbar .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.custom_navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.custom_navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 1160px = 768px */
.catalog-grid-item__title{
  font-weight: bold;
  height: auto!important;
}

@media (min-width: 1160px) {
  
  .custom_navbar .logo::before{
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  width: 30px;


}
  
  
  .widget--catalog_standard .catalog-item{
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transform: scale(1);
    transition: all .2s ease;
  }
  .widget--catalog_standard .catalog-item:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,.25);
    transform: scale(1.025);
  }

  .custom_navbar li {
    display: inline-block;
  }
  .custom_navbar li a {
    padding: 9px 16px 6px;
  }
  .custom_navbar .menu {
    clear: none;
    float: right;
    max-height: none;
    display: flex;
    align-items: center;
  }
  .custom_navbar .menu-icon {
    display: none;
  }
  .menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__inner {
    position: relative;
    z-index: 101;
  }
  .nav.nav--top{
    display: none;
    width: 100%;
    position: absolute;
    left: 50%;
    max-width: 1328px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .navbar-top{
    max-height: 50px;
    height: 50px;
  }
  #nav--top{
    display: flex;
    align-items: center;
  }
  .right-menu {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding: 0 .;
  

  }
  .right-menu li a{
    padding: 0 .5rem 0;
    margin-top: 10px;
    
  }
  .right-menu li a:active, .right-menu li a:focus{
    background: transparent!important;
    background-color: transparent!important;
  }
  .webcast {
    position: relative;

  }
  ul.menu li.webcast::after{
    content: '';
    position: absolute;
    right: 0;
    
  }
  
  .nav.nav--top li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
  }
  .nav.nav--top li a{
    font-size: 26px;
    font-weight: bold!important;
    text-transform: unset!important;
    margin-right: 1rem;
    padding: 0 .5rem 0 0;
    
  }
  .nav--top ul{
    pointer-events: all!important;
  }


  .nav--top li button.btn{
    font-size: 16px;
  }

  .header--microsite {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
  .widget--featured-content{
    padding-top: 2rem!important;
  }
}

  .featured-content-image-overlay-item:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,.25);
    transform: scale(1.025);
  }

  .featured-content-image-overlay-item {
transition: all .2s ease;
}

.btn--alt.btn--primary {
    background-color: #1a3a67;
    border-color: #1a3a67;
    color: white;
  font-size: 18px;
}

 .btn--primary.retake-survey {display: none;}
 


div.chart-bar.chart-bar--correct {
    background-color: #357635;
}

div.chart-bar.chart-bar--incorrect {
    background-color: red;
}

.results__question-labels .label-circle.label-circle--correct {
    background-color: #357635;
}

.results__question-labels .label-circle.label-circle--incorrect {
    background-color: red;
}


.returnToCourse {
  position: absolute;
  display: block;
  width: 25%;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  background-color: #1a3a67;
}
.returnToCourse:hover {
  background-color: #1f7caf;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .learner__container--closed .learner__content {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .learner__container--closed .learner__content {
    padding: 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 33em) {
  .returnToCourse {
    width: 40%;
    padding: 0;
  }
}
@media only screen and (max-width: 18em) {
  .returnToCourse {
    width: 50%;
  }
}


.course__detail__runs {
    clear: both;
    color: #656565;
    font-size: 12px;
    font-size: .75rem;
    margin: 0 0 1em;
    display: none;
}

.application__content.application__content--survey {
    margin-top: 80px;
}