main {
    margin-left: 0px;
    padding: 0;
    background-color: #f7f7f7;
    margin-top: 0px;
    padding-top: 95px;
}
/* Instructor About */
.instructor-info-page {
    background: #f7f7f7;
    line-height: 1.5em;
    color: #4e4e4e;
}

.instructor-details .profile-pic {
    border: 2px solid #dadada;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 100%;
    position: relative;
    float: left;
    /*max-width: 20%;*/
    width: 135px;
    height: 135px;
}

.instructor-info-page .instructor-title, .instructor-info-page .section-title {
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 10px;
}
.instructor-courses .section-title {
    padding-left: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.instructor-courses .js-card-list {
    padding-top: 10px;
    margin-top: 10px;
}
.instructor-details {
    clear: both;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 10px 10px;
}
.instructor-details:after {
    content: '';
    display: table;
    clear: both;
}
.instructor-details a {
    position: unset;
    color: #2968aa;
    margin-left: 0px;
    margin-top: 5px;
    font-size: larger;
}
.instructor-details .instructor-details-main, .instructor-details .instructor-details-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}
.instructor-details .instructor-details-main:last-child, .instructor-details .instructor-details-sidebar:last-child {
    margin-right: 0;
}
.instructor-details .title {
    position: relative;
    padding-left: 10px;
    float: right;
    font-weight: 500em;
    width: 100%;
    margin-bottom: 15px;
}
.instructor-details .title h1{
    text-align: left;
    font-size: x-large;
}
.instructor-details .resume-copy {
    clear: both;
    line-height: 1.5em;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 1.6;
    max-height: 100px;
    overflow: scroll;
}
.instructor-details .resume-copy::-webkit-scrollbar {
    display: none;
}
.instructor-details .resume-copy:after {
    content: '';
    display: table;
    clear: both;
}
.instructor-details .org-roles {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
    font-size: 0.875em;
    display: inline-grid;
}
.instructor-details .org-roles li{
  color: #4e4e4e;
  font-weight: 600;
}
.instructor-details .org-roles .org-name {
    font-weight: bold;
}
.instructor-details .sidebar-header {
    font-weight: 600;
    padding: 0;
    margin: 0 0 8px;
    font-size: 1em;
    line-height: 1em;
    border: none;
    text-transform: uppercase;

}
.instructor-details .sidebar-header.sm {
    font-size: 0.75em;
}
.instructor-details .sidebar-section {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
}
.instructor-details .sidebar-section:first-of-type {
    padding-top: 0;
}
.instructor-details .sidebar-section:last-of-type {
    border: none;
}
.instructor-details .sidebar-list {
    list-style-type: disc;
    padding: 0;
    margin: 0;
}
.instructor-details .social-link {
    clear: both;
}
.instructor-details .social-link:after {
    content: '';
    display: table;
    clear: both;
}
.instructor-details .social-link .fa {
    width: 20px;
    color: #bcbcbc;
    margin: 0 0 8px;
}
.instructor-courses {
    clear: both;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
    padding: 25px 0 75px;
}
.instructor-courses:after {
    content: '';
    display: table;
    clear: both;
}
.instructor-courses h2 {
    border-bottom: 0;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0;
}
.instructor-courses .instructor-course-list {
    clear: both;
}
.instructor-courses .instructor-course-list:after {
    content: '';
    display: table;
    clear: both;
}
.instructor-courses .no-results-message {
    padding-left: 7px;
    margin-bottom: 15px;
}
.instructor-courses .no-results-button {
    padding-left: 7px;
    padding-bottom: 20px;
}
/*course instructor about specific*/

.title h5.instructor-title-username{
    font-family: Roboto;
}
/*end course instructor about specific*/

@media only screen and (min-width:540px) {
    .instructor-details .title {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    /* width: calc(100% - 150px);
     */}
}@media only screen and (min-width: 768px) {
    .instructor-details .instructor-details-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}
.instructor-details .instructor-details-main:last-child {
    margin-right: 0;
}
.instructor-details .instructor-details-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}
.instructor-details .instructor-details-sidebar:last-child {
    margin-right: 0;
}
/*course instructor about specific*/
.instructor-details .instructor-details-sidebar.course-instructor{
    width: 66%;
}
/*end course instructor about specific*/
}

@media only screen and (min-width:980px) {
    .instructor-details {
    height: 310px;
}
.instructor-courses {
    padding-left: 50px;
    padding-right: 50px;
}
}

.program-details .list-instructors {
    text-align: center;
}
.program-details .bullet-list {
    padding-left: 20px;
}
.program-details .list-instructor__item {
    float: left;
    margin: 0;
    padding: 15px 20px;
    width: 50%;
}
.program-details .list-instructor__item:nth-of-type(3n+1) {
    clear: none;
}
.program-details .list-instructor__item:nth-of-type(odd) {
    clear: left;
}
.program-details .instructor-name {
    margin-top: 0;
}
.program-details .instructor-img {
    float: none;
    margin: 0;
    max-width: 100px;
}

