/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/* NIrav Changes */
div#membertoplink,.lockimage
{
	display:none !important;
}
body .header_top_nav
{
	width: 135px !important;
}
.section-sponsored-education-courses .sponcer_main hr {
    background: none;
    border: 1px solid #ccc;
    height: auto;
	margin-bottom: 10px;
}
.section-sponsored-education-courses .sponcer_main_show{padding-top:0;line-height:1em;}
.section-sponsored-education-courses h3.red {color:#9e161f; font-size: 18px;font-weight: normal;margin-bottom: 5px;}
