	/**
 * @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";

/* 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"; */



/* CSS Document niti */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: Arial,Helvetica, sans-serif; font-size:100%;font-style: inherit; /*font-weight: inherit;*/ margin: 0;padding: 0;}
article, aside, details, figcaption,figure,footer, header, hgroup, menu, nav, section {display: block; margin:0; padding:0; }

/*------------------------------------------------------------------Headings----------------------------------------------------------------*/
h1 { font-size: 120%; line-height: 22px; }
h2 { font-size:115%;  font-weight:600; }
h3 { font-size: 96%; line-height:21px; }
h4 { font-size: 90%; line-height: 22px; margin-top: 10px; margin-bottom: 10px; }
/*------------------------------------------------------------------Paragraph----------------------------------------------------------------*/
p { color:#000; text-align: left; font-size:14px; line-height:25px; margin:0 0 15px 0; font-family: Arial,Helvetica,sans-serif;   }
a { text-decoration:none; color:#000; font-family: Arial,Helvetica,sans-serif;}
.clear {clear:both;}
form {margin:0px; padding:0px;}
/*------------------------------------------------------------------ Lists----------------------------------------------------------------*/
ul ul, ul ol, ol ol, ol ul { margin: 0; }
ul { list-style-type: none; margin:0px; padding:0px;}
ul ul { list-style-type: circle;  }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol { margin:0px 0 0 30px; padding:0px; line-height:25px;}
ol ol { margin-top:10px; margin-left:40px; }
ol ol ol { margin-top:10px; margin-left:40px; }
/*-----------------------------------------------------------For unordered listing-------------------------------------------------*/
ul li { padding-left:0px; margin-bottom:0px; }
ul li ul li { list-style-type: none;  }
ul li ul li ul li { margin-bottom:0px; list-style-type: none; }
/*-----------------------------------------------------------For ordered listing-------------------------------------------------
ol li { list-style-type:decimal; margin-bottom:7px; }
ol li ol li { list-style-type:lower-alpha; }
ol li ol li ol li { margin-bottom:5px; list-style-type: decimal; }*/
.clear {clear:both;}
.cl{ clear:both;}
/*----------------------------------------------------------------Table------------------------------------------------------------------*/
table caption {background:#ededed; padding:8px; margin:6px 0; font-weight:bold;}
table { border: 1px solid #CCCCCC;   border-collapse: collapse;   font-size: 100%;   width: 100%;}
table tr th { background: none repeat scroll 0 0 #2a5caa;   border-left: 0 none;   border-right: 0 none;   color: #ffffff;   padding: 8px;   text-align: left; font-weight:600;}
table tr td {  border-bottom: 1px solid #CCCCCC;    border-left: 1px solid #CCCCCC;    border-right: 1px solid #CCCCCC;    color: #000000;    padding: 8px;}

body{font-family: Arial,Helvetica,sans-serif; overflow-x: hidden; }

 /*font-family:"helveticaneuelight"*/ 
/*@font-face {
    font-family: 'helveticaneuelight';
    src: url('HelveticaNeue Light-webfont.eot');
    src: url('HelveticaNeue Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeue Light-webfont.woff2') format('woff2'),
        url('HelveticaNeue Light-webfont.woff') format('woff'),
        url('HelveticaNeue Light-webfont.ttf') format('truetype'),
        url('HelveticaNeue Light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
img{ border:none;}
.mid-inner select {    background: #ebebeb none repeat scroll 0 0;    border: 1px solid #ccc;    margin: 5px 0;    padding: 4px 0;    max-width: 310px; width:100%;}
.mid-box{margin:0px auto 0; padding:0; max-width:1173px; width:100%;}
.region-header-top-left{ width:16%; float:left; }
.social-media ul li{float:left;margin:0;padding:0 10px 0 0;}
.social-media ul li img {
    height: 35px;
    width: 35px;
}
/*css for top bar*/
.access-content {
    width: 50.6%;  /**48.6**/
    float: right;
    margin: 8px 0 0 0;
    padding: 0;
}
.access-content  ul li{ float:left; margin:0; padding:0; color:#fff;}
.access-content  ul li a{ color: #fff;  text-decoration:none; font-size:13px;}
.block {    margin-bottom: 0;}
.region.region-header-top-right .block {    display: inline-block;}
#main .color-box ul li {  float: left;  margin: 0 3px;    padding: 0;}
#main .color-box ul li a{    padding : 0; }
#main .color-box ul li a.blue    {  background-color: #36c8c6;    display: block;    height: 15px;    width: 15px;}
#main .color-box ul li a.orange  {  background-color: #f58324;    display: block;    height: 15px;    width: 15px;}
#main .color-box ul li a.yellow  {  background-color: #ffca10;    display: block;    height: 15px;    width: 15px;}
#main .color-box ul li a.dark    {  background-color: #b8b8b8;    display: block;    height: 15px;    width: 15px;}
#main .color-box ul li a.light   {  background-color: #fff;       display: block;    height: 15px;    width: 15px;}




/*css for header and logo*/
.header-box{width:100%; float:left; padding: 15px 0; /*background:url(../images/header-bg.png) repeat;*/ background:#fff;  border-bottom: 5px solid #144788;}
.emblem{float:left; margin: 0 35px 0 0;}
.header__name-and-slogan { width: 30%; float: left;}
.header__name-and-slogan span {  color: #6c6c6c;  font-family: Arial,Helvetica,sans-serif;  font-weight: 500;  letter-spacing: .3px;}
.header__logo{ background:url(../images/logo.png) no-repeat; width:53px; height:89px; float:left;}
.header__site-link {  color: #2a5caa !important;  font-family: Arial,Helvetica,sans-serif;  font-size: 40px;  font-weight:bold; line-height: 50px;}
/*css for logo end*/

/*header right*/
.header-box-right{ float:right; margin: 15px 0 0; position: relative;}
.header-box-right .archived{ width:188px;margin:25px 0 0 0; display:block; height:37px; background-color:#3c69b0;}
.header-box-right .archived a{ font-size:15px; padding:12px 0 0 57px;display:block;background:url(../images/arrow.png) 30px 12px no-repeat;color:#FFF; text-decoration:none;}
.search{ float:right; margin:15px 0 0; padding:0 !important;}
.search input[type="text"]{width:170px; height:25.7px; border:1px solid #eaeaea;margin:0; padding: 0 0 0 5px; float:left; border-right:0px;}
.search input[type="submit"] {
    background: #f47e46 url("../images/search-icon.png") no-repeat scroll 5px 8px;
    border: 0 solid #eaeaea;
    float: right;
    height: 27px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 24px;
	cursor: pointer;
}
.form-item.form-type-select.form-item-custom-search-types{
    background: #2a5caa none repeat scroll 0% 0%;
    padding:15px 10px;
    z-index: 9999;
    border-radius: 0px 0px 5px 5px;
    width: 180px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.custom_search-popup-close {  background: rgba(0, 0, 0, 0) url("../images/close-button.png") no-repeat scroll 0 0;  left: 169px;  position: absolute;  top: 28px;  height: 30px;
  text-indent: -99999px;  width: 30px;  z-index: 99999;}

.menu #main-nav {    width: 100%;    z-index: 100;    position:relative;    background: url(../images/menu-bg.png) repeat-x;}
.menu #main-nav ul li a:hover {    color:#fff;}
.menu #main-nav ul ul{    display:none;    margin:auto;}
.menu #main-nav ul li:hover > ul {    display: block;    z-index:9999;}
.menu #main-nav ul {    margin:0px;    list-style: none;    position: relative;}
.menu #main-nav ul:after {    content: ""; clear: both; display: block;}
.menu #main-nav ul li {    float: left;    background:url(../images/menu-sapoter.png) no-repeat right;}
.menu #main-nav ul li:last-child {    background:none;}
.menu #main-nav ul li a {  display: block;  padding:0px 28px;  line-height:114px;  display:block;  color:#fff;  text-align:center;  text-decoration: none;   font-size:110%; }
.menu #main-nav ul ul {    border-radius: 0px; padding: 0;    position: absolute; top: 100%;    min-width:150px;}
.menu #main-nav ul ul li {    float: none;     position: relative;}
.menu #main-nav ul ul li a {    padding: 10px 15px;    line-height: 20px;    background: #2A5CAA;    width: 200px;    height: auto;    border-radius: 0px;    text-align: left;
                                color: #FFF;    border-bottom: 1px solid #05265A;    font-size: 90%;}	
.menu #main-nav ul ul li a:hover { background:#1d4f9d;}
.menu #main-nav ul ul ul {  position: absolute; left: 100%; top:0;}

.banner{  width:100%; float:left; position:relative;}
.banner ul li, .banner ul{width:100%!important;}
.banner ul li img{width:100%;}

.middle_container{ width:100%; float:left; background:#fff;}


/*Middle inner left menu csss*/
.mid-inner{ width:100%; float:left; }
.mid-inner .left {   background: rgba(0, 0, 0, 0) url("../images/header-bg.png") repeat scroll 0 0;    box-sizing: border-box;    float: left;    padding: 20px;    width: 25%;}
.team-niti h2 {
  background-color: #f47e46;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 79%;
  font-weight: bold;
  margin: 1px 0;
  padding: 7px 20px;
  text-transform: uppercase;
  width: 100%;
}
ul.jquerymenu li.parent {    background-image: none;    border-bottom: 1px solid #d0d0d0;    list-style: outside none none;    padding: 15px 0 5px 20px;}
ul.jquerymenu li ul li.leaf {margin: 0 0 1px;    padding: 10px;}
ul.jquerymenu li span.parent {    display: block;    height: 9px;    margin: 2px 0 0 -18px;    position: absolute;    width: 9px;}
/*Middle inner left menu csss end*/


/*inner left menu csss*/
.left .view-content .item-list ul li {    background: #2a5caa none repeat scroll 0 0;    margin-bottom: 1px;    padding: 10px;}
.left .view-content .item-list ul li a {  color: #fff;  font-size: 80%;  font-weight: 500;  line-height: 130%;}
.more-link {
  bottom: 12px;
  right: 5px;
}
.left .more-link {  margin: 10px 0;  text-align: right;  position: static;}
.more-link a {    background:#4577C5 none repeat scroll 0 0;    border-radius: 1px;    color: #fff;    font-size: 80%;    font-weight: 600;    padding: 5px 10px;}
.more-link a:hover {    background: #2A5CAA none repeat scroll 0 0;}
/*inner left menu csss end*/

.mid-inner .about-us{}
h2.block__title {margin:0; padding:7px 10px; background-color:#2A5CAA; color:#FFF; font-size:22px; font-size:100%;}
.mid-inner .block-menu-block ul li{margin:0; padding:0; background-color:#2a5caa; border-bottom:1px solid #406db3; width:100%; padding:10px 0;}
.mid-inner .block-menu-block ul li a{ display:block; margin:0; padding:0 0 0 27px; color:#FFF; text-decoration:none; font-size:14px; background:url(../images/boolet.png)  12px 4px no-repeat;}

.mid-inner .block-menu-block ul li ul{padding:5px 33px; background-color:#2a5caa;width:100%; padding:10px 0;}
.mid-inner .block-menu-block ul li ul li a{ display:block; margin-left: 18px; padding:0 0 0 40px; color:#FFF; text-decoration:none; font-size:14px; background:url(../images/boolet.png)  12px 4px no-repeat;}

.mid-inner .block-menu-block ul li ul li  ul{ display:block; margin: 0px; padding:0 0 0 40px; color:#FFF; text-decoration:none; font-size:14px; background:url(../images/boolet.jpg)  12px 4px no-repeat; box-sizing: border-box;}
.mid-inner .block-menu-block ul li ul li  ul li a{ display:block;  padding:0 0 0 40px; color:#FFF; text-decoration:none; font-size:14px; background:url(../images/boolet.png)  12px 4px no-repeat;}


.mid-inner .block-menu-block,
.mid-inner .block-menu-block ul,
.mid-inner .block-menu-block ul li,
.mid-inner .block-menu-block ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mid-inner .block-menu-block {    color: #ffffff;}
.mid-inner .block-menu-block ul ul ul.under{    display: none;} 
.align-right {    float: right;}
.mid-inner .block-menu-block > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background: #2a5caa;

}
.mid-inner .block-menu-block > ul > li > a:hover,
.mid-inner .block-menu-block > ul > li.active > a,
.mid-inner .block-menu-block > ul > li.open > a {    color: #eeeeee;    background: #13428c;}
.mid-inner .block-menu-block > ul > li.open > a {    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);    border-bottom: 1px solid #1682ba;}
.mid-inner .block-menu-block > ul > li:last-child > a, .mid-inner .block-menu-block > ul > li.last > a {    border-bottom: 1px solid #1682ba;}
.holder {    width: 0;    height: 0;    position: absolute;    top: 0;    right: 0;}
.holder::after{
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

/*#block-menu-block-8 ul ul li a {
    cursor: pointer;
    border-bottom:1px solid #fff;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #EEE;
    background: #49505A none repeat scroll 0% 0%;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;

}
*/
#block-menu-block-8  ul > li > a{
    padding: 15px 20px;
	border-bottom:1px solid #fff;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    background: #2A5CAA none repeat scroll 0% 0%;
}
#block-menu-block-8  ul > li > a:hover > span::after,
#block-menu-block-8  ul > li.active > a > span::after,
#block-menu-block-8  ul > li.open > a > span::after {
    border-color: #eeeeee;
}
.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}
#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {    background: #424852;    color: #ffffff;}
#cssmenu ul ul li:first-child > a { box-shadow: none;}
#cssmenu ul ul ul li:first-child > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);}
#cssmenu ul ul ul li a {  padding-left: 30px;}
#cssmenu > ul > li > ul > li:last-child > a, #cssmenu > ul > li > ul > li.last > a { border-bottom: 0;}
#cssmenu > ul > li > ul > li.open:last-child > a, #cssmenu > ul > li > ul > li.last.open > a { border-bottom: 1px solid #32373e;}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a { border-bottom: 0;}
#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after, #cssmenu ul ul li.open > a::after, #cssmenu ul ul li > a:hover::after {  border-color: #ffffff;}

/*mobile Toggal css start*/
.toggle-nav-bar {  background: #F47E46;  width: 41px;  float: left;  border-radius: 3px;  border:2px solid #2A5CAA;  position:absolute;  right: 0;  top: 49px; display:none;}
.toggle-nav-bar:hover {background: #2A5CAA; border:2px solid #F47E46;}
.menu-text {    color: #fff;    float: left;    font-size: 13px;    font-weight: 600;    margin: 2px 0 0 2px;}
.menu-icon {    background: rgba(0, 0, 0, 0) url("../images/menu_icon.png") no-repeat scroll 0 0;    float: left;    height: 30px;    width: 40px;}
/*mobile Toggal css end*/



.right-box {
    float: left;
    font-size: 92%;
    margin: 0 0 0 2%;
    position: relative;
    width: 73%;
	min-height: 600px;
}

.page-invited-talks-13 .right-box {
    float: left;
    font-size: 92%;
    margin: 0 0 0 2%;
    position: relative;
    width: 73%;
	min-height: auto;
}

#block-views-human-development-block #fssPlayPause{top:338px;}
.print-link {    display: block;    text-align: right;    padding-bottom: 0.5em;    position: absolute;    top: 0px;    right: 0px;}

.right-box ul li {display:block; padding:0 0 10px 20px; line-height:22px; background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll 0 5px;}
.no-sidebars .right-box {width: 100%; margin: auto; float: none; padding: 0;}   
.filefield{margin: 0 0 0 4px;}

.right-box .user_login { width: 40%;margin: auto;border: 2px solid #CCC;padding: 5px !important;border-radius: 5px !important;box-shadow: 0px 3px 5px 4px #BDBDC6;background-color: #26ECE5}
.right-box ul li ul li a {  background: url("../images/aero.png") no-repeat scroll left 12px rgba(0, 0, 0, 0);    display: block;}
.right-box ul li a {    text-align: justify;    vertical-align:top;}
.right-box ul li strong{    vertical-align:top;	}
.right-box .user_login input {    line-height: 22px;padding: 0;border-radius: 5px;width: 99%;}
.right-box .user_login .form-item {    margin: 10px 0;}
.right-box .user_login label {    display:block;    font-weight: bold;}
.bigtitle2{ float:left; margin: 10px 10px;  font-weight:900; background:#f3f3f3; padding:10px; box-sizing: border-box; margin:0px; border-radius: 10px 10px 10px 10px; }

/*.frame1 {    float: left;     margin: 12px  12px  12px  0px;     background: #e5e5e5;     overflow: hidden; border-radius:8px;}
.frame1 a {    display: block;     border: 8px solid #e5e5e5;}
.frame1 img {    display: block;     width: 240px;     height:160px; }
.frame1 a:hover {    border: 8px solid #2a5caa;}*/

.right-box h1{  color:#2a5caa;  margin:0 0 20px; border-bottom:1px solid #a7a9ac;  font-size:150%; line-height:35px;}
.right-box h2{  color:#2a5caa;  margin:0 0 25px; border-bottom:1px solid #a7a9ac;  font-size:150%; line-height:35px;}
.right-box h3{  color:#2a5caa;  margin:0 0 20px; border-bottom:1px solid #a7a9ac;  font-size:130%; line-height:35px;}
.right-box h4{  font-size:115%; }

.right-box p {
    line-height: 25px;
    
    padding: 0;
    text-align: justify;
}
.imgp{ float:left; width:520px;}
.right-box .blog-img-right{ margin:0 0 0 43px;}
.blog .blog-box .team-box{ margin:10px}
.blog .blog-box .blog-space{ margin:0;}
.image-box{ width:46%; padding:0; margin:0; float:right; height:307px; color:#FFF; border-bottom:20px solid #FFF; color:#666;}

/*Home page middle row  csss startag*/
.center-wrapper{ width:100%; float:left; }
/*.pane-title{    border-bottom: 1px solid #f1f1f1;    color: #fff;    font-size: 21px;    font-weight: 100; margin:0px 0 0px 0; background:url(../images/yellow-band.png) 0px 0px no-repeat; padding-left:10px; line-height:36px; }*/
.panel-pane {    clear: both;    position: relative; /*padding: 10px;*/ margin:0 10px 35px;}
/*.inside {position: relative;}*/
.inside .view-header{position: absolute;    right: 0;    top: 14px; margin:0 30px 0 0;}
.previ, .previi, .previu, .previii, .previiiii, .previiiiii, .prevo, .prev{background: url("../images/arrows.png") no-repeat scroll 0px 0px; width:20px; height:39px;float: left;cursor: pointer;margin: 0;}
.nexti, .nextii, .nextiu, .nextiii, .nextiiiii,  .nextiiiiii, .nexto, .next{background: url("../images/arrows.png") no-repeat scroll -19px 0px; width:23px; height:39px;float: left;cursor: pointer;margin: 0 2px 0 0;}

.inside .view-content .views-field-field-header-image {
  float: left;
  width: 242px;
}

/* .inside .view-content .views-field-title{
	clear:both:
	width:100%;
} */

.inside .view-content ul li a{color: #59595b;    font-family: Arial,Helvetica,sans-serif;    font-size: 14px; padding: 0 25px 0 0; line-height:28px;}
/*.inside .view-content ul li > img{border-radius: 2px; float:left;    box-shadow: 0 0 10px #999;    margin: 6px 15px 0 0;    padding: 5px; width:160px; height:130px;}*/

.inside .view-content ul li  img {
  border-radius: 2px;
  box-shadow: 0 0 10px #999;
  float: left;
  height: 130px;
  margin: 6px 15px 0 0;
  padding: 5px;
  width: 160px;
}

.inside .view-content .teamli .views-field-title{width:100%; float:left;}
.twitterfeed {  margin: 30px 0 0 60px;  width: 100%;  float: left;}
/*Home page middle row  endag*/

/*Team NITI csss*/
.pane-menu-menu-team-niti{ width:100%; float:left;}
.pane-menu-menu-team-niti ul li.menu__item.is-leaf {list-style-type: none; list-style-image: none; float:left; margin:0 4px 2px 0; padding:0; width:49%; background-color:#ececec;}
.pane-menu-menu-team-niti ul li a {text-decoration:none; font-size:17px; padding:14px 0 14px 32px; display:block; color:#231f20; background:url(../images/dot.png) 15px 19px no-repeat; font-family: Arial,Helvetica,sans-serif;}
.pane-menu-menu-team-niti ul li a:hover { background: #f6962f url(../images/dot.png) 15px 19px no-repeat; color:#FFF;}

/*NITI Events blog csss*/
.pane-views-events-block{width: 100%; float:left; position:relative;}
.pane-views-events-block ul{ width: 100%;    height: 160px;    overflow: auto;}
.pane-views-events-block ul li{width: 100%; float:left; border-bottom: 1px dashed #ddd; padding: 6px 0;}
.inside .pane-views-events-block  .view-content ul li img {  border-radius: 2px;  box-shadow: none;  margin: 0;  padding: 1px;  width: 100px;  height: auto;}
.inside .pane-views-events-block .view-content .views-field-field-header-image {  float: left;  width: 115px;}
.inside .pane-views-events-block .view-content .views-field-title {  float: none;  width: 100%;}
.pane-views-events-block .more-link {  bottom: -36px;  position: absolute;  right: 0px;}

/*New Initiatives csss*/
.pane-block.pane-views-new-initiatives-block{margin:0 0 20px 0; }
.view-new-initiatives {  width: 100%;  float: left; min-height:185px;}

/*NITI in News csss*/
.pane-block-8{ width:100%; float:left;}
#google_news{ width: 100%;    height: 395px;    overflow: auto;}
#google_news ul li {margin: 0 0 15px 0; padding:10px 10px;}

#google_news ul li:nth-child(even){
    background-color: #fff;
}
/* #vtrickerBlock {
    height: 180px !important;
} */
#google_news ul li:nth-child(odd){
    background-color:#f1f1f1;
}
#google_news ul li img{  float: left;  margin: 0 10px 5px 0; border: 1px solid #2A5CAA;  padding: 1px;}
#google_news ul li a {  color: #2A5CAA;  font-weight: 600;  margin: 0 0 6px 0;  display: table;}
#google_news ul li p {  color: #59595b;  font-size: 84%;  line-height: 20px;}

/*News and Announcements csss*/


/*NITI Blogs csss*/
.pane-views-niti-blogs-block{ width:100%; float:left;  min-height: 166px; background:#fafafa; padding: 10px 20px 20px; margin:30px 0 0 0; color:#333; box-sizing: border-box;  position: relative; border: 1px solid #f1f1f1; }
.pane-views-niti-blogs-block h2{border-bottom:1px solid #f6986b; color:#FFF!important;}
.inside .pane-views-niti-blogs-block .views-field-title{ font-size:17px; font-weight:bold; padding:0 0 10px; width:100%;}
.pane-views-niti-blogs-block p{color:#333;}
.pane-views-niti-blogs-block .more-link{bottom: 4px;}


/*footer-slider csss*/
.footer{ width:100%; padding:0; margin:0; background-color:#fff; float:left;}
.footer-lsider-box{ float:left; margin:0 0 0 85px;}
.footer .footer-slider .bx-window{width:1168px !important; position:relative;}
.footer .footer-slider .bx-wrapper{width: 1168px !important;}
.footer .footer-slider ul{ margin:0 2px;}
.footer .footer-slider ul li{ float:left; margin:1px 10px; padding:0; width:154px;height:148px; background-color:#FFF; position:relative;}
.footer .footer-slider ul li a{padding:0; display:block;}
.footer .footer-slider ul li a img {
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100px;
    width: 100px;
}
.footer .footer-slider .bx-prev{ position:absolute; top:77px; left:-80px; background:url(../images/left-arrow.png) no-repeat; width:10px; height:22px;}
.footer .footer-slider .footer-lsider-box .bx-wrapper .bx-next{position:absolute; top:70px; right:-732px!important;background:url(../images/right-arrow.png) no-repeat; width:10px; height:22px;}
.footer .footer-slider .pager {  clear:none;  padding: 0;  text-align: center;}


.footerupadte .footer_bottom{
	text-align:center;
	clear :none;
	padding:0;
	
	}

/*Main footer csss*/
.footer-nav{ width:100%; float:left;}
.cen{ text-align:center; display:block; }
#block-menu-block-7 {  background: #2A5CAA none repeat scroll 0 0;  padding: 15px 0; margin: 5px 0 0;}
.footer-nav  ul li{margin:0; padding:0; display:inline-block;}
.footer-nav  ul li a{color: #fff; margin:0;padding:15px 9px;text-decoration: none;vertical-align: top; font-weight: 600; }
.footer-nav  ul.menu li a:hover{background: #3168be; }
.link-of-gov { padding: 16px 0 10px 0; border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc; }
.link-of-gov ul li{width: 20%; }
.link-of-gov ul li img{ border: 1px solid #eee;   padding: 5px; }
.footer-text{
	font-size: 85%;
	margin: 0;
	text-align: right;
}
/*#block-block-4, #block-views-site-last-updated-block{background: url(../images/header-bg.png) repeat-x;}*/

.footerupadte .footer_bottom{background: url(../images/header-bg.png) repeat-x;}

.innner-page-main-about-us-bredcum {    padding: 10px 0 20px;  width: 100%;}
.breadcrumb {    /*centering*/    display: inline-block;    overflow: hidden;    border-radius: 5px;    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/    counter-reset: flag; }
.breadcrumb li   {    text-decoration: none;    outline: none;    display: block;    float: left;    line-height: 36px;    color:#333;    /*need more margin on the left of links to accomodate the numbers*/    padding: 0 10px 0 30px;    background: #f3f3f3;    position: relative;}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb li:first-child {    padding-left: 10px;    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/ }
.breadcrumb li:first-child:before {    left: 14px; padding-left:10px;}
.breadcrumb li:last-child {    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/    padding-right: 20px; }

/*hover/active styles*/
.breadcrumb li.active, .breadcrumb li:hover{    background: #ccc; color:#000;}
.breadcrumb a.active:after, .breadcrumb a:hover:after {    background: #ccc; color:#000;}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb li:after {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 0 5px 0 50px;
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  color: #000;
  content: "";
  height: 14px;
  position: absolute;
  right: -18px;
  top: 12px;
  transform: scale(0.707) rotate(45deg);
  width: 14px;
  z-index: 1;

}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
    content: none; 
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
    /*some styles now*/
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #f3f3f3;
    font-weight: bold; padding-left:10px;
}

.print-icons{ width:16px; height:18px; float:right; margin-right:15px; margin-top:10px;}
.notification_shadow {    background: url('../images/contactus_shadow.png') no-repeat scroll left bottom transparent;    min-height: 400px;    padding-top: 30px;    width: 403px;
    margin-left: 100px;    text-align: center;}
.sitemap ul li {background:none!important; padding-left:0px;}
.sitemap ul ul li {padding-left:15px;}

.testimonials{ background-color:#f47e46; display:block;margin:25px 0 0 0; padding:25px; color:#FFF; font-size:23px;}
.testimonials img{ float:left; margin:15px 36px 0 0; padding:0;}
.testimonials p{ width:610px; margin:15px 0 0;}

.testmoinals {width:733px; overflow:hidden; margin-bottom:15px;}
.test_top {width:733px; background:url(../images/testmoinals_top.jpg) left top no-repeat #fbfbfb; overflow:hidden; }
.test_bottom {width:733px; height:33px; background:url(../images/testmoinals_bottom.jpg) left top no-repeat;}
.test_thum {width:87px; height:100px; float:left; background:url(../images/test_thum_bg.png) left top no-repeat; margin:10px 0 0 10px; }
.thum_img {width:79px; height:93px; margin-left:1px;}
.test_content {width:595px; float:right; margin:10px 10px 0px 0;}
.content_h {min-height:70px;}
.test_content p {color:#010101;  }
.test_content h2 {text-align:left; margin:5px 0 5px 0; color:#cb3900; font-weight:bold; font-size:102%; }

.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F47E46 ), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #F47E46  5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #F47E46  5%, #ffab23 100%);
    background:-o-linear-gradient(top, #F47E46  5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #F47E46  5%, #ffab23 100%);
    background:linear-gradient(to bottom, #F47E46  5%, #ffab23 100%);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F47E46 ', endColorstr='#ffab23',GradientType=0); */
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-family: inherit;
    font-size:20px;
    padding:15px 30px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
    margin-left:30px;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #F47E46));
    background:-moz-linear-gradient(top, #ffab23 5%, #F47E46 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #F47E46 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #F47E46 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #F47E46 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #F47E46 100%);
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#F47E46',GradientType=0); */
    background-color:#ffab23;
}
.myButton:active {    position:relative;    top:1px;}
.alink{ color:#FFF !important;}
.go_button1 {  background: none repeat scroll 0 0 #116299;   color: #FFFFFF;  font-weight: bold;   padding: 4px; float:right}
.input-bgsearch {    border: 1px solid #CCC;    padding: 4px 4px;    width: 201px !important;    height: 20px;}

.team-niti h2 a { text-decoration:none; color:#ffffff;}
#fssList{ display:none;}
a#fssPlayPause {
    background: #f47e46 none repeat scroll 0 0;
    bottom: 13px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 95%;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 7px;
    position: absolute;
    right: 10px;
    width: 47px;
    z-index: 10;
}
.right-box a#fssPlayPause {bottom:295px; left: 90%;}
.right-box #block-views-ff0005b03a4644736374e5b11d054cef a#fssPlayPause {bottom:59%;}
/*.Pause {    background: rgba(0, 0, 0, 0) url("../images/navbuttons.png") no-repeat scroll 0 0;    text-indent: -99999px;}
.Play {    background: rgba(0, 0, 0, 0) url("../images/navbuttons.png") no-repeat scroll 0 -19px;    text-indent: -99999px;}*/
#slider { list-style:none;  padding:0px}
.slider-container {
    width: 100%;
    height: 109px;
    padding: 20px 0;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px;
    overflow: hidden;
}
#slider img { width:100%;  height:auto;  display:inline-block;  }
#slider li { width:110px; height:105px;}

/*.feedback .frm_row label {color:#353535;}
.feedback .frm_row input {border:1px solid #CCCCCC;}
.feedback .frm_row .button_row  input {background:#116299;border:none;color:#FFFFFF;}
.feedback .frm_row textarea {border:1px solid #CCCCCC;}
.captcha_form input {border:1px solid #CCCCCC;}
.feedback .frm_row {margin-bottom: 15px;}
.feedback .frm_row label {float:left;font-weight:bold;padding: 5px 0 0;width:130px; }
.feedback .frm_row input {float:left;height:25px;padding:5px;width:250px;}
.feedback .frm_row .button_row  input {font-weight:bold;margin-left:5px;padding:7px;  margin-top: 10px;width: 100px;}
.feedback .frm_row textarea {float: left;font-family: Arial,Helvetica,sans-serif;font-size:12px;height:70px;padding:5px;width:250px;}
.captcha_row, .n_text {float:left;margin: 0 0 10px 131px;}
.captcha_form input {height:25px;margin: 0 0 10px 131px;padding:5px;width:250px;}
.button_row {float:left;margin: 0 0 10px 125px;width:300px;}
.button_row input {border: medium none !important;cursor:pointer;float:left;height:30px!important;margin-right:10px;padding:7px;}*/

.constitution p:nth-child(2n+1){    background:#f3f3f3;}
.constitution p{    margin: 0 0 10px;    padding: 5px 10px;}
.constitution p strong{    font-weight:bold;}
.constitution p a{    color:#2a5caa;}
.right-box a{    color:#2a5caa;}
.header-container{    background:#2A5CAA;    min-height:40px;}
.screen ul,.text-size ul,.text-size ul li a{    color:#fff !important;}
.social-media img{    width:33px;}
.event-img{    border: 1px solid #CCCCCC;    padding: 3px;}


/*================================= Feedback form Csss===================================*/
#webform-client-form-40{ width:500px; float:left;}
#webform-client-form-40 .form-item {  margin: 20px 0 0;}
#webform-client-form-40 .grippie{ display:none; }
#webform-client-form-40 .description {  float: left;  width: 100%;}
#webform-client-form-40 textarea {border: 1px solid #999; border-radius: 1px;    padding: 5px 0;    width:100%; float:left;}
#webform-client-form-40 label{ width:100%; float:left;}
#webform-client-form-40 img { border: 1px solid #999999; margin-top: 10px; }

.right-box input[ type="text"]{border: 1px solid #999; border-radius: 1px; margin:5px 0;    padding: 5px 0;    width:100%; float:left;}
#webform-client-form-40 input[ type="email"]{border: 1px solid #999; border-radius: 1px;    padding: 5px 0;    width:100%; float:left;}
.right-box input[ type="submit"]{border: 1px solid #999; border-radius: 1px;    padding: 5px 0;    width: 100px; float:left; margin: 20px 0 0; cursor:pointer;}
.right-box input[ type="submit"]:hover{border: 1px solid #999; background:#2a5caa; color:#fff;}
.views-exposed-form .views-exposed-widget .form-submit {  margin-top: 21px;}
/*================================= Feedback form Csss End===================================*/


/*================================= NAVIGATION ===================================*/

ul.nice-menu a {    color: #fff;    font-size: 90%;    font-weight: 500;    font-family: Arial,Helvetica,sans-serif; }
ul.nice-menu a:hover { background: #f47e46 none repeat scroll 0 0; }
ul.nice-menu-down li.menuparent:hover {  background: #f47e46 url("../images/arrow-down.png") right center no-repeat; }
ul.nice-menu li ul li a{     background-color: #2a5caa;      color: #fff;    font-size: 85%;    line-height: 1.3em;    padding-bottom: 9px;    padding-top: 9px;    position: relative;}
ul.nice-menu li ul li a:hover, #nice-menu-1 li ul li.menuparent a:hover, #nice-menu-1 li ul ul li.menuparent a:hover{ background-color: #3168be!important; }
#nice-menu-1 li ul li.menuparent>a{background:url("../images/right-arrow2.png") no-repeat scroll 95% center #2A5CAA;}
#nice-menu-1 li ul ul li.menuparent a{background:url("../images/right-arrow2.png") no-repeat scroll 95% center #2A5CAA!important;}
#nice-menu-1 li ul ul li.menuparent ul li a{background:#2A5CAA!important;}
ul#nice-menu-1 ul ul li a{background:#3168BE}

ul.nice-menu ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width:0;
    left: -1px;
    margin-right: 0;
    top:3em;
}
ul.nice-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0;
    float: left;
}
ul.nice-menu ul li {  width: 280px; border-bottom:1px solid #fff; margin-left: 10px; padding-left: 7px;}
ul.nice-menu-down li ul li ul {  left: 280px; }
.navigation {background:#2A5CAA;   bottom: 0;    width: 100%;	float:left; box-shadow: 0 8px 8px -8px #666666; margin:0 0 20px; border-top:5px solid #4577c5;}
.fixed {    height: 79px;    position: fixed;    top: 0;    z-index: 3;}
ul.nice-menu-down {    border: 0 none;    float: none;}
ul.nice-menu-down li.menuparent {    background: transparent none no-repeat scroll right center;}
.fixed {
  height: 62px;
  position: fixed;
  top: 0;
  z-index: 3;
}



/** HDBI **/
.panels-flexible-region-hdi_two_column-center{    overflow:hidden;}
.view-id-hdbi_best_practices_banner.view-display-id-block .views-field.views-field-title {
    position: absolute;
    bottom: 0px;
    background: #000 none repeat scroll 0% 0%;
    display: block;
    width: 57.5%;
    line-height: 28px;
    color: #FFF;
    opacity: 0.7;
    padding: 5px;
}

/*Inner page human-development/announcements csss*/
.page-human-development-announcements .right-box ul li .field-content{}
.page-human-development-announcements .right-box ul li img{}
.view-hdbi-best-practices-banner {    width: 100% !important;}
.panels-flexible-hdi_two_column .panels-flexible-region-inside-last img{ width:100%;}


/*Inner page Gallery csss*/
.page-human-development-mediagalleryview .right-box .item-list ul li{background:rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left;padding:0;width:33.3333%;min-height: 180px;}
.page-human-development-mediagalleryview .right-box .item-list ul li img {    border: 3px solid;    border-radius: 2px;} 
.language-switcher-locale-url .active{ display: none; }

/*Inner page News and Announcements csss*/
.page-news-announcements .right-box .views-row{ width:100%; float:left; min-height:165px;  margin: 0 0 20px; border-bottom: 1px dashed #ccc;}
.page-news-announcements .right-box .views-field-field-header-image{ width:30%; float:left;}
.page-news-announcements .right-box .views-field-field-header-image img{ box-shadow: 0 0 5px #ccc; }
.page-news-announcements .right-box .views-field-title{ width:70%; float:left;}

/*Inner page News and Announcements csss*/
.page-events .right-box .views-row{ width:100%; float:left; min-height:165px;  margin: 0 0 20px; border-bottom: 1px dashed #ccc;}
.page-events .right-box .views-field-field-header-image{ width:30%; float:left;}
.page-events .right-box .views-field-field-header-image img{ box-shadow: 0 0 5px #ccc; }
.page-events .right-box .views-field-title{ width:70%; float:left;}

/*Inner page News and Announcements csss*/
.page-new-initiatives .right-box .views-row{ width:100%; float:left; min-height:165px;  margin: 0 0 20px; border-bottom: 1px dashed #ccc;}
.page-new-initiatives .right-box .views-field-field-header-image{ width:30%; float:left;}
.page-new-initiatives .right-box .views-field-field-header-image img{ box-shadow: 0 0 5px #ccc; }
.page-new-initiatives .right-box .views-field-title{ width:70%; float:left;}

/*Inner page Blog csss*/
.view-id-blog_link .views-row {  margin: 20px 0;}
.view-id-blog_link .views-row .views-field-title a {
  font-size: 100%;
  font-weight: 600;
}
.view-id-blog_link .views-row .views-field-nothing strong {
  color: #59595b;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

/*pagination next prev csss Start*/
ul.pager {
  float: left;
  list-style: outside none none;
  text-align: center;
  width: 100%;
  margin:15px 0;
}
ul.pager li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline;
  padding: 0;
}
ul.pager li a {
  border: 1px solid #2A5CAA;
  padding: 2px 10px;
}
ul.pager li.pager-current {
  background: #2A5CAA none repeat scroll 0 0;
  border: 1px solid #2A5CAA;
  color:#fff;
  padding: 2px 10px;
}
/*pagination next prev css end*/


.nojs {
    background: yellow none repeat scroll 0 0;
    color: red;
    padding: 5px;
    text-align: center;
}
.page-e-book .right-box .view-content .views-row {
    border: 2px solid #2a5caa;
    float: left;
    margin: 0 10px 10px 0;
    min-height: 285px;
    padding: 10px;
    text-align: center;
    width: 29%;
}
.page-e-book .right-box .view-content .views-row img{border: 1px solid #ddd; margin: 5px 0 0;}
.page-e-book .right-box .view-content .views-row .views-field-title a {
  color: #000;
  font-size: 16px;
}
.right-box .field-type-text-with-summary{ /*overflow-x: auto; */}
.page-photo-gallery .right-box .view-id-photo_gallery.view-display-id-page_1 .view-content .views-row {
  border-bottom: 1px dashed #2a5caa;
  float: left;
  margin: 0 40px 0 0;
  min-height: 320px;
  padding: 0 0 20px;
  width: 28%;
}
.page-photo-gallery .right-box .view-content .views-row .item-list li{ background:none; float:left; padding:6px; border:1px solid #27989a; margin:25px;}
.page-photo-gallery .right-box .view-content .views-row .item-list li img{height:140px}
.page-photo-gallery  .right-box .view-content .views-row .frame1{ float: left;    width: 235px;}
.page-photo-gallery  .right-box .view-content .views-row .frame1 img{  width: 100%; height:146px}

.view-internship   .views-field-title h2 {
    
    border-bottom: 0px solid #a7a9ac;
    font-size: 120%;
 
}
.region.region-header-top-right {
  float: right;
}


.pane-views-niti-blogs-block {

    width: 34%; margin-right:0.5%; margin-top:0px;
}



.pane-block-8 {
    float: left;
    width: 31.5%; clear:none;  padding: 10px 20px 11px;  background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #f1f1f1;
}

.pane-block-3 { float:right;
    width:30%; clear:none;
}

.twitterfeed {
    margin: 0px 0 0 0px;

}

.tweet {
    float: left;
	margin: 0 4% 0 5.6%;
	min-height: 470px;
	width: 31%;
	border: 1px solid #2A5CAA;
	border-radius: 4px;
}
.center-wrapper .view-content{
 min-height:155px;
}


/*
#block-views-site-last-updated-block{
text-align:center;
width:100% background : repeat
}*/
/*.inside .pane-views-cooperative-federalism-block{
margin-bottom:185px;
}
.view-cooperative-federalism .more-link {
 bottom: -150px;
    position: absolute;
    margin: 0 30px 0 0;
}*/

/*.view-state-statistics .more-link{
	bottom: 0px;
	position: absolute;
    margin: 0 30px 0 0;	
}
*/
.region.region-footer-slider2 {
    width: 100%;
    float: left;
}

.footerupadte .footer_bottom {
	background:url("../images/header-bg.png") repeat-x;
	padding:10px 8px;
}	
	
.mediablogtweet{
	background:#f0f0f0;
    width: 100%;
    float: left;
	margin: 15px 0 0;
	padding:45px 0 30px;
}
	
.mediablogtweet .blog{
	background-color: #fafafa;
    width: 30%;
	float:left;
	min-height:429px;
	/*margin: 35px 10px;*/
	border: 1px solid #2A5CAA;
	border-radius: 5px;
	box-sizing: border-box;
	/*padding: 10px 20px 11px;*/
}
.mediablogtweet .media {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #2A5CAA;
	float: right;
	/*margin: 35px 10px;*/
	border-radius: 5px;
    /*padding: 10px 20px 11px;*/
	width:28%;
	min-height:470px;
}
.twitter-timeline.twitter-timeline-rendered {
  height: 426px !important;
}

.panel-pane .view-knowledge-hub ul li ul li {
    color:#000;
    list-style-type: square;
    margin-left: 15px;
}

.panel-pane .view-knowledge-hub ul li ul li:hover{
	text-decoration:underline;	
}
ul.nice-menu li {
  position: relative;
}
ul.nice-menu-down .menuparent a {
  padding-right:2px;
  padding-left:3px;
}
.mediablogtweet .view-id-niti_blogs {
  padding: 10px 20px 11px;
}
.footer_lastupdate .views-field.views-field-changed {
  font-size: 13px;
  float: left;
  padding:5px 0 0;
}
.views-field-nothing strong {
  font-size: 14px;
}
.pane-title {
  border-bottom: 1px solid #7e7e7e;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 20px;
  padding-left: 0;
  text-transform: uppercase;
  color:#2A5CAA;
}
.sidebar .menu li {
  background:#F47E46;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  list-style-image: none;
  list-style-type: none;
  padding:5px 11px;
}
.sidebar .menu li a {
color:#fff;
}
.mid-inner .left .block-menu-block ul li ul li a{
margin:0;
}
.sidebar .block{
margin:0 0 10px;
}
.header__site-link{text-decoration:none !important;}
/*.right-box .views-field.views-field-title {
  padding-bottom:15px;
  float:left;
  width:100%;
}*/
.right-box .view-id-17goals .field-content {
  float: left;
  margin-bottom: 8px;
  padding-left: 8px;
  width: 15%;
}
.right-box .view-id-17goals .field-content img{width:100%;height: auto;}
.middle_container .inside h2 a {
    color: #2A5CAA;
}
.middle_container .inside h2 a:hover {
  color: black;
}
.banner:hover #fssPrev {
    opacity: 1;
    left: 0px;
}
#fssPrev {
    background: rgba(0, 0, 0, 0) url("../images/left_arrow.png") repeat scroll 0 0;
    color: #fff;
    height: 44px;
    left: -5px;
    padding: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 180px;
    width: 33px;
}
.banner:hover #fssNext {
    opacity: 1;
    right: 0px;
}

#fssNext {
    background: rgba(0, 0, 0, 0) url("../images/right_arrow.png") repeat scroll 0 0;
    color: #fff;
    height: 44px;
    padding: 5px;
    position: absolute;
    right:0px;
    text-indent: -9999px;
    width: 33px;
	top:180px;
}
.right-box  #fssNext {
  bottom: 72%;
}
.right-box  #fssPrev {
  bottom: 72%;
}
.right-box  #block-views-ff0005b03a4644736374e5b11d054cef .view-content {
  width: 100% !important;
}


.sub-grp h3{border-bottom: none; margin-right:10px; float:left;}
.sub-grp h3 a {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007473), color-stop(1, #007473));
	background:-moz-linear-gradient(top, #007473 5%, #279B9A 100%);
	background:-webkit-linear-gradient(top, #007473 5%, #279B9A 100%);
	background:-o-linear-gradient(top, #007473 5%, #279B9A 100%);
	background:-ms-linear-gradient(top, #007473 5%, #279B9A 100%);
	background: linear-gradient(to bottom, #007473 5%, #279B9A 100%);
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007473', endColorstr='#279B9A',GradientType=0); */
	background-color:#007473;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682; width:335px; text-align:center; 
}
.sub-grp h3 a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #279B9A), color-stop(1, #007473));
	background:-moz-linear-gradient(top, #279B9A 5%, #007473 100%);
	background:-webkit-linear-gradient(top, #279B9A 5%, #007473 100%);
	background:-o-linear-gradient(top, #279B9A 5%, #007473 100%);
	background:-ms-linear-gradient(top, #279B9A 5%, #007473 100%);
	background: linear-gradient(to bottom,  #279B9A 5%, #007473 100%);
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#279B9A', endColorstr='#007473',GradientType=0); */
	background-color:#279B9A;
}
h3 span.field-content {
    text-align: left;
    line-height: 24px;
}
span.field-content {
    text-align: justify;
	display: block;
}
.sub-grp h3 a:active {
	position:relative;
	top:1px;
}

.views-field-title-1 .field-content a:hover {
    text-decoration: underline;
}
.view-content {
    width: 100% !important;
}

ul.menu .menu{display:none;}
.view.view-photo-gallery .framel img{height:146px; width:100%;}
.view-id-circular_notification.view-display-id-page table tr th:last-child{width:178px}


.page-node-5 .views-exposed-form .views-exposed-widget {
    width: 30%;
}

.views-exposed-form.views-exposed-widget .mid-inner select{ margin:0px;} 

.one-sidebar .sidebar-first .right-box ul li{ padding:0 30px 20px 30px; margin:10PX 0}

.page-archive-data .views-exposed-widget{ width:46%}
.page-archive-data .views-exposed-widget label {
    float: left;
    width: 80px;
    padding: 10px 0;
}
.page-archive-data .views-exposed-form .views-exposed-widget .form-submit{margin-top:2px;}

.page-tenders table tr th:last-child{width:150px}


.page-search-node label {
    float: left;
    margin: 5px 9px 5px 0;
    width: 185px;
}

.page-search-node .right-box .form-text {
    float: left;
    margin: 0 5px;
    width: 400px;
}

.page-search-node .right-box .form-submit {
    margin: 0 5px;
}
.mediablogtweet .blog h2 a {
  color: #fff;
}

.mediablogtweet .media h2 a {
  color: #fff;
}

.description{
	display: none;
}
.page-niti-initiatives .views-field.views-field-field-header-image {
  float: left;
  width: 30%;
}

.page-niti-initiatives .right-box .views-field-title {
  float: left;
  width: 70%;
}

.page-niti-initiatives .right-box .views-row {
  border-bottom: 1px dashed #ccc;
  float: left;
  margin: 0 0 20px;
  min-height: 165px;
  width: 100%;
}
img.new {
    width: auto !important;
    height: auto !important;
	padding: 0px !important;
}
/*.views-row.views-row-1.views-row-odd.views-row-first.views-row-last {
    float: left;
}*/

li.blog_usernames_blog.first.last {
    display: none;
}
.site-map-box-menu .content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    /* overflow: unset; */
    width: 100%;
}
.pane-views-initiative-announcements-block .views-field-field-header-image {
    width: 195px!important;
}
#vtrickerBlock ul li > span img {
    float: none!important;
}
.view-aim-submission-of-applications table tr th {
    background: #fff;
    color: #000;
}
.view-aim-submission-of-applications table tr td{
	border-bottom: none;
    border-left: none;
    border-right: none;
	padding: 5px 0px 4px 8px;
	line-height: 0px;
	}

.view-aim-submission-of-applications table{border:none;}
.view-aim-submission-of-applications table tr th.scheme {
    width: 45%;
}

.view-aim-submission-of-applications table tr th.date {
    width: 23%;
}
.view-aim-submission-of-applications table tr th.applic {
    width: 1%;
}
.views-field-totalcount .field-content {
    text-align: right;
}
#webform-client-form-41 {
    float: left;
    width: 500px;
}
#webform-client-form-41 input[type="email"] {
    border: 1px solid #999;
    border-radius: 1px;
    float: left;
    padding: 5px 0;
    width: 100%;
}

#webform-client-form-41 img {
    border: 1px solid #999999;
    margin-top: 10px;
}
#webform-client-form-41 textarea {
    border: 1px solid #999;
    border-radius: 1px;
    float: left;
    padding: 5px 0;
    width: 100%;
}
#webform-client-form-41 .grippie {
    display: none;
}
.inside .view-content ul li img.file-icon {
    width: 2%;
    height: auto;
}
.pane-views-arbitration-india-block .field-content img {
    width: 160px !important;
}

#disclaimerbutton > a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #007473;
    border-radius: 5px;
    color: #007473;
    font-size: 14px;
    padding: 2px 7px 2px 8px;
    text-shadow: 0 0 0.8px;
}
#feeddiv {
    margin-bottom: 10px;
    max-height: 370px;
    overflow-x: hidden;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
}
#feeddiv table tr td {
    border: none;
    border-top: none;
}
.footer_lastupdate .region-footerbottom div {
    display: inline-block;
    margin: 0 44px 0 0;
}
.view-id-documents_reports_ ol li p {
    margin: 0;
}
.region-navigation ul.nice-menu li {border-right: 1px solid #fff;}
.region-navigation ul{padding: 15px 0 15px 0;}

.node-state-statistics {
    overflow: auto;
}
.block.block-styleswitcher.even ul li {
    margin-right: 8px;
}
.view-display-id-block .red {
    color: #FF0000;
}

.view-display-id-block .Matrix > a {
    color: #3B5BAF!important;
}
p.search-info {
    display: none;
}