@media screen and (min-width:540px) {
    .program-details .list-instructor__item {
    width: 33.33%;
}
.program-details .list-instructor__item:nth-of-type(odd) {
    clear: none;
}
.program-details .list-instructor__item:nth-of-type(3n+1) {
    clear: left;
}

.program-details .banner .text:last-child {
    margin-right: 0;
}
.program-details .list-instructor__item {
    width: 25%;
}
.program-details .list-instructor__item:nth-of-type(3n+1) {
    clear: none;
}
.program-details .list-instructor__item:nth-of-type(4n+1) {
    clear: left;
}
#page .list-instructors.vertical-carousel .list-instructor__item {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width:900px) {
    #page .list-instructors.vertical-carousel .list-instructor__item {
    float: none;
    width: 100%;
    margin: 0;
}
#page .list-instructors.vertical-carousel .list-instructor__item .instructor-data {
    text-align: left;
    padding-left: 10px;
}
}
#page .list-instructors.vertical-carousel:nth-of-type(3n+1) {
    clear: none;
}
#page .list-instructors.vertical-carousel .instructor-img {
    width: 60px;
}
#page .list-instructors.vertical-carousel .instructor-img-link {
    line-height: 1;
}
#page .list-instructors.vertical-carousel .instructor-name, #page .list-instructors.vertical-carousel p.instructor-position, #page .list-instructors.vertical-carousel p.instructor-org {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.3;
}
#page .list-instructors.vertical-carousel .instructor-name {
    text-decoration: underline;
}
#page .list-instructors.vertical-carousel .instructor-org {
    font-weight: 400;
}
.courses{
    padding-top: 0 !important;
    width: 100% !important;
}
.find-courses .courses-container{
    padding-top: 20px !important;
}

@media screen and (min-width: 980px){
    .find-courses .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(3n), .university-profile .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(3n) {
         margin-right: 2.35765%;
    }
    .find-courses .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item, .university-profile .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item {
        width: 22.6%;
    }
    .find-courses .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(3n+1), .university-profile .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(3n+1) {
        clear: none;
    }
    .find-courses .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(4n), .university$
        margin-right: 0;
    }
    .find-courses .courses-container .courses:not(.no-course-discovery) .courses-listing .courses-listing-item:nth-child(4n+1), .universi$
        clear: left;
    }

}
.courses-container{
    margin-top: 0px;
}
.find-courses .courses {
    padding: 0;
}
.find-courses .subject-courses-container{
    padding: 0;
}
.subject-container{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 60px 0;
    max-width: 1180px;
    min-width: 760px;
    width: 100%;
    margin-left: 160px;
}

.subject-banner{
    clear: both;
    padding-top: 0;
    position: relative;
    margin-top: 64px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    height: 300px;
    display: flex;
    background-position: center;
}
.subject-logo{
    padding: 50px 10px;
    background-color: white;
    display: inline-block;
    opacity: 0.6;
}
.subject-info{
    background: #f1f1f1;
}
.subject-info.container{
    padding:0 0 20px;  
    max-width: none;
}
.subject-name{
    /*padding-bottom: 20px;*/

    position: initial;
    top: 35%;
    left: 10px;
    width: 100%;
    text-align: left;
}
.subject-name h1{
    text-align: left;
    font-size: 160%;
    font-weight: 600 !important;
    margin: 0;
    color: #3c3c3c;
}
.subject-name h4{

    color: #fff;
}

.subject-banner:before{

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.39;}

.subject-overview{
    color: #f1f1f1;
    line-height: 1.5em;
    padding: 0px 0;
    max-width: none;
    margin-left: 150px;
    width: auto;
}

.subject-overview p{
    width: 80%;
    float: left;
}
.subject-overview button{
    float: right;
}

.banner{
    clear: both;
    padding-top: 0;
    position: relative;
    margin-top: 64px;
    box-sizing: border-box;
    width: 100%;
    background-color: #9b9b9b;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
}
.institution-logo{
    /*background-color: white;*/
    display: inline-block;
    opacity: 0.6;
    padding-left: 75px;
    height: fit-content;
}
.institution-logo img{
    width:150px;
    height:120px;
}
.institution-info.container{
    padding:0 0 20px;
}
.institution-name{
    padding-bottom: 20px;
}
.institution-name h1{
    text-align: left;
    font-size: 300%;
    margin: 0;
    font-weight: bold;
}
.institution-overview{
    color: #f1f1f1;
    line-height: 1.5em;
    height: 250px;
    overflow: overlay;
}
.institution-overview::-webkit-scrollbar {
    display: none;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.courses > h3{
    font-weight: bold;
}
.courses > p{
    color: #f1f1f1;
    line-height: 1.5em;
}
.card-grid {
  width:100%;
}
.card-grid:after {
  content: "";
  display: table;
  clear: both;
}
.card {
  background-color:white;
  border-radius:5px;
  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
  text-align: center;
  height: 165px;
}
.card > div {
  padding:0 1em;
  text-align: center;
}
.card-grid .card-wrap img{
  max-width: 100%;
  max-height: 80px;
}
.card-grid .card-wrap h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrap {
  float:left;
  width:100%;
  padding:5px;
}
.breadcrumb{
  background-color: #f1f1f1;
}
.subject-info-page .data-expert h3{
  text-align: left;
  font-weight: 500;
  margin-left: 10px;
}
ul.breadcrumb {
    list-style: none;
    font-size: 17px;
}
ul.breadcrumb li {display: inline;color: black;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003e";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.card-grid .card-wrap img{
  max-width: 100%;
  min-height: 100%;
}

.find-courses .courses-container .courses.no-course-discovery .courses-listing .courses-listing-item:nth-child(4n+1), .university-profile .courses-container .courses.no-course-discovery .courses-listing .courses-listing-item:nth-child(4n+1){
  clear: left;
}
.find-courses .courses-container .courses.no-course-discovery .courses-listing .courses-listing-item, .university-profile .courses-container .courses.no-course-discovery .courses-listing .courses-listing-item{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}
.find-courses .courses-container .courses .courses-listing .courses-listing-item, .university-profile .courses-container .courses .courses-listing .courses-listing-item{
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0 30px 0;
    max-height: 360px;
}
.courses-container .courses .courses-listing .courses-listing-item{
    margin: 0 0 30px 0;
    max-height: 360px;
}
.courses-container .courses .courses-listing{
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}




.all-subject-wrapper{
  background: #f4f3f3;
}

.all-subject-wrapper .card-grid {
    width: 100%;
    margin-top: 25px;
}
.card-wrap {
    width: 15.766%;
}
.card-wrap .card {
    border-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    text-align: center;
    height: 165px;
}
.card .subject-logo {
    height: 123px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.card-grid .card-wrap img {
    max-width: 100%;
    height: 123px;
}
.card-grid .card-wrap a {
    width: 90%;
}
.subjects-logo{
  width: 100%;
}
.all-subject-wrapper .subject-container{
  width: 82%;
  margin: auto;
  margin-top: 82px;
}
.institution-content .institution-title {
    margin-right: 20px;
    padding-left: 0;
    font-size: 1.5em;
    line-height: 1.45em;
    /* margin: 0 0 .7em 0; */
    padding: 0 0 .45em;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
.subject-container .view-header{
  margin-top: 25px;
  margin-bottom: 20px;
}

.subject-container p, .subject-container h4, .subject-container h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.view-header h2 {
    margin-bottom: 0px;
    background-image: "https://airlark.com/static/scholarsight-theme/images/bg-line-2px.ec15b3049fea.png";
    background-position: center;
    background-repeat: repeat-x;
    border: 0;
    color: #0A4A67;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.view-header h2 span {
    background-color: #fff;
    padding: 0 20px;
    font-size: 16px;
}
.subject-container .data-expert span {
    color: #f3d735;
}
.subject-container h2.h2{
  text-align: center;
  margin-top: 15px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.subject-container h2.h2 span {
    color: #f3d735;
}

.card-grid .card-wrap a{
  text-decoration: none;
}

.left.subject-title{
    margin-right: 20px;
    padding-left: 0;
    font-size: 1.5em;
    line-height: 1.45em;
    /* margin: 0 0 .7em 0; */
    padding: 0 0 .45em;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
.subject-container .institute-name{
  height: 25%;
}
.subject-container .institute-name h4{
  height: 100%;
}
.subject-info-page .data-expert{
    background: #ececec;
}

@media (min-width: 500px) {
  .card-wrap {
    width:50%;
  }
}

@media (min-width: 720px) {
  .card-wrap {
    width:16.666%;
  }
}


@media (min-width: 1440px) {
  .subject-info-page .subject-container {
    max-width: 90%;
    margin-top: 15px;
    display: flex;
  }
  .subject-info-page .container{
    max-width: 82%;
  }
  .data-expert .icon-img img{
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .subject-info-page .subject-container{
      margin-left: 250px;
  }
  .subject-info-page .subject-name{
      width: 88%;
  }
  .subject-info-page .breadcrumb{
      margin-left: 90px; 
  }
  .all-subject-wrapper .subject-container{
    max-width: 100%;
  }
  .all-subject-wrapper .card-wrap{
    width: 12.5%;
  }
  /*.instructor-details{
    max-width: 80%;
  }*/
}
@media (max-width: 1440px) {
  .subject-info-page .institution-logo{
    padding-left: 45px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .subject-info-page .subject-container{
    margin-left: 58px;
    margin-top: 15px;
    display: flex;
  }
  .instructor-details{
    width: 85%;
  }
  .all-subject-wrapper .subject-container{
    width: 88%;
  }
  .subject-overview{
    margin-left: 58px;
  }
  .container{
    max-width: 90%;
  }
  .all-subject-wrapper .card-wrap{
    width: 20%;
  }
  #header_main .nav-custom{
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  main{
    padding-top: 0px;
  }
  .subject-container{
    min-width: auto;
  }
  .all-subject-wrapper .subject-container{
    margin-top: 0px;
  }
  .all-subject-wrapper .subject-container .subject-content{
    margin-top: 30px;
  }
  .all-subject-wrapper .subject-container .subject-content .left.subject-title{
    margin-right: 0px;
  }
  .data-expert .slick-prev, .logos_slider .slick-prev{
    left: -45px;
  }
  .data-expert .slick-next, .logos_slider .slick-next{
    right: -45px;
  }
  .subject-container{
    margin-top: 0px;
  }
  .institution-content{
    margin-top: 23px;
  }
  .all-subject-wrapper .card-wrap{
    width: 25%;
  }
  .subject-info-page .data-expert h3{
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .data-expert .slick-prev, .logos_slider .slick-prev{
    left: -33px;
  }
  .data-expert .slick-next, .logos_slider .slick-next{
    right: -33px;
  }
  .data-expert .slick-arrow i{
    line-height: 40px;
  }
  .data-expert .slick-arrow{
    width: 40px;
    height: 40px;
  }
  .all-subject-wrapper .left.subject-title{
    font-size: 1.3em;
  }
  .all-subject-wrapper .subject-container h4{
    font-size: 15px;
  }
  .all-subject-wrapper .subject-container h2.h2{
    font-size: 30px;
  }
  .subject-overview {
      margin-left: 25px;
  }
  .subject-container{
    margin-left: 25px;
  }
  .subject-name h1{
    font-size: 280%;
  }
  .all-subject-wrapper .card-wrap{
    width: 50%;
  }
  .subject-info-page .subject-name{
    width: 96%;
  }
  .subject-info-page .subject-container h4{
    font-size: 14px;
    max-height: 100%;
    min-height: 20px;
    overflow: scroll;
  }
  .subject-info-page .subject-name h1{
    font-size: 230%;
  }
  .subject-info-page .subject-container{
    margin-left: 30px;
    margin-top: 40px;
    display: block;
  }
  .subject-info-page .institution-overview{
    height: 290px;
  }
  .subject-info-page .institution-logo{
    padding: 0;
    display: grid;
    position: absolute;
    top: -25px;
    width: 20%;
    height: 20%;
  }
  .instructor-details .title{
    padding-left: 0px;
  }
  .instructor-details .title h1{
    font-size: large;
  }
  .instructor-details .instructor-details-sidebar:last-child{
      margin-top: 15px;
  }
  .subject-info-page .data-expert h3{
    font-size: 14px;
    text-align: center;
  }
  .subject-info-page .data-expert span{
    font-size: smaller;
  }
}
@media (max-width: 375px) {
  .all-subject-wrapper .subject-container h2.h2{
    font-size: 25px;
  }
  .all-subject-wrapper .left.subject-title{
    font-size: 1.2em;
  }
  .subject-name h1{
    font-size: 250%;
  }
  ul.breadcrumb{
    display: grid;
  }
  ul.breadcrumb li+li:before{
    content: none;
  }
  ul.breadcrumb li{
    text-align: center;
  }
  .subject-info-page .institution-logo{
    top: -10px;
    height: 17%;
  }
  .subject-info-page .data-expert h3{
    font-size: 12px;
  }
  .subject-info-page .data-expert span{
    font-size: x-large;
  }
}
@media (max-width: 320px) {
  .data-expert .slick-prev, .logos_slider .slick-prev{
    left: -31px;
  }
  .data-expert .slick-next, .logos_slider .slick-next{
    right: -31px;
  }
  .container{
    width: 100%;
  }
  .subject-overview {
      margin-left: 15px;
  }
  .subject-name h1{
    font-size: 220%;
  }
  .footer-logo img{
    max-width: 265px;
  }
  .all-subject-wrapper .subject-container h4{
    font-size: 13px;
  }
  .subject-info-page .subject-container{
    margin-left: 20px;
    margin-top: 35px;
  }
  .subject-info-page .subject-container h4{
    font-size: 13px;
  }
  .subject-info-page .subject-name h1{
    font-size: 210%;
  }
  .subject-info-page .institution-logo{
    top: -10px;
    width: 20%;
    height: 16%;
  }
  .subject-info-page .data-expert h3{
    font-size: 10.5px;
  }
}
