/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.logo img{
	height: 70px;
	width: auto;
}
 .navbar-nav {
    margin: 17.5px -15px !important;
    font-size: 18px;
}

.view-library .views-col{	
	width: 32.33% !important;
    border: 1px solid #ccc;
	margin: 0px 5px;
}
.main-container{
	padding-top: 22px;
}

.view-library .views-col img.img-responsive {
    height: 200px;
}

#block-views-block-top-banner-block-1 .views-row {
    margin-top: 0%;
}
#block-views-block-top-banner-block-1 .views-row img{
   width:100%;
}
.footer {
    margin-top: 45px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #E5E5E5;
    width: 100%;
}
#services .glyphicon{
	font-size: 50px;
}
a{
	text-decoration: none;
	color: #000;
}
.views-row{
	margin-bottom: 3% !important;
	margin-top: 2%;
}
.block-field-blocktaxonomy-termsubjectfield-course-image {
    margin-bottom: 16px;
}
.playlist__title {
	padding: 16px 0px;
}
.playlist__title h2 {
    font-size: 15px;
	margin: 0 0 0 0;
	font-weight:700;
}
.playlist__title h3 {
    font-size: 15px;
    margin: 0 0 0 0;
    opacity: .6;
    white-space: nowrap;
	font-weight:700;
}
.track--active {
    background: #d4d4d4;
	color: #000;
}
.track {
	padding: 10px 12px;
	display: block;
	margin: 0;
	font-weight: 700;
}
.track__count.active {
    color: #000;
    font-weight: 600;
}
.track__count {
    white-space: nowrap;
}
.track:hover {
    filter: brightness(115%);
	text-decoration: none;
}
.player__playlist {
	overflow: auto;
    max-height: 425px;
    padding: 0px 5px;
}
.path-tools .toolsgrid{
	text-align:center;
	padding: 0px 5px;
}
.path-tools .toolsgrid img{
	margin:0 auto;
}
.path-tools .toolsgrid .views-field-title{
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0px;
}
.path-tools .toolsgrid .views-field-body{
	font-size: 18px;
}