main {
    margin-left: 0px;
    padding: 0;
    background-color: #f1f1f1;
    margin-top: 0px;
    padding-top: 33px;
}
.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: #9b9b9b;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    height: 450px;
    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: absolute;
    top: 35%;
    left: 10px;
    width: 98%;
    text-align: left;
}
.subject-name h1{
    text-align: left;
    font-size: 300%;
    margin: 0;
    font-weight: bold;

    color: #fff;
}
.subject-name h4{

    color: #fff;
}

.subject-banner:before{

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    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{
    padding: 50px 10px;
    background-color: white;
    display: inline-block;
    opacity: 0.6;
}
.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;
}
.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;
}
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%;
}


@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: 82%;
    margin-top: 35px;
  }
  .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 .breadcrumb{
      margin-left: 90px; 
  }
  .all-subject-wrapper .subject-container{
    max-width: 100%;
  }
  .all-subject-wrapper .card-wrap{
    width: 12.5%;
  }
  
}
@media (max-width: 1024px) {
  .subject-info-page .subject-container{
    margin-left: 58px;
    margin-top: 50px;
  }
  .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%;
  }
}

@media (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;
  }
  .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: 92%;
  }
  .subject-info-page .subject-container h4{
    font-size: 14px;
    max-height: 190px;
    min-height: 20px;
    overflow: scroll;
  }
  .subject-info-page .subject-name h1{
    font-size: 230%;
  }
  .subject-info-page .subject-container{
    margin-left: 20px;
    margin-top: 40px;
  }
}
@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;
  }
}
@media (max-width: 320px) {
  .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: 10px;
    margin-top: 35px;
  }
  .subject-info-page .subject-container h4{
    font-size: 13px;
  }
  .subject-info-page .subject-name h1{
    font-size: 210%;
  }
}