<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
ol.flex-control-nav.flex-control-paging{display: none;}
.slide-con{height: 90px;}
.slide-con.autoHeight{height: 100%;}

.more {
    border: 1px solid #039CD5;
    border-radius: 2px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    transition-property: all;
}
.more:hover {
    background: #039CD5;
    color: #fff;
    text-decoration: none;
}
 .grey-box {
 background: #f0f0f0;
    border-radius: 5px;
    padding: 20px;
}
.slide-con {    
    border-radius: 5px;
    height: auto;
    
}

.slide-con .weight400 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.slide-con &gt; p {
    margin: 0 0 10px;
}

.slide-con .more_button {
    margin: 2px 0 0;
    text-align: left;
    text-transform: lowercase;
}

.shortcontent {
    height: auto;

}

.slide-con .shortcontent {
    margin-bottom: 5px;


}
 .slide-con .allcontent {
    margin-bottom: 5px;
}

#student-slide {
    margin-bottom: 20px;
    margin-top: 20px;
}

#student-slide li .row &gt; div {
    padding: 0 5px;
}

#student-slide li .row {
    margin-left: -5px;
    margin-right: -5px;
}

#student-slide .flex-direction-nav .flex-next {
right: -20px;
}

#student-slide .flex-direction-nav .flex-prev {
    left: -20px;
}

#student-slide .flex-direction-nav .flex-next,
#student-slide .flex-direction-nav .flex-prev {
    background-image: none;
}

#student-slide .glyphicon {
font-size:30px;
width:30px;
height: 30px;
color: #00aeef;
}

#student-slide .flex-next:focus {
    outline: medium none !important;
}

@media (min-width:767px) and (max-width:992px) {

#student-slide .flex-direction-nav .flex-next {
right: 0;
}

#student-slide .flex-direction-nav .flex-prev {
    left: 0;
}

#student-slide li .row &gt; div {
    padding: 0 20px;
}

}

@media (max-width:767px) {

#student-slide li .row &gt; div {
    margin-bottom: 15px;
    padding: 0 30px;
}

#student-slide .flex-direction-nav .flex-next {
right: 10px;
}

#student-slide .flex-direction-nav .flex-prev {
    left: 10px;
}

}
/* added css for student review slider */
.review-stu-img img{ max-width:100%;}
#myCarousel-2.carousel.slide {padding: 25px 15px 0;}
#myCarousel-2 .carousel-control .glyphicon-chevron-right {margin-right: -55px !important;}
#myCarousel-2 .carousel-control .glyphicon-chevron-left {margin-left: -55px !important;}

@media (max-width:767px){
#myCarousel-2.carousel.slide {padding: 15px 20px 0;}
#myCarousel-2 .carousel-control .glyphicon-chevron-right {margin-right: -10px !important;}
#myCarousel-2 .carousel-control .glyphicon-chevron-left {margin-left: -10px !important;}
}
.count_reviews {
  font-size: 15px;
  line-height: 19px;
  padding: 3px 0 5px;
  display: block;
}
.lightgray {
  color: #808285;
}
.star_rating{display:inline-block}
.count_reviews{font-size:15px;line-height:19px;padding:3px 0 5px;display:block}
.count_reviews .rating-5{background:url(../../images/sprite-star.png) no-repeat scroll 0 0 transparent;width:88px;height:16px;text-indent:-999em;background-position:0 -180px}
.count_reviews .rating-4half{background:url(../../images/sprite-star.png) no-repeat scroll 0 0 transparent;width:88px;height:16px;text-indent:-999em;background-position:0 -162px}
.count_reviews .rating-4{background:url(../../images/sprite-star.png) no-repeat scroll 0 0 transparent;width:88px;height:16px;text-indent:-999em;background-position:0 -144px}
.carousel-inner{width:95% !important; margin:0 auto !important;}


</pre></body></html>