img{height: auto;}
a, a:hover{
  text-decoration: none;  
}

.col-4{
    box-sizing: border-box;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}
.col-6{
    box-sizing: border-box;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
}
.program-profile .col-6 h1{
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.program-profile .col-6 p{
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-info .top-wrapper{
    height: calc(100vh - 96px);
}
.banner{
    clear: both;
    height: calc(100vh - 149px);
    padding-top: 0;
    position: relative;
    margin-top: 64px;
    box-sizing: border-box;
    width: 100%;
    /*padding: 25px 20px 0;*/
    background-color: #9b9b9b;
    background-repeat: no-repeat;
    background-size: cover;
}
.course-info header.banner::before{
/*    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.65;*/
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.39;
}
.banner .org-label{
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
    clear: both;
    display: inline-block;
    /*background: #fff;*/
    opacity: 1;
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
    top: 0;
}
.banner .org-label .org-logo{
        opacity: 1;
}
.banner .org-label .org-logo, .banner .org-label .org-name{
    position: relative;
    display: inline-block;
}
.banner .org-label .org-logo img{
    max-height: 80px;
}
.banner .play-btn{
    margin-left: -moz-calc((100% - 74px) / 2);
    margin-left: -webkit-calc((100% - 74px) / 2);
    margin-left: calc((100% - 74px) / 2);
    margin-top: -moz-calc(186px/ 2);
    margin-top: -webkit-calc(186px/ 2);
    margin-top: calc(186px/ 2);
    margin-bottom: -moz-calc(186px/ 2);
    margin-bottom: -webkit-calc(186px/ 2);
    margin-bottom: calc(186px/ 2);
    height: 74px;
    width: 74px;
    color: #fff;
    background: none;
    border: 4px solid #fff;
    border-radius: 50%;    
}
.banner .video-wrapper{
    margin-right: 0;
    float: right;
    clear: right;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.banner .video-wrapper a{
    font-size: xx-large;
    color: #fff;
    font-size: 70px;
}
.banner .video-wrapper a i{padding: 70px;margin: auto;}
.course-enroll{margin-top:22px;}
/*.course-enroll a,
.start-program-btn .one-click-purchase-btn{
    width: auto;
    font-size: 1em;
    background: linear-gradient(to right, #50bfef 1%,#a0cb94 50%,#f2d736 100%);
    font-weight: bold;
    transition: background .2s;
    color: #fff;
    border-radius: 2px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 10px 20px;
}*/
.course-enroll a{
    display: inline-block;
    padding: 0px 11px;
    line-height: 45px;
    cursor: pointer;
    border: none;
    bottom: 140px;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -khtml-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: normal;
    text-decoration: none;
    background: #61c1db;
}
.start-program-btn .one-click-purchase-btn:hover{
    background: #1db4b3;
    color: #fff;
}
.start-program-btn .one-click-purchase-btn .list-price{ 
    text-decoration: line-through;
    color: #689968;
}
.start-program-btn label.register-emails{
    font-weight: normal
}
.course-info .page-nav{
    /*background: #3d8ebb;    */
    background: linear-gradient(to right, #50bfef 1%,#a0cb94 50%,#f2d736 100%);
    padding: 18px 0;
    max-width: none;
    height: 53px;
}
.course-info .page-nav ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    /*max-width: 1200px;*/
}
.course-info .page-nav li{
        text-align: center;
}
.course-info .page-nav li a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.course-info .details{
    width: 60%;
    float: left;
}
.course-info .details .inner-wrapper>section.overview{
    margin-bottom: 30px;
    max-height: 115px;
    overflow: hidden;
    -webkit-transition: max-height .50s; 
    -moz-transition: max-height .50s; 
    -ms-transition: max-height .50s; 
    -o-transition: max-height .50s; 
    transition: max-height .50s;
}
.link{
    padding: 10px 0; 
}
.link i{
    color: #0075b4;
}
.course-info .overview .overview-title{
    /*border-bottom: 2px solid #a0cb94;*/
    font-weight: bold;
    font-size: 28px;
    color: #3d8ebb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.course-info .inner-wrapper ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.course-info .inner-wrapper li{
    padding-top: 10px;
}
.course-info .inner-wrapper h3{
    font-size: 1.17em;
}
.course-info .course-sidebar{
    width: 36%;
    border: 1px solid #c5c5c5;
    float: right;
    margin-right: 25px;
    margin-left: 25px;
    max-width: 500px;
}
.course-info .course-sidebar .course-summary .important-dates{
    padding: 0 10px;
}
.course-info .course-sidebar .important-dates li{
    border-bottom: 1px solid #c5c5c5;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 5px;
    padding: 12px 2px;
    display: block;
}
.course-info .course-sidebar .important-dates li:last-child{
    border-bottom: none;
}

.course-info .course-sidebar .block-list__label{
    color: #555;
    vertical-align: top;
    width: 44%;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.course-info .course-sidebar .block-list__desc{
    color: #0a0a0a;
    vertical-align: top;
    display: inline-block;
    width: 48%;
}
.course-info .course-sidebar .block-list__desc a{
    color: #0056b3;
}
.course-info .course-sidebar .block-list__label .fa{
    position: absolute;
    left: 0;
    top: 5px;
}
.course-info .separator-top{
    border-color: #3d8ebb;
    /*border-top: 4px solid #a0cb94;*/
    padding-top: 20px;
    margin-top: 50px;
}
.course-info .separator-top.why-this-program{
    border-color: #3d8ebb;
    /*border-top: 4px solid #a0cb94;*/
    padding-top: 0px;
    margin-top: 10px;
    margin-left: 10px;
}
h2.cert {
    float: left;
    margin-left: 25px;
}
.course-info .program-details *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course-info .program-details{
    width: 95%;
    float: left;
    margin-bottom: 40px;
}

.course-info .program-details h2{
    color: #4a4a4a;
    font-size: 1.375em;
    font-weight: 600;
    border-bottom: 0px;
}
.course-info .program-details p{
    line-height: 1.5em;
}
.discovery-card-list .enroll-card{
    clear: both;
    margin: 30px 0;
    position: relative;
}
.discovery-card-list .enroll-card:after{
    content: '';
    display: table;
    clear: both;
}
.discovery-card-list.one-click-purchase-enabled .img-wrapper{
    display: none;
}
.discovery-card-list .enroll-card .img-wrapper{
    position: relative;
    display: inline;
    float: left;
    width: 177px;
}
.discovery-card-list .enroll-card .img-wrapper img{
    width: 177px;
}
.discovery-card-list.one-click-purchase-enabled .course-details{
    padding: 0;
    width: 100%;
}
.discovery-card-list .enroll-card .course-details{
    position: relative;
    display: inline;
    float: left;
    width: -moz-calc(100% - 177px);
    width: -webkit-calc(100% - 177px);
    width: calc(100% - 177px);
    padding: 0 10px;
    line-height: 20px;
}
.discovery-card-list.one-click-purchase-enabled .course-start{
    margin-top: 20px;
    text-align: left;
    font-weight: 700;
}
.program-details .list-instructors{
    text-align: center;
    width: 100%;
}
.list-instructors{
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix{
    zoom: 1;
}
.program-details .list-instructor__item:nth-of-type(3n+1){
    clear: none;
}
.program-details .list-instructor__item{
    float: left;
    margin: 0;
    padding: 15px 20px;
    width: 50%;
}
.list-instructor__item:nth-of-type(3n+1){
    clear: left;
}
.list-instructor__item{
    overflow: hidden;
    padding: 10px 0 10px;
}

.list-instructor__item a{
    display: inline-block;
}
.program-details .instructor-img{
        float: none;
    margin: 0;
    max-width: 100px;
}
.instructor-image{
    max-width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 4px solid #e6e6e6;
    transition: border .2s;
}
.program-details .instructor-name{
   margin-top: 0;
}
.instructor-name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
p.instructor-name{
        word-wrap: normal;
}
.list-instructor__item .instructor-org{
    display: block;
    font-weight: 600;
}
.program-details .view-certificate{
    text-align: center;
}
.program-details .view-certificate .certificate{
    display: inline-block;
}
.program-details .view-certificate a{
    display: block;
}
.certificate img{
    width: 80%;
}
.certificate a{
    margin-bottom:23px;
}
.program-details .why-this-program p, .program-details .why-this-program a{
    font-size: 1.125em;
}
.program-details .img-link{
    display: inline-block; 
}
.banner-wrapper{
    height: calc(100vh - 149px);
}
.course-author-cert-wrapper .course-author {margin-left: 10px; width: 87%;}
@media only screen and (min-width: 768px){
    .col-4{float: left;display: block;margin-right: 2.35765%;width: 30%;}
    .col-6{float: left;display: block;margin-right: 2.35765%;width: 60%;max-width: 60%;}
    .col-6.video-wrapper{width: 40%;}

    .col-6:last-child{margin-right: 0;margin-top: 0px;}
    /*.col-6.banner-text_buy_button{
        margin-top: 145px;
        max-width: none;
    }*/
    .col-6.banner-text_buy_button{
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*.banner::before{opacity: 0.39;}*/
    .banner .org-label{position: relative;}
    /*.banner .video-wrapper{margin-top: 100px;min-height: 260px;}*/
    .banner .video-wrapper{
        margin: 0;
        /*position: absolute;*/
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .discovery-card-list.one-click-purchase-enabled .img-wrapper{display: inline;}
    .discovery-card-list.one-click-purchase-enabled .course-details{padding: 0 10px;}
    .discovery-card-list .enroll-card .course-details{width: -webkit-calc(100% - 531px);width: calc(100% - 531px);line-height: 20px;width: 75%;}
    .discovery-card-list.one-click-purchase-enabled .course-start{text-align: right;}
    .discovery-card-list.one-click-purchase-enabled img{border: 1px solid #126f9a;}
}
@media only screen and (min-width: 980px){
    .banner{margin-top: 0;}
}
@media screen and (min-width: 900px){
    .banner .text{float: left;display: block;margin-right: 2.35765%;width: 65.88078%;}
    /*.banner .video-wrapper{float: left;display: block;margin-right: 2.35765%;width: 31.76157%;margin-right: 0;float: right;clear: right;}*/
    .banner .video-wrapper{
        margin: 0;
        /*position: absolute;*/
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .list-instructors{text-align: center;}
    /* .program-details .list-instructor__item:nth-of-type(4n+1){clear: left;}*/
    .program-details .list-instructor__item:nth-of-type(3n+1){clear: none;}
    .program-details .list-instructor__item{width: 25%;}
    .list-instructor__item{float: left;margin: 0;padding: 15px 20px;width: 33.33333%;}
    .instructor-img{float: none;margin: 0;max-width: 100px;}
    .instructor-name{margin-top: 0;}
}
@media screen and (min-width: 540px){
    .program-details .list-instructor__item:nth-of-type(3n+1){clear: left;}
    /*.program-details .list-instructor__item:nth-of-type(odd){clear: left;}*/
    .program-details .list-instructor__item{    width: 33.33%;}
}
.course-info header.program-profile .container{
    padding: 0px;
    position: relative;
    margin-top: 97px;

}

.course-info .container, .course-info section.outside-app, .course-info .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy, .view-profile .profile-self .wrapper-profile-field-account-privacy .course-info .u-field-account_privacy, .course-info .view-profile .wrapper-profile-sections, .view-profile .course-info .wrapper-profile-sections, .course-info .view-profile .badge-set-display, .view-profile .course-info .badge-set-display{
    padding-bottom: 0px;
}
.course-info .container{
    margin-top: 40px;
    max-width: 95%;
}

/* FAQ */
.program-details .faq-cols .section-title{
    color: #065784;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}
.faq-cols .question{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}
.program-details .faq-cols .title{
    font-weight: 500;
    color: #050505;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 1.1em 0;
    padding: 0;
}
.program-details .faq-cols .answer{
    margin: 0 0 1.1em 0;
}
.faq-cols .question:nth-of-type(3n) {
    margin-right: 0;
}

.discovery-card-list .enroll-card .course-details .title{
    margin: 10px 0;
}
.discovery-card-list .enroll-card .course-details .title strong a{
    width: 100%;
    margin: 0px;
}
.course-author-cert-wrapper{
    display: flex;
}
.course-author{
    border: 1px solid #e6e6e6;
    background-color: #fdfdfd;
    padding: 30px 33px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    /*width: 49%;*/
}
.course-author .teacher{
    padding-top: 40px;
    padding-bottom: 37px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    height: auto;
}
.course-author .teacher .author-avatar {
    flex-shrink: 0;
    max-width: 150px;
}
.course-author .teacher .author-avatar img {
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: auto;
}
.course-author .teacher .author-bio {
    font-style: normal;
    font-size: 16px;
    padding-left: 27px;
    font-family: Roboto;

}
.course-author .teacher .author-bio .name {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 400;
}
.course-author .teacher .author-bio .description {
    position: relative;
    margin-top: 47px;
    font-style: normal;
    font-size: 16px;
    color: #888;
}
.course-author .teacher .author-bio .description:before{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #202121;
}
.modal-dialog{
    max-width: 594px;
    top: 130px;
}

#header_main .nav-custom{
    margin-left: 0px;
}
@media only screen and (max-width: 1440px) {
    .discovery-card-list .enroll-card .course-details{
        width: 70%;
    }
}
@media only screen and (max-width: 1024px) {
    .course-info .details{
        width: 55%;
    }
    .discovery-card-list .enroll-card .course-details{
        width: 60%;
    }
    .course-author-cert-wrapper {
        display: block;
    }
}
@media only screen and (min-width: 980px){
    .faq-cols .question {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }
}
@media only screen and (min-width: 980px){
    .faq-cols .question:nth-of-type(2n + 1) {
        clear: none;
        margin-top: 0px;
    }
}
@media only screen and (min-width: 980px){
    .faq-cols .question:nth-of-type(3n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 768px){
    .faq-cols .question:nth-of-type(3n + 1) {
        clear: left;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .program-profile .col-6 p{
        overflow: scroll;
    }
    .course-info .details{
        width: 55%;
    }
    .course-info .course-sidebar{
        margin-right: 0px;
        width: 40%;
    }
    .discovery-card-list .enroll-card .course-details{
        width: 50%;
    }
    .certificate img {
        width: 100%;
    }
    .course-info .top-wrapper{
        height: calc(100vh);
    }
    .top-wrapper .banner{
        height: calc(100vh - 118px);
    }
}
@media only screen and (max-width: 800px) {
    .course-info .top-wrapper{
        /*height: calc(100vh - 0px);*/
        height: 850px;
    }
    .course-info .top-wrapper .banner{
        height: calc(100vh - 118px);
    }
    .course-info .page-nav ul{
        display: grid;
    }
    .course-info .page-nav ul li.col-1{
        width: 100% !important;
        max-width: 100%;
        line-height: 27px;
    }
    .program-inner-wrapper-outline{
        float: none !important;
        width: 100% !important;
    }
    .din-media .column-1, .din-media .column-2{
        float: none !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {
    .banner .video-wrapper a i{
        padding: 62px;
    }
    .col-6{
        max-width: 100%;
    }
    .course-info header.program-profile .container{
        display: inline-grid;
        margin-top: 0px;
    }
    .banner .video-wrapper{
        margin: 0 auto;
        max-width: 50%;
        top: 30%;
        float: inherit;
        height: min-content;
    }
    .program-profile .col-6 p.banner-description{
        overflow: scroll;
    }
    .course-info .page-nav .col-4{
        margin: 0px;
    }
    .program-profile .col-6 h1{
        font-size: x-large;
    }
    .course-info .page-nav{
        padding: 12px 0;
        height: 300px;
    }
    .course-info .details{
        width: 100%;
    }
    .course-info .details .inner-wrapper>section.overview{
        margin-bottom: 20px;
        max-height: 122px;
    }
    .course-info .course-sidebar{
        margin-left: 0px;
        width: 100%;
    }
    .discovery-card-list .enroll-card .course-details .title{
        /*width: 29%;*/
        margin-bottom: 0px;
        margin-top: -10px;
        height: 35px;
        line-height: 1;
    }
    .discovery-card-list .enroll-card .course-details .subtitle{
        max-height: 150px;
        overflow: scroll;
    }
    .discovery-card-list .enroll-card .course-details .title strong a{
        width: 100%;
    }
    .discovery-card-list.one-click-purchase-enabled .course-start div.course-enroll a{
        width: 100%;
    }
    .course-info .program-details .program-inner-wrapper .faq-cols{
        display: grid;
    }
    .course-info .program-details .program-inner-wrapper .faq-cols .question{
        width: 100%;
    }
    
}
@media only screen and (max-width: 600px) {
    .course-author .teacher{
        display: block;
    }
    .course-author .teacher .author-bio{
        margin-top: 10px;
    }
    .course-author .teacher .author-avatar{
        margin: auto;
    }
}
@media only screen and (max-width: 425px) {
    .data-expert .slick-prev, .logos_slider .slick-prev{
        left: -31px;
    }
    .data-expert .slick-next, .logos_slider .slick-next{
        right: -31px;
    }
    .data-expert .slick-arrow i{
        line-height: 40px;
    }
    .data-expert .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .discovery-card-list .enroll-card .img-wrapper{
        width: 100%;
        margin-left: 10px;
    }
    .course-author .teacher .author-bio{
        padding-left: 0px;
    }
    .discovery-card-list .enroll-card .course-details{
        width: 100%;
    }
    .discovery-card-list .enroll-card .course-details{
        margin-top: 10px;
    }
    strong.course-date{
        padding: 0 10px;
        margin-top: 10px;
    }
    .container .banner-wrapper{
        max-width: 100%;
        display: inline-grid;
        margin-top: 0px;
        height: calc(100vh - 119px);
    }
    .course-info .program-details{
        width: 100%;
    }
    .course-author-cert-wrapper .course-author{
        width: 94%
    }
    .modal-dialog #youtubeVideo{
        width: 387px;
        height: 217px;
    }
    .modal-dialog .modal-body{
        padding: 0.6rem;
    }
    .col-6{
        /*height: 120px;*/
        height: min-content;
    }
    .banner-wrapper {
        height: calc(100vh - 119px) !important;
    }
}
@media only screen and (max-width: 375px) {
    strong.course-date{
        display: inline-table;
        padding: 0 10px;
    }
    .discovery-card-list .enroll-card .course-details{
        width: 100%;
        margin-top: 10px;
    }
    .course-info .page-nav .col-4{
        padding-left: 0px;
        padding-right: 0px;
    }
    .course-info .page-nav li a{
        font-size: 15px;
    }
    .modal-dialog #youtubeVideo{
        width: 336px;
        height: 189px;
    }
/*    .banner .video-wrapper{
        max-width: 100%;
    }*/
}
@media only screen and (max-width: 325px) {
    .modal-dialog #youtubeVideo {
        width: 281px;
        height: 160px;
    }   
}
p+p{
    margin-top: 10px;
}
.subject-link {
    display: block;
}
ul.path-about-list{
    list-style-type: disc;
}
ul.path-about-list li{
    display: list-item;
    list-style: inherit;
}
@media only screen and (min-width: 2560px){
    .course-info .details{
        width: 75%;
    }
    .discovery-card-list .enroll-card .course-details{
        width: 80%;
    }
}