.education-details {}


    .education-details .results-return .breadcrumb a {
        text-decoration: underline;
    }

    .education-details .results-return .breadcrumb-item + .breadcrumb-item::before {
        content: var(--bs-breadcrumb-divider, "../_-2.html");
    }

.education-details .category {    
    font-family: 'Roboto', sans-serif; font-size: 14px;
    margin-bottom: 16px;
    margin-top: 30px;
}
.education-details .category p {
    font-weight: 400;
    color: #fff;
    font-size: 13px !important;
    display: inline-block;
    background-color: #F7534C;
    padding: 5px 18px 4px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.education-details #innerpageheader h1 {
    margin-bottom: 15px;
}
    .education-details #innerpageheader h1 .soldout {
    color: #f7534c;
    text-transform: uppercase;
    font-weight: 400;
    }
    .education-details #innerpageheader {
        padding-top: 0px;
        padding-bottom: 0px;
    }
.education-details #innerpageheader p {
    font-weight: 500;
    font-size: 17px;
    color: #003E75;
    display: block;
    line-height: normal;    
}

.education-details #innerpageheader div.recommend {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    height:27px;
    margin-bottom: 20px;
}
.education-details #innerpageheader div.recommend .like-icon {
    color: #DCDCD7;
}
    .education-details #innerpageheader div.recommend.hasLiked .like-icon {
        color: #00AFE9;
    }
.education-details p.headtags {
    margin-bottom: 40px !important;
    color: #00AFE9 !important;
}
.education-details p.headtags a {
  color: #00AFE9;
  font-weight: 400;
}

.education-details .pagetext {
  margin-bottom: 40px;
}
.education-details .pagetext a:not(.btn) {
  color: #00AFE9;
    font-weight: 400;
}

.education-details .pagetext.handouts i {
    margin-left: 8px;
    color: #003E75;
}

.education-details .pagetext.sponsored img {
    margin-top: 25px;
    padding-right: 25px;
}

.education-details .pagetext h2 {
    font-family: 'Roboto', sans-serif;
    color: #003E75;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    background: #EEEEEB;
    padding: 10px;
}



.education-details .right-pagetext h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    background: #003E75;
    padding: 10px;
    margin-bottom: 0px;
}
.education-details .right-pagetext .lower {
    background: #EEEEEB;
    padding: 20px 15px 25px;
}

.education-details .right-pagetext h3, .education-details .pagetext h3 {
    font-family: 'Roboto', sans-serif;
    color: #003E75;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 0px;
}
.education-details .right-pagetext .lower p {
    font-size: 15px;
}
.education-details .right-pagetext .lower .star-icon {
    margin-bottom: 15px;
}

.education-details .right-pagetext .lower .category {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #003E75;
    background-color: rgba(0, 175, 233,.16);
    padding: 4px 20px;
    margin-top: 12px;
    margin-right: 5px;    
    border-radius: 30px;
    text-transform: uppercase;    
}
.education-details .right-pagetext .lower p.category a {text-decoration: none;}
.education-details .right-pagetext .lower p.category a:hover {color: #003E75; text-decoration: underline;}

.education-details .right-pagetext .lower .details {
    border-bottom: 1px solid #CFC4B9;
    margin-bottom: 15px;
}

.education-details .speaker-group {
    margin-top: 12px;
    margin-bottom: 12px;
}
    .education-details .speaker-group:after {
        content: "";
        clear: both;
        display: block;
    }
    .education-details .speaker-left {
        float: left;
    }
       
    .education-details .speaker-right .speaker-title {
        font-size: 17px;
        color: #003E75;
        font-weight: 400;
        margin-bottom: 0px;
    }
.education-details .speaker-right .speaker-body {font-size: 17px;}
    .education-details .img-speaker {
        margin-right: 10px;
        max-width: 60px;
        border-radius: 50%;
    }

@media only screen and (max-width: 767px) {
    .education-details .category {text-align: center;}
    .education-details .ed-details-sidebar-container-on-mobile .col-md-8 {margin-top: 10px;}
    .education-details .right-pagetext:not(.desktop-only-) {margin-bottom:10px;}    
    .education-details .right-pagetext:not(.desktop-only-) h2 {
        cursor: pointer;
    }
    .education-details .right-pagetext:not(.desktop-only-) h2::after {
        color: #AEF131;
        font-family: "FontAwesome";
        content: "\2b";
        position: relative;
        float: right;
        width: 14px;
        margin-right: 10px;
    }
    .education-details .right-pagetext:not(.desktop-only-) h2.collapsed-::after { 
        content: "\f068";
    }
    .education-details .right-pagetext:not(.desktop-only-) h2:not(.collapsed-) + div { 
        display: none;
    }
    .education-details .right-pagetext:not(.desktop-only-) h2.collapsed- + div { 
        display: block;
    }
}

.education-details .mobile-only- {
    display: none;
}

.education-details .desktop-only- {
    display: block;
}

@media only screen and (max-width: 767px) {
    .education-details .mobile-only- {
        display: block !important;
    }
    .education-details .desktop-only- {
        display: none !important;
    }
}
