@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  box-sizing: border-box;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  /*-- CSS3 Transition --*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a:focus,
a:hover,
a:active {
  outline: dotted 1px #585858;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

object,
embed {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.2em;
  *top: -0.3em;
  font-weight: normal;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Form Elements */
input,
select {
  vertical-align: middle;
}

/* Placeholder configaration*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* make buttons play nice in IE */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

/*Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* hand cursor on clickable elements */
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.ie6 input {
  vertical-align: text-bottom;
}

/*Re-set default cursor for disabled elements.*/
button[disabled],
input[disabled] {
  cursor: default;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

input[type="radio"] {
  vertical-align: text-bottom;
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"] {
  vertical-align: text-bottom;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* Removes inner padding and search cancel button in Safari 5 and Chrome*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::selection {
  background: rgba(0, 0, 0, .2);
  /* Safari */
}

::-moz-selection {
  background: rgba(0, 0, 0, .2);
  /* Firefox */
}

/*===========Usefull CSS===========*/
.clear {
  clear: both;
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.footer-top-wrapper ul:before,
.footer-top-wrapper ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.footer-top-wrapper ul:after {
  clear: both;
}

.float-element:before,
.float-element:after {
  display: table;
  line-height: 0;
  content: "";
}

.float-element:after {
  clear: both;
}





/* Common Section Start
----------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #0e0e31;
  font-size: 14px;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
.h1 {
  font-size: 220%;
  padding-bottom: 6px;
  line-height: 120%;
}

h2,
.h2 {
  font-size: 200%;
  padding-bottom: 6px;
  line-height: 120%;
}

h3,
.h3 {
  font-size: 180%;
  padding-bottom: 6px;
  line-height: 120%;
}

h4,
.h4 {
  font-size: 150%;
  padding-bottom: 6px;
  line-height: 120%;
}

h5,
.h5 {
  font-size: 130%;
  padding-bottom: 6px;
  line-height: 120%;
}

h6,
.h6 {
  font-size: 100%;
  padding-bottom: 6px;
  line-height: 120%;
}

a {
  color: #0e0e31;
}

p {
  color: #0e0e31;
  font-size: 120%;
  text-align: justify;
  padding-bottom: 15px;
  line-height: 1.7;
}

.body-wrapper ul li,
.body-wrapper ol li {
  line-height: 180%;
  margin: 0 0 8px 0px;
}

.wrapper {
  position: relative;
}

.sticky {
  z-index: 999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.wrapper:before,
.wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}

.wrapper:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1180px;
}

.sidebar-first .content-portion {
  width: 90%;
}

.sidebar-second .content-portion .text-wrap {
  width: 90%;
}

/* Top Bar Start
----------------------------------*/
.top-wrapper {
  background: #191919;
  border-bottom: 1px solid #eeeeee;
  /* background-image: url("../images/topbar-bg.jpg");*/
}

.top-container-left {
  float: left;
  width: 44%;
  padding: 7px 0 0;
}

.top-container-left ul li a {
  border-right: 1px solid #8e8e8e;
  color: #fff;
  padding: 0 10px;
  background: #191919;
}

.top-container-left ul li a:hover {
  color: #fff;
}

.top-container-right {
  float: right;
  text-align: right;
  width: 40%;
}

.top-container-right .content {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.top-container-right .form-submit {
  border: none;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  background: none;
  font-family: 'Open Sans', sans-serif;
  height: 34px;
}

.top-container-right .form-submit:hover {
  background: #D7D7D0;
  color: #000;
}

.top-container-right .form-submit.active {
  background: #2A75BB;
}

#block-block-30 {
  float: left;
  width: auto;
}

.top-container-right #block-block-30 p {
  color: #fff;
  font-size: 14px;
  line-height: 166%;
  padding: 5px 0 0;
}


ul.font-controll {
  float: left;
}

ul.font-controll li {
  float: left;
}

.high-contrast {
  border-radius: 1px;
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0 6px;
}

.high-contrast.dark {
  background: #686868;
  color: #fff;
}

.high-contrast.light {
  background: #fff;
  color: #363636;
}

.region-header-top-left .block-locale {
  width: 158px;
  float: left;
}

ul.language-switcher-locale-url li {
  float: left;
}

/* Top Bar End
----------------------------------*/

/* Header Section Start
----------------------------------*/

.header-container {
  padding: 10px 0 5px;
}

.logo {
  /* background-image: url("../images/emblem-dark.png");
  background-repeat: no-repeat;
  background-size: 7% auto;*/
  float: left;
  line-height: 80%;
  min-height: 80px;
  padding: 0px;
  text-transform: uppercase;
  width: 70%;
  font-size: 220%;
  font-weight: bold;
}

.logo img {
  float: left;
}

.logo .main_gov {
  /*  color: #990000; */
  font-size: 70%;
  display: table;
  font-weight: 500;
  padding-top: 30px;
}

.logo .sub_dept {
  font-size: 65%;
  color: #2a75bb;
  display: table;
}

.logo .main_dept {
  font-size: 18px;
  /*  color: #000; */
  font-weight: normal;
  display: table;
}

.logo .grey-text {
  color: #000;
}

.logo .brown-text {
  color: #990000;
}

.header-right {
  float: right;
}

.right-content {
  padding-top: 18px;
}

.search-area {
  position: relative;
}

.header-right .views-exposed-widget,
.header-right .views-exposed-widgets {
  margin: 0;
  padding: 0;
}

.header-right .views-widget-filter-title .form-text {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #777;
  font-family: open sans;
  font-size: 15px;
  height: 40px;
  padding: 5px 55px 5px 10px;
  width: 285px;
}

.header-right .views-exposed-widget .form-submit {
  background-color: #2a75bb;
  background-image: url("../images/ico-search.png");
  background-position: 11px 8px;
  background-repeat: no-repeat;
  border: 1px solid #2a75bb;
  cursor: pointer;
  height: 39px;
  line-height: 27px;
  position: absolute;
  right: 0;
  text-indent: -200px;
  top: 0;
  width: 45px;
  margin-top: 0;
}

.header-right .form-submit:hover {
  background-color: #164f9c;
}

/* Header Section End
----------------------------------*/


/*Nav Section
----------------------------------*/
.nav-wrapper,
.tb-megamenu {
  background: #2a75bb;
}

.nav-wrapper .tb-megamenu .nav>li>a {
  border-bottom: 5px solid #2a75bb;
  color: #fff;
  display: block;
  font-size: 105%;
  padding: 7px 22px 4px;
  border-right: 1px solid #5495d2;
  font-weight: normal;
  height: 37px;
}

.nav-wrapper .tb-megamenu .nav>li>a:hover,
.nav-wrapper .tb-megamenu .nav>li>a:focus,
.nav-wrapper .tb-megamenu .nav>li.dropdown.open.active>a:hover,
.tb-megamenu .nav li.dropdown.open>.dropdown-toggle {
  border-bottom: 5px solid #000066;
  background: #F2F2F6;
  color: #000;
}

.nav-wrapper .tb-megamenu .nav>.active>a,
.tb-megamenu .nav>.active>a:hover,
.tb-megamenu .nav>.active>a:focus {
  background-color: #ececec;
  border-bottom: 5px solid #000066;
  color: #000;
}

.nav-wrapper .tb-megamenu .nav li.dropdown.active>.dropdown-toggle,
.nav-wrapper .tb-megamenu .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #F2F2F6;
  border-color: #000066;
  color: #000;
}

.nav-wrapper .tb-megamenu .nav li.level-1:nth-child(1) a {
  background: #990000 none repeat scroll 0 0;
  border-bottom: 5px solid #990000;
  border-right: medium none;
}

.nav-wrapper .tb-megamenu .nav li.level-1:nth-child(1) a:hover {
  background: #F2F2F6 none repeat scroll 0 0;
  border-bottom: 5px solid #000066;
}

.nav-wrapper .tb-megamenu .nav li.level-1:nth-child(2) a {
  line-height: 26px;
  font-size: 25px;
  height: 37px;
  overflow: hidden;
  padding: 3px 20px 1px;
  width: 63px;
  border-right: 1px solid #5495d2
}

.nav-wrapper .tb-megamenu .nav li.dropdown>.dropdown-toggle .caret {
  border-bottom-color: #ECECEC;
  border-top-color: #ECECEC;
  margin-top: 11px;
}

.nav-wrapper .tb-megamenu .nav li.dropdown:hover>.dropdown-toggle .caret,
.nav-wrapper .tb-megamenu .nav li.dropdown.active>.dropdown-toggle .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}

.megamenu_news {
  border: 1px solid #cdcdcd;
  background: #fff;
  width: 95%;
  border-radius: 1px;
}

.megamenu_news p {
  font-size: 15px;
  padding: 10px 15px;
}


/* Dropdown Menu Section */
.nav-wrapper .tb-megamenu .dropdown-menu {
  background-color: #F2F2F6;
  border-style: none;
  box-shadow: 0 0 6px #c6c6c6 inset;
  padding: 20px 15px;
  min-height: 370px;
}

.nav-wrapper .tb-megamenu .dropdown-menu li>a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  display: table;
  padding: 5px !important;
}

.nav-wrapper .tb-megamenu .dropdown-menu li>a::before {
  color: #2a75bb;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 17px;
  left: -15px;
  margin: 0 -10px 0 0;
  position: relative;
}

.nav-wrapper .tb-megamenu .dropdown-menu li>a:hover,
.nav-wrapper .tb-megamenu .dropdown-menu li>a:focus {
  background: #2A75BB;
  color: #fff;
}

.tb-megamenu .dropdown-menu .active>a,
.tb-megamenu .dropdown-menu .active>a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 2px solid #2a75bb;
}

.tb-megamenu .dropdown-menu li>a {
  border-top: medium none;
}

.tb-megamenu .org-main .row-fluid+.row-fluid {
  border-top: medium none;
  padding-top: 0;
}

.tb-megamenu .schemes-main .row-fluid+.row-fluid {
  border-top: medium none;
  padding-top: 0;
}





/*Nav Section End
----------------------------------*/


/* Banner Section Start
----------------------------------*/
.banner-wrapper {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.banner_left {
  width: 54.5%;
  float: left;
}

.banner_right {
  width: 44%;
  float: right;
}

.flexslider ul li p {
  background: rgba(105, 105, 105, 0.80) none repeat scroll 0 0;
  bottom: 0;
  color: #fefefe;
  font-size: 14px;
  padding: 6px 45px 6px 10px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.views_slideshow_controls_text .views_slideshow_controls_text_previous a,
.views_slideshow_controls_text .views_slideshow_controls_text_next a {
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 45px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  z-index: 10;
}

.views_slideshow_controls_text .views_slideshow_controls_text_next a {
  background: #fff url("../images/arrow-next.png") no-repeat scroll 7px 13px;
  right: 3%;
}

.views_slideshow_controls_text .views_slideshow_controls_text_previous a {
  background: #fff url("../images/arrow-prev.png") no-repeat scroll 8px 13px;
  left: 3%;
}

.views_slideshow_controls_text .views_slideshow_controls_text_previous a {
  z-index: 99
}

.views_slideshow_controls_text .views_slideshow_controls_text_next a {
  z-index: 99
}

.views_slideshow_controls_text .views-slideshow-controls-text-pause a {
  color: #000000;
  cursor: pointer;
  display: block;
  height: 20px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 92%;
  width: 20px;
  z-index: 99;
}

.views_slideshow_controls_text .views-slideshow-controls-text-status-play a {
  background: rgba(0, 0, 0, 0) url("../images/navbuttons.png") no-repeat scroll 0 0;
  text-indent: -99999px;
}

.views_slideshow_controls_text .views-slideshow-controls-text-status-pause a {
  background: rgba(0, 0, 0, 0) url("../images/navbuttons.png") no-repeat scroll 0 -19px;
  text-indent: -99999px;
}

#views_slideshow_cycle_teaser_section_home_flexslider-block {
  position: relative;
  width: 100% !important;
}

#views_slideshow_cycle_teaser_section_home_flexslider-block {
  width: 100% !important
}

.views-slideshow-cycle-main-frame-row {
  width: 100% !important
}

.views-slideshow-cycle-main-frame-row img {
  width: 100% !important
}

/* Banner Section End
----------------------------------*/


/* Banner right categoriesport Start
----------------------------------*/
.banner_block_one {
  height: 175px;
  line-height: 43px;
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}

.categoriesport .view-id-portlets a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-color: #efefef;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  background: #fafafa;
  font-size: 105%;
  font-weight: 600;
  height: 55px;
  line-height: 22px;
  padding: 5px;
  width: 270px;
  text-align: center;
}

.categoriesport a:hover {
  color: #2A75BB;
}

.banner_block_one img {
  height: 120px;
  width: 270px;
}

/* Banner right categoriesport End
----------------------------------*/


/* Banner right categorieslinks Start
-------------------------------------------*/
.categorieslinks ul.menu li:first-child a {
  background: rgba(0, 0, 0, 0) url("../images/click.jpg") no-repeat scroll right center;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  color: #2a75bb;
  font-size: 104%;
  text-transform: uppercase;
}

.categorieslinks ul.menu li a {
  float: left;
  font-size: 115%;
  padding: 4.6px 0;
  width: 100%;
}

.categorieslinks ul.menu li a::before {
  color: #2a75bb;
  content: "»";
  padding-right: 5px;
}

.categorieslinks ul.menu li a:hover {
  background-color: #f2f2f2;
}

ul li.leaf {
  list-style: outside none none;
  padding: 0;
}

ul.menu li {
  margin: 0;
}

/* Banner right categorieslinks End
--------------------------------------------*/



/* Middle Section Start
----------------------------------*/
.body-wrapper {
  width: 100%;
  float: left;
}

.body-container {
  padding: 20px 0 0px;
}

.body-container h3 {
  border-bottom: 3px solid #d3cfc9;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mainlineone li a {
  font-size: 120%;
}

.mainlineone li a:hover {
  color: #005ea5;
}

.col1 ul li a::before {
  color: #2a75bb;
  content: "⇢";
  padding-right: 10px;
}

.col4 li+li {
  border-top: 1px solid #e6e7e7;
  padding: 5px 0 0;
}

.mainlineone ul li span {
  color: #726B68;
}

.read_more {
  left: 220px;
  position: relative;
  top: -26px;
  color: #000;
}

.read_more:hover {
  color: #0000FE;
}

.latest_news ul li {
  line-height: 140%;
  padding-bottom: 8px;
}

/*.posiabsolutetiutle .region-footer-firstcolumn .view-front-page-impotent-data{float: left;   width: 49%;}*/

.posiabsolutetiutle .region-footer-firstcolumn .view-front-page-impotent-data {
  width: 100%;
}

.posiabsolutetiutle .region-footer-firstcolumn .view-front-page-impotent-data ul li {
  width: 50%;
  float: left;
}

.mainlinetwo {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 2px solid #bfc1c3;
}

.mainlinetwo .item-list ul {
  margin: 0;
}

.mainlinetwo .item-list ul li {
  margin: 0 0 20px;
  padding: 0 10px;
  min-height: 222px;
  overflow: hidden;
}

.mainlinetwo .item-list ul li img {
  width: 280px !important;
  height: 150px !important
}

.mainlinetwo .item-list ul li a {
  color: #454545;
  float: left;
  font-size: 130%;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.mainlinetwo .item-list ul li a:hover {
  background: #E7ECF0;
}

/* Middle Section Start End
----------------------------------*/




/* Inner Section Start
-----------------------------------------------------------------------------------------------*/
.inner-page-title {
  font-weight: 600;
  border-bottom: 3px solid #d3cfc9;
  margin-bottom: 20px;
  font-size: 200%;
}

.inner-body-container {
  padding: 0 0 20px 0px;
  letter-spacing: 0.01em;
  min-height: 600px;
}

.content-portion h2,
.content-portion .views-field-title span a {
  font-weight: 600;
  font-size: 150%;
  display: block;
}

.content-portion h3 {
  background: rgba(0, 0, 0, 0) url("../images/check.png") no-repeat scroll 0 8px;
  color: #10509a;
  font-size: 130%;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 6px 0 5px 30px;
}

.content-portion a {
  color: #2A75BB;
}

.content-portion a:hover {
  text-decoration: underline;
}

/*right sidebar image */
.right-sidbar-image.detailDataImage {
  background: url("../images/secondlabelinnerpage-rightgraphic.jpg") no-repeat;
  width: 90%;
  height: 500px;
  margin-left: 35px;
}

.right-sidbar-image.listDataImage {
  background: url("../images/firstlabelinnerpage-rightgraphic.jpg") no-repeat;
  width: 90%;
  height: 500px;
  margin-left: 35px;
}

.wrap-style {
  background: url("../images/left-side-shadow.png") left top no-repeat;
  padding-left: 8%;
}

/* Inner Page Banner Section Start
-------------------------------------------------*/
.inner_banner {
  width: 100%;
  background: #2A343D;
  position: relative;
  height: 50px;
  overflow: hidden;
}

.bannertitle-wrapper {
  color: #f2f2f2;
  left: 25px;
  position: absolute;
  top: -43px;
}

.categoryfirst {
  font-size: 25px;
  font-weight: 600;
}

.categorysecond {
  font-size: 24px;
  font-weight: 400;
  display: none;
}

/* Inner Page Banner Section End
-------------------------------------------------*/


/* Inner Section .mid_cont_txt Start
-------------------------------------------------*/
.mid_cont {
  margin-bottom: 20px;
  min-height: 160px;
}

.mid_cont_img {
  float: left;
  margin-right: 20px;
}

.mid_cont_img>img {
  border: 4px solid #ccc;
  border-radius: 1px;
}

.mid_cont_txt {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.content-portion .mid_cont_txt h2 {
  color: #000;
}

.content-portion .item-list .text-wrap a,
.content-portion .item-list table td a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: medium none;
  color: #2a75bb;
  text-decoration: underline;
  display: block;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.mid_cont_txt ul li,
.content-portion .views-field-body ul li {
  background: rgba(0, 0, 0, 0) url("../images/list-icon.png") no-repeat scroll 0 12px;
  display: table;
  float: none;
  font-size: 120%;
  padding: 0 0 0 30px;
  text-align: justify;
}

.mid_cont_txt ol li,
.content-portion .views-field-body ol li {
  font-size: 120%;
  text-align: justify;
}

.content-portion .views-label-field-attached {
  border-bottom: 1px solid;
  color: #990000;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.content-portion ol {
  margin-left: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mid_cont_txt ol {
  display: inherit;
}

.content-portion ul {
  margin-left: 10px;
  margin-bottom: 20px;
}

.content-portion ul ul {
  margin-top: 10px;
}

.mid_cont_txt ul ul li,
.mid_cont_txt ul p,
.mid_cont_txt ol p,
.content-portion .views-field-body ul ul li {
  font-size: 98%;
}

.content-portion ol li ul li,
.content-portion ul li ol li,
.content-portion ol ol li {
  font-size: 98%;
}

/* Inner Section .mid_cont_txt End
-------------------------------------------------*/


/* Inner Section .pol_cont_link Start
-------------------------------------------------*/
.content-portion .pol_cont_link {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #D3CFC9;
}

.content-portion .pol_cont_link ol li {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 0 25px 0 0;
}

.content-portion .pol_cont_link ol li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #2a75bb;
  font-size: 17px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  display: inline;
}

.content-portion .pol_cont_link ol li a:hover {
  color: #000;
  border-bottom: none;
  text-decoration: none;
}

/* Inner Section .pol_cont_link End
-------------------------------------------------*/



/* Inner Section Left imp Link Start
----------------------------------------------------
.inner-imp-link {  float: left;width: 100%; background: #f9f9f9 none repeat scroll 0 0;    border: 2px solid #f2f2f2; padding: 10px; margin-left: 0; }
.inner-imp-link h3{border-bottom: 3px solid #d3cfc9; color: #202020;  font-size: 24px;    font-weight: normal;}
.inner-imp-link ul li a {  background: rgba(0, 0, 0, 0) url("../images/bullet.jpg") no-repeat scroll 0 8px;
  color: #000236;  font-size: 18px;  line-height: 250%;   padding: 0 5px 0 20px;}
.inner-imp-link ul li a:hover{color:#2A75BB;}
             /* Inner Section Left imp Link End
----------------------------------------------------*/


/* Inner Section Left Menu Start
-------------------------------------------------*/
.inner-left-menu {
  margin: 10px 0 10px;
}

.inner-left-menu ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.inner-left-menu ul li a {
  display: block;
  font-size: 110%;
  padding: 6px 3px 6px 20px;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 1px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #efefef;
}

.inner-left-menu ul li a::before {
  color: #000;
  float: left;
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
}

.inner-left-menu ul li a:hover {
  background: #DEE0E2;
}

.inner-left-menu ul li a.active {
  background: #d2d0d1;
  color: #000;
}

.inner-left-menu ul li li a::before {
  content: "\f105";
  left: 15px;
}

.inner-left-menu ul li li a {
  background: #fafafa;
  font-size: 100%;
  padding: 6px 3px 6px 30px;
}

.inner-left-menu ul li li a:hover {
  text-decoration: underline;
  background: #fafafa;
}

.inner-left-menu ul li li a.active {
  text-decoration: underline;
  background: #fafafa;
  color: #000;
}

/* Inner Section Left Menu End
-------------------------------------------------*/


/* Inner Section Portlet Detail Section Start
------------------------------------------------------------------*/
.left-menu-heading {
  border-bottom: 1px solid #d3cfc9;
  color: #2a75bb;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}

.portlet-left-links ul li li {
  display: none;
}

.portlet-left-links ul ul {
  margin: 0;
}

.portlet-left-links ul li {
  margin: 0;
}

.portlet-left-links ul li a {
  display: block;
  font-size: 110%;
  padding: 6px 3px 6px 20px;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 1px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #efefef;
}

.portlet-left-links ul li a::before {
  color: #000;
  float: left;
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
}

.portlet-left-links ul li a:hover {
  background: #DEE0E2;
}

.portlet-left-links ul li a.active {
  background: #d2d0d1;
  color: #000;
}

.portlet-left-links ul li li a::before {
  content: "\f105";
  left: 15px;
}

.portlet-left-links ul li li a {
  background: #fafafa;
  font-size: 100%;
  padding: 6px 3px 6px 30px;
}

.portlet-left-links ul li li a:hover {
  text-decoration: underline;
  background: #fafafa;
}

.portlet-left-links ul li li a.active {
  text-decoration: underline;
  background: #fafafa;
  color: #000;
}


.content-portion .portlet-list-wraper ul {
  margin-left: 0px;
}

/*.content-portion .portlet-list-wraper ul li {background: rgba(0, 0, 0, 0) url("../images/innerpage-link-icon.png") no-repeat scroll 10px 2px;  border-bottom: 1px solid #cbcbcb;  margin: 0 0 15px;  padding: 0 0 15px 50px;}
.content-portion .portlet-list-wraper ul li a{ color:#565656; font-weight:normal; font-size: 140%;}
.content-portion .portlet-list-wraper ul li a:hover{ color:#000; text-decoration:none;}
.content-portion .portlet-list-wraper ul li{float:left; width:48%; margin-left:2%;}*/
.content-portion .portlet-list-wraper span a {
  color: #565656;
  font-weight: normal;
  font-size: 125%;
}

.content-portion .portlet-list-wraper span a:hover {
  color: #000;
  text-decoration: none;
}

.content-portion .portlet-list-wraper span a.common-list {
  background: rgba(0, 0, 0, 0) url("../images/innerpage-link-icon-new.jpg") no-repeat;
  width: 50%;
  margin: 0 0 15px;
  padding: 2% 2% 0 20%;
  display: inline-block;
  float: left;
  color: #565656;
  font-weight: normal;
  font-size: 125%;
  min-height: 130px;
}

.view-portlets-inner-page .portlet-list-wraper ul {
  margin-left: 0px;
}

.view-portlets-inner-page .portlet-list-wraper ul li {
  background: rgba(0, 0, 0, 0) url("../images/innerpage-link-icon-new.jpg") no-repeat;
  width: 50%;
  float: left;
  margin: 0 0 15px;
  padding: 2% 2% 0 20%;
  min-height: 130px;
}

.view-portlets-inner-page .portlet-list-wraper span a {
  color: #565656;
  font-weight: normal;
  font-size: 125%;
}

.view-portlets-inner-page .portlet-list-wraper span a:hover {
  color: #000;
  text-decoration: none;
}


/*.content-portion .portlet-description{ background: #f9f9f9 none repeat scroll 0 0;    border: 2px solid #f2f2f2;
    padding:10px 20px; width: 100%; margin-bottom:20px;}*/

.portlet-item-list ul li {
  background: #fbfbfb none repeat scroll 0 0;
  border: 3px solid #f2f2f2;
  border-radius: 1px;
  float: left;
  margin: 0 6% 20px 0;
  min-height: 185px;
  width: 17.5%;
}

.portlet-item-list ul li:hover {
  border: 3px solid #777;
}

.portlet-item-list ul li:nth-child(4n+4) {
  margin-right: 0;
}

.portlet-item-list ul li .views-field-title span a {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  text-transform: capitalize;
}

/* Inner Section Portlet Detail Section End
------------------------------------------------------------------*/



/* Inner Section page Document Start
-------------------------------------------------*/
span.date-display-single {
  color: #726b68;
  padding: 0 0 10px;
  display: block;
}

.view-documents .view-content ul li {
  margin: 10px 0;
  padding: 10px 0 0;
}

.view-documents .view-content ul li+li {
  border-top: 1px dotted #ddd;
}

.total-row {
  color: #990000;
  font-weight: 600;
  font-size: 400%;
}

.view-id-documents .view-header {
  color: #333;
  font-size: 110%;
  font-weight: 600;
  line-height: 40px;
}

.region-sidebar-first label {
  font-size: 130%;
  display: block;
  font-weight: 600;
}

.doc-filter .views-exposed-widget {
  float: left;
  padding: 7px;
  width: 100%;
  background: #DEE0E2;
}

.doc-filter .form-item-gid,
.doc-filter .form-item-domain-id {
  margin-top: 10px;
  height: 300px;
  overflow-y: auto;
}

.views-widget-filter-title input[type="text"] {
  padding: 0 0 0 5px;
  border: 1px solid #bfc1c3;
  height: 35px;
  width: 100%;
}

.region-sidebar-first .views-widget-filter-title {
  margin-top: 45px;
}

.region-sidebar-first .views-widget-filter-gid,
.region-sidebar-first .views-widget-filter-domain_id {
  margin: 20px 0;
}

.views-exposed-widget input[type="checkbox"] {
  float: left;
  margin: 2px 0 0;
}

.views-exposed-widget .form-type-bef-checkbox {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #bfc1c3;
  padding: 15px 0 0 5px;
}

.views-exposed-widget .form-type-bef-checkbox:hover {
  color: #000;
  background: #F8F8F8 none repeat scroll 0 0;
}

.views-exposed-widget .form-type-bef-checkbox label.option:hover {
  color: #000;
}

.region-sidebar-first label.option {
  display: block;
  font-size: 12px;
  padding: 0 0 15px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.region-sidebar-first label.option:hover {
  color: #2A75BB;
}

.doc-filter .views-submit-button {
  display: none;
}

/* Inner Section page Document End
-------------------------------------------------*/


/* Inner Section page Document Category Filter Start
----------------------------------------------------------*/
.views-exposed-widget .form-type-radio {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #bfc1c3;
  padding: 15px 0 0 5px;
}

.doc-filter .form-radios .form-radio {
  float: left;
  margin: 2px 0 0;
}

.doc-filter .form-radios {
  height: 300px;
  overflow-y: auto;
}

/* Inner Section page Document Category Filter End
----------------------------------------------------------*/



/* Inner Section page Archive Management Start
-------------------------------------------------------------*/
.content-portion .view-archive-document .item-list ul li {
  border-bottom: 1px dashed #ccc;
}

.content-portion .view-archive-document .item-list ul ul li {
  background: rgba(0, 0, 0, 0) url("../images/icon2.gif") no-repeat scroll 0 13px;
  border-bottom: none;
  padding: 0 0 0 25px;
}

.content-portion .view-archive-document .item-list ul li a {
  color: #2a75bb;
  font-size: 25px;
  font-weight: 600;
}

.content-portion .view-archive-document .item-list ul ul li a {
  color: #000;
  font-size: 18px;
  font-weight: normal;
}

.region-sidebar-first .view-archive-document {
  max-height: 250px;
  overflow-y: scroll;
}

.region-sidebar-first .view-archive-document ul li {
  white-space: nowrap;
  overflow: hidden;
}

.content-portion .view-archive-document .item-list ul.pager li a {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
}

.content-portion .view-archive-document .item-list ul.pager li a:hover {
  text-decoration: none;
}

.content-portion .view-archive-document .item-list ul.pager li {
  border-bottom: none;
}

/* Inner Section page Archive Management End
------------------------------------------------------------*/


/* Inner Section breadcrumb Start
-----------------------------------------------*/
.breadcrumb {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding: 5px 10px 8px;
  width: 100%;
}

.easy-breadcrumb a {
  color: #2A75BB;
  border-bottom: 1px solid #2A75BB;
}

.easy-breadcrumb a:last-child {
  color: #000;
  text-decoration: none;
}

.easy-breadcrumb .easy-breadcrumb_segment-separator {
  font-size: 13px;
  padding: 0 5px;
}

/* Inner Section breadcrumb End
----------------------------------------------*/


/* Inner Section Pagination Start
-----------------------------------------------*/
ul.pager {
  margin: 0;
}

.item-list .pager li {
  background: #2a75bb none repeat scroll 0 0;
  border-radius: 1px;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0.4em 1em;
}

.item-list .pager li.pager-current {
  background: #990000 none repeat scroll 0 0;
  color: #fff;
  font-weight: normal;
}

.item-list .pager li a {
  color: #fff;
}

/* Inner Section Pagination End
-----------------------------------------------*/


/* Contact page Start
--------------------------------------------------------*/
.contact-block h3 {
  font-weight: 600;
}

.contact-block ol h3 {
  font-size: 150%;
  font-weight: 600;
}

.contact-block>ol>li {
  border-top: 1px solid #bfc1c3;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 20px 0 0;
}

/*.contact_details_block page css*/
.contact_details_block {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.contact_details {
  background: #b5dbff none repeat scroll 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  float: left;
  width: 600px;
}

.contact_details h3 {
  background: #2A75BB none repeat scroll 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 0 10px 15px;
  margin: 0;
}

.contact_details-inner {
  box-sizing: border-box;
  padding: 15px;
}

.contact_details-inner p {
  text-align: right;
}

/*.contact_details_block page css end*/

/*Contact us main page csss*/
.contact-right {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 2px;
  padding: 15px;
}

.contact-right ul {
  margin: 0 0 10px 20px;
}

.contact-right ul li {
  margin: 0 0 5px;
  position: relative;
}

.contact-right ul li a {
  color: #990000;
  font-size: 110%;
}

.contact-right p {
  color: #444;
  text-align: left;
  font-size: 100%;
}

.contact-right p a {
  color: #2A75BB;
}

.contact-right ul li a:hover,
.contact-right p a:hover {
  text-decoration: underline;
}

.contact-right ul li a::before {
  color: #990000;
  content: "";
  font-family: FontAwesome;
  left: -18px;
  position: absolute;
}

.sub_department_title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  display: table;
}

/*.contact-right .view-mode-full .field-name-field-title-of-right-office- {color: #000; font-weight: 600; text-transform: capitalize; font-size: 140%; margin-bottom:8px;}

.add-row, .contact-left .view-mode-full {  float: left;  padding: 10px 0;  width: 100%; display:none;}
.contact-left .view-mode-full{ border-top:1px solid #777;}
.contact-left .view-mode-full .field-item {color: #000; font-weight: 600; text-transform: capitalize; font-size: 140%;}
.contact-left .view-mode-full .field-item a{color: #2a75bb;font-size: 85%;   font-weight: normal;}	
.contact-left .view-mode-full .field-label{color: #333;  font-size: 17px;  font-weight: normal;  margin: 10px 0 0;}
.add-inner span{ display:block;}
.add-inner a{ color:#2A75BB;}
.add-inner a:hover, .contact-left .view-mode-full .field-item a:hover{ text-decoration:underline;}
.add-inner-left{ width:50%; float:left;}
.add-inner p{  padding-bottom: 5px; }
.add-inner-right{width:50%; float:left;}*/

.contact-left h2 {
  border-bottom: 3px solid #ccc;
  border-top: 3px solid #ccc;
  float: left;
  margin: 20px 0 15px 0;
  padding: 0 0 2px;
  text-align: center;
  width: 100%;
}

.add-list {
  float: left;
  width: 100%;
}

.add-list+.add-list {
  border-top: 1px solid #777;
  padding: 10px 0 0 0;
}

.add-list>p {
  float: left;
  width: 76%;
}

.user-photo {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  float: right;
  padding: 3px;
  margin-bottom: 10px;
}

.user-photo img {
  width: 150px;
  height: 150px;
}

.cont-add {
  float: left;
  width: 76%;
  padding: 0 0 10px;
}

.cont-add p {
  padding-bottom: 0;
}

/*Contact us main page csss end*/

/* Contact End
-------------------------------------------------*/

/* Checklist css Start
-------------------------------------------------*/
.content-portion .checklist-block {
  background-color: #eeeeee;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}

.content-portion .checklist-block h2 {
  color: #3a3a3a;
  margin: 0 0 10px;
  font-size: 160%;
}

.content-portion .checklist-block ul {
  margin: 0;
}

.content-portion .checklist-block ul li {
  font-size: 110%;
  padding: 0 0 0 35px;
  position: relative;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.content-portion .checklist-block ul li li {
  font-size: 92%;
}

.content-portion .checklist-block ul ul {
  margin: 10px 0;
}

.content-portion .checklist-block ul li a {
  color: #fff;
}

.content-portion .checklist-block ul li::before {
  content: "\f14a";
  font-family: FontAwesome;
  color: #990000;
  font-size: 23px;
  left: 3px;
  position: absolute;
}

/* Checklist css End
-------------------------------------------------*/


/* Faq Page Css Start
-------------------------------------------------*/
.faq-ans {
  display: none
}

.faq-block {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  background: #f7f7f7;
}

.faq-ques {
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  background: #333;
  transition: all linear 0.15s;
  font-size: 1.200em;
  text-shadow: 0px 1px 0px #1a1a1a;
  color: #fff;
}

.faq-ques:hover {
  background: #4c4c4c;
  text-decoration: none;
}

.faq-item:last-child .faq-ques {
  border-bottom: none;
}

.faq-ans {
  padding: 15px;
  display: none;
}

/* Faq Page Css End
-------------------------------------------------*/


/* Search Page Css Start
-------------------------------------------------*/
.search-wrapper ul {
  margin-left: 0;
}

.search-wrapper ul li+li {
  border-top: 1px solid #777;
  margin: 10px 0;
  padding: 12px 0 0;
}

.search-wrapper ul li span div {
  color: #444;
  font-size: 13px;
}

.search-wrapper ul li span {
  line-height: 25px;
}

.region-sidebar-first .doc-filter h3 {
  background: #dee0e2 none repeat scroll 0 0;
  font-size: 130%;
  font-weight: 600;
  margin: 0 0 -45px;
  padding: 3px 8px;
}

/* Search Page Css End
-------------------------------------------------*/


/* Photo-gallery Page Css Start
-------------------------------------------------*/
.gallery-wrapper ul {
  margin: 0;
}

.gallery-wrapper ul li {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 23%;
}

.gallery-wrapper ul li img {
  border-radius: 2px;
}

.gallery-wrapper ul li h2 {
  padding: 5px 0;
  font-size: 120%;
}

.gallery-wrapper ul li h2 a {
  text-align: center;
  display: block;
}

.gallery-wrapper ul li:nth-child(4n+4) {
  margin: 0 0px 20px 0;
}

.gallery-wrapper .views-field.views-field-nothing {
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 186px;
  overflow: hidden;
  padding: 5px;
}

.gallery-list-wrapper ul {
  margin: 0;
}

.gallery-list-wrapper ul li {
  border-bottom: 1px solid #777;
  min-height: 175px;
  margin-bottom: 20px;
  padding: 0 0 5px;
}

.gallery-list-wrapper ul li img {
  border: 3px solid #999;
  border-radius: 1px;
  float: left;
  margin-right: 20px;
}

.quicktabs_main.quicktabs-style-basic {
  border: medium none;
  padding: 0;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active {
  background-color: transparent;
  border: medium none;
}

ul.quicktabs-tabs.quicktabs-style-basic {
  height: 30px;
  margin: 0 0 10px;
}

ul.quicktabs-tabs.quicktabs-style-basic li {
  border: medium none !important;
  padding: 0 15px 0 0;
  margin: 0;
}

ul.quicktabs-tabs.quicktabs-style-basic a {
  color: #aaa;
  font: 600 18px/35px open sans !important;
  text-decoration: none;
}

/* Photo-gallery Page Css End
-------------------------------------------------*/


/* Sitemap Page Css Start
-------------------------------------------------*/
.swf-sitemap {
  padding: 15px;
  background: #f2f2f2;
  display: table;
}

.swf-sitemap ul {
  margin: 0px;
}

.swf-sitemap ul ul {
  margin: 0 0 0 15px;
}

.swf-sitemap ul ul ul {
  margin: 0 0 0 20px;
}

.swf-sitemap ul ul li {
  width: 45%;
  float: left;
  margin: 0 40px 0 0;
  list-style: disc;
}

.swf-sitemap ul ul ul li {
  width: 100%;
  list-style: circle;
}

/* Sitemap Page Css Ens
-------------------------------------------------*/


/* Right sidebar latest news Css Start
-------------------------------------------------*/
.region-sidebar-second h3 {
  border-bottom: 3px solid #d3cfc9;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.region-sidebar-second ul li+li {
  border-top: 1px solid #e6e7e7;
  padding: 5px 0 0;
}

.region-sidebar-second ul li a {
  display: block;
  font-size: 17px;
}

.region-sidebar-second ul li span {
  color: #726b68;
}

/*  Right sidebar latest news  Css End
-------------------------------------------------*/


/* Inner Section End
------------------------------------------------------------------------------------------------*/




/* Footer Section Start
----------------------------------*/
footer {
  width: 100%;
  float: left;
}

.footer-accessing-as {
  background: #2a75bb;
  height: 35px;
}

.footer-wrapper {
  min-height: 300px;
  background-color: #1f5385;
  background-image: url("../images/foot-back.jpg");
  background-repeat: repeat;
}

.footer-wrapper .region-footer-menu-two,
.footer-wrapper .region-footer-menu-three {
  background-image: url("../images/footer-divider.png");
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 250px;
}

.footer-top-wrapper h3 {
  color: #fff;
  display: table;
  font-size: 133%;
  margin: 20px 0 5px;
  font-weight: 600;
}

.footer-wrapper li {
  line-height: 190%;
}

.footer-wrapper .region-footer-menu-two li {
  padding: 0 10px 6px 14px;
  float: left;
  line-height: 160%;
  width: 50%;
  background: url("../images/footer-bullet-dot.jpg") left 9px no-repeat;
}

.footer-top-wrapper ul li a {
  color: #e2e9ef;
  font-size: 110%;
}

.footer-top-wrapper ul li:hover a {
  text-decoration: underline;
}

.footer-bottom-wrapper {
  float: left;
  padding: 15px 0;
  width: 100%;
}

.copy-right {
  text-align: center;
  width: 100%;
}

.copy-right p {
  /*display:inline-block;*/
  color: #5e5e5e;
  font-size: 100%;
  padding: 0;
  text-align: center;
}

.logo-nic {
  /* border-right: 1px solid #5b5b5b; display:inline-block; padding-left:12%;*/
}

.logo-nic img {
  padding-bottom: 10px;
}


/*extra footer menu css*/
.footer-extra-menu ul.menu {
  margin: 0 0 20px;
  text-align: center;
}

.footer-extra-menu ul.menu li {
  border-right: 1px solid #999;
  display: inline;
  padding: 0 20px;
}

.footer-extra-menu ul.menu li:last-child {
  border-right: none;
}

.footer-extra-menu ul.menu li a {
  color: #5e5e5e;
}

.footer-extra-menu ul.menu li a:hover {
  color: #000;
}

/*For Crauseel css*/
.logo-slider-wrapper {
  background-image: url("../images/logo-crausel-back.jpg");
  background-repeat: repeat;
  box-shadow: 0 1px 2px #999;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  height: auto;
  width: 100%;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}

.jcarousel-skin-default .jcarousel-item {
  border: medium none;
}

.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
  background-image: url("../images/arrows.png");
}

/*For Last update and visitors css*/
/* .swf-last-update{    right: 426px;    top: 94px;}
.swf-visitor {    right:534px;  top: 115px;}
.swf-last-update,.swf-visitor{position: absolute; color:#5e5e5e;} */
.swf-last-update span,
.swf-visitor span {
  color: #2A75BB;
}

/* Footer Section End
----------------------------------*/


/* Form Section Start
----------------------------------*/
.content-portion form {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e0e0e0;
  border-image: none;
  border-radius: 1px;
  border-style: solid;
  border-width: 50px 2px 2px;
  box-shadow: 0 5px 5px rgba(224, 224, 224, 0.5);
  padding: 10px;
  width: 100%;
}

.content-portion label {
  float: left;
  font-size: 16px;
  font-weight: 500;
  width: 180px;
  margin: 0;
}

.content-portion input[ type="text"],
.content-portion input[ type="email"],
.content-portion textarea,
.content-portion select,
.content-portion input[ type="password"] {
  border: 2px solid #e0e0e0;
  border-radius: 1px;
  box-shadow: none;
  font-size: 16px;
  line-height: 14px;
  min-height: 36px;
  padding: 10px;
  width: 500px;
  font-family: "open sans";
  font-weight: 500;
}

.content-portion input[ type="text"]:hover,
.content-portion input[ type="email"]:hover,
.content-portion textarea:hover,
.content-portion select:hover,
.content-portion input[ type="password"]:hover {
  border: 2px solid #008329;
}

.content-portion input[type="submit"] {
  background: #2a75bb none repeat scroll 0 0;
  margin-right: 5px;
  border: medium none;
  border-radius: 1px;
  color: #fff;
  font-family: "open sans";
  font-size: 16px;
  font-weight: 500;
  padding: 6px 30px;
}

.content-portion input[type="submit"]:hover {
  background: #072b3b none repeat scroll 0 0;
}

.content-portion fieldset {
  border: 2px solid #e0e0e0;
}

.content-portion select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/drop-arrow.png") no-repeat scroll 99% center;
  padding: 5px 0 0 10px;
}

.content-portion .form-radios {
  display: table;
  width: 500px;
}

.grippie {
  width: 500px;
}

.content-portion label.option {
  width: 110px;
}

.webform-component-textarea .form-textarea-wrapper {
  display: inline-block;
}

/* Form Section End
----------------------------------*/


/* Overlay Section
----------------------------------*/
#mask1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes1 .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes1 #dialog1 {
  width: 600px;
  height: 300px;
  background-color: #ffffff;
}

#popupfoot1 {
  margin: 20px 0 0;
}

#popupfoot1 input[type=submit] {
  background: #38495a none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  padding: 10px 35px;
  border: none;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
}

#popupfoot1 input[type=submit]:hover {
  background: #202931 none repeat scroll 0 0;
}

#dialog1>p {
  border-bottom: 3px solid #475869;
  display: inline-block;
  float: none;
  font-size: 25px;
  padding: 10px 0 5px;
}

.dept-login {
  color: #2a75bb;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0;
}

/* Overlay Section End
----------------------------------*/


/* Click to top Section
----------------------------------*/
#backtotop {
  background: rgba(0, 0, 0, 0) url("../images/arrow_up.png") no-repeat scroll center center;
}

/* Click to top Section End
----------------------------------*/



/* Body Right popup Section
----------------------------------*/
a.right_pop_click {
  display: none;
  background: #2E3191 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 3px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.right_pop_block {
  position: absolute;
  right: 84px;
  top: 253px;
  width: 1180px;
  z-index: 999;
}

.right_pop {
  display: none;
  height: 200px;
  background: #2A75BB;
  padding: 15px;
}

.right_pop ul li a {
  color: #fff;
  float: left;
  padding: 0 0 10px;
  width: 100%;
}


a.more {
  background: #072b3b url("../images/more.png") no-repeat scroll 61px 11px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  padding-left: 15px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 86px;
  height: auto;
  z-index: 1;
}

a.more:hover {
  background: #021219 url(../images/more.png) no-repeat 61px 11px;
}

/*a#side_nav_toggle2{background: #072b3b url(../images/close.png) no-repeat center center;  position: absolute;
  right: 10px;  display: block;  width: 35px;  top: 10px;  height: 35px;  color: #FFF;  padding-left: 10px;
  line-height: 35px;  font-size: 20px;  border-radius: 5px;  background-size: 16px; transition:all .3s; -webkit-transition:all .3s;}
a#side_nav_toggle2:hover{background:#021219 url(../images/close.png) no-repeat center center; background-size: 16px;}*/
.side-nav {
  position: fixed;
  right: 0px;
  top: 167px;
  min-width: 86px;
  background: #333;
  height: auto;
  z-index: 9999;
}

.side-nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 135%;
  text-align: center;
}

.side-nav ul li a {
  color: #FFF;
  padding: 8px 5px;
  display: block;
  font-size: 12px;
}

.side-nav ul li:hover {
  background: #262626;
}

/* Body Right popup Section end
----------------------------------*/

/*After login Button Css 
---------------------------------*/
ul.tabs-primary li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}

ul.tabs-primary li a {
  padding: 6px 30px;
  background: #2a75bb;
  color: #fff;
  float: left;
  font-weight: 500;
  border-radius: 1px;
  font-family: "open sans";
  font-size: 16px;
}

ul.tabs-primary li a.active {
  background: #E0B33E;
}

/*After login Button Css end 
--------------------------------------*/


/*Table Section Start
----------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
}

table p {
  padding: 0;
}

table caption {
  display: none;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #f8f8f8;
}

th {
  background: #1D5183;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

td,
th {
  padding: 10px;
  border: 1px solid #e4e4e4;
  text-align: left;
  line-height: 145%;
}

.scroll-table {
  overflow-x: auto;
  padding-bottom: 0px;
  margin-bottom: 22px;
}

.guide-text {
  text-align: right;
  display: none;
}

.view-id-calendars.view-display-id-block_3 .date-nav .date-heading {
  display: none;
}

@media screen and (max-width: 767px) {
  .guide-text {
    display: block;
    margin-bottom: 22px;
    color: #333333;
    font-weight: 600;
    font-size: 13px;
  }

  .guide-text i {
    font-size: 14px;
    vertical-align: text-bottom;
  }

  .scroll-table {
    margin-bottom: 5px;
  }
}

/* Table End
----------------------------------*/

/* Event Page
----------------------------------*/

.view-id-event .item-list .views-field-nothing {
  border-bottom: 1px solid #d0d0d0;
  clear: both;
  min-height: 155px;
  padding-left: 15px;
}

.view-id-event .item-list .views-field-nothing:hover {
  background-color: #efefef;
}

.view-id-event .item-list .views-field-nothing .event-image {
  float: left;
  margin: 0 15px 15px 0;
}

.view-id-event .item-list .views-field-nothing .event-image img {
  max-height: 120px;
  width: auto;
  max-width: 100%;
}

.view-id-event .item-list .views-field-nothing .event-item {
  padding-top: 10px;
}

.view-id-event .item-list .views-field-nothing .event-info {
  padding-top: 8px;
}

.view-display-id-page .item-list .views-field-nothing {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}

.region-footer-menu-one ul li {
  padding-bottom: 6px;
}

.region-footer-menu-one ul li.leaf {
  background: url("../images/footer-bullet-dot.jpg") left 9px no-repeat;
  padding-left: 14px;
  line-height: 160%;
}

.region-footer-menu-three ul li {
  padding-bottom: 6px;
}

.region-footer-menu-three ul li.leaf {
  background: url("../images/footer-bullet-dot.jpg") left 9px no-repeat;
  padding-left: 14px;
  line-height: 160%;
}

.view-portlets-inner-page .portlet-list-wraper {
  background: url("../images/flip-shadow.png") center bottom no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  padding: 3% 0 8% 0;
}

/* Gallery Page
----------------------------------*/

.photo-gallery-section {
  width: 100%;
  float: left;
}

.gallery-row {
  width: 100%;
  float: left;
  border-top: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}

.content-area {
  width: 30%;
  float: left;
  border-right: 1px solid #a8a8a8;
  padding: 10px;
  min-height: 93px;
}

.photo-area {
  width: 70%;
  float: left;
  padding: 10px 0 0 0;
}

.photo-area ul {
  margin: 0;
  list-style: none;
}

.photo-area ul li {
  float: left;
  margin-left: 10px;
}

.photo-area ul li a {
  display: block;
}

.photo-area ul li a img {
  height: 100px;
  width: 125px;
  max-width: 100%;
}

.content-area h3,
.content-area h4,
.content-area h5 {
  margin: 0;
  background: none;
  padding: 0;
}

.content-area h3 span.date-display-single {
  color: #a8a8a8;
  font-size: 13px;
  padding-bottom: 5px;
}

.content-area h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.content-area h5 {
  color: #646464;
  font-size: 13px;
  font-weight: normal;
}

.content-area h5 span {
  font-weight: bold;
}

.view-id-photo_gallery.view-display-id-page_4 .views-row-last {
  border-bottom: 1px solid #a8a8a8;
}

/* 26-10-2016
----------------------------------*/
.region-footer {
  position: relative;
}

.region-footer #block-views-latest-block-4 {
  width: 56%;
  float: left;
  text-align: right;
  line-height: 30px;
  margin-top: 10px;
  padding-right: 15px;
}

.region-footer #block-visitors-0 {
  width: auto;
  float: left;
  border-left: 1px solid #939192;
  margin-top: 16px;
}

.region-footer #block-visitors-0 .item-list ul {
  margin-bottom: 0;
}

.region-footer #block-visitors-0 .item-list ul li {
  margin-left: 15px;
}

.footer-bottom-wrapper .copyright-bottom {
  clear: both;
}

.footer-bottom-wrapper .copyright-bottom p {
  font-size: 14px;
  text-align: center;
}

/*@media screen and (max-width: 800px) {
.jcarousel-skin-default .jcarousel-item{height:auto;}
.jcarousel-skin-default .jcarousel-prev-horizontal,.jcarousel-skin-default .jcarousel-next-horizontal{top:30%;}
}
@media screen and (max-width: 600px) {
.footer-wrapper .region-footer-menu-two, .footer-wrapper .region-footer-menu-three{background:none; border-bottom: 1px solid #2974bc !important;}
.footer-wrapper .region-footer-menu-two, .footer-wrapper .region-footer-menu-three:last-child{border-bottom:none !important;}
.footer-wrapper .region-footer-menu-two li{width:100%;}
.footer-extra-menu li {border-bottom:1px solid #999; border-right:none; display:block; padding:5px 20px; text-align:left;}
.copy-right p{font-size:13px;}
.footer-bottom-wrapper .copyright-bottom p{font-size:12px;}
.region-footer #block-views-latest-block-4{text-align:center; width:100%;}
.region-footer #block-visitors-0{margin-left:30%; margin-top:0; margin-bottom:6px; border-left:none;}
}*/

/* Event Calender
----------------------------------*/
.view-id-calendars {
  background: #2a75bb;
  padding-bottom: 10px;
}

.view-id-calendars .date-heading h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.view-id-calendars .date-nav-wrapper .date-next,
.view-id-calendars .date-nav-wrapper .date-prev {
  background: none;
  border-radius: 0;
}

.view-id-calendars .date-nav-wrapper .date-nav {
  padding-bottom: 0;
}

.view-id-calendars .date-nav-wrapper .date-prev a,
.view-id-calendars .date-nav-wrapper .date-next a {
  font-size: 20px;
  color: #fff;
}

.view-id-calendars .scroll-table {
  overflow: inherit;
  background: #2a75bb;
}

.view-id-calendars .scroll-table .mini {}

.view-id-calendars .calendar-calendar tr {
  background-color: #2a75bb;
}

.view-id-calendars .scroll-table .mini tbody tr:nth-of-type(2n+1) {
  background: #2a75bb;
}

.view-id-calendars .calendar-calendar td.past,
.view-id-calendars .calendar-calendar td.future {
  color: #fff;
  text-align: center;
}

.view-id-calendars .calendar-calendar th.days {
  background-color: transparent;
  background: #2a75bb;
  border: none;
  border-bottom: 1px solid #86abcd;
  color: #fff;
}

.view-id-calendars .calendar-calendar tr td.today {
  background-color: #fff;
  color: #2a75bb;
  text-align: center;
}

.view-id-calendars .calendar-calendar table.mini td.empty {
  background: none;
  background-color: transparent;
}

/* Language switcher */
.content a.lang-swit {
  float: left;
  color: #c2c2c2;
}

.content a.lang-swit:hover {
  color: #fff;
}




/*****For Print Style*****/
@media print {

  .logo .main_gov {
    font-size: 18px !important;
    color: #333030 !important
  }

  .logo .sub_dept {
    font-size: 24px !important;
    color: #333030 !important
  }

  .mega-dropdown-menu,
  .mega-dropdown-inner,
  .tb-megamenu-row,
  .tb-megamenu-column,
  .tb-megamenu-column-inner,
  .tb-megamenu-subnav,
  .tb-megamenu-subnav li {
    display: none !important;
    border: 0px solid #000 !important
  }

  .tb-megamenu-submenu {
    visibility: hidden !important;
    height: 1px !important;
    min-height: 1px !important;
    border: 0px solid #000 !important;
    box-shadow: none !important;
    display: none !important
  }

  .nav-wrapper .tb-megamenu .dropdown-menu {
    padding: 0px !important
  }

  a.more {
    display: none !important
  }

  .top-wrapper {
    display: block !important;
    background-color: #000 !important
  }


  .top-container-left ul li a {
    color: #000 !important
  }

  .top-container-right .form-submit {
    color: #000 !important
  }

  .top-container-right .content {
    color: #000 !important
  }

  .top-container-left {
    float: left !important;
    width: 30% !important
  }

  .top-container-right {
    float: right !important;
    width: 70% !important
  }

  .header-right {
    display: none !important
  }

  .logo {
    margin-top: -50px;
  }

  .tb-megamenu .btn .fa-reorder {
    display: none;
  }


  .nav-wrapper {
    border: #000 solid 0px !important;
    height: 80px !important;
    background-color: #000 !important;
  }

  .tb-megamenu ul li {
    float: left !important;
    border: #ccc solid 1px;
    width: auto !important
  }

  .tb-megamenu ul li a,
  .tb-megamenu ul li span {
    color: #000 !important;
  }

  .tb-megamenu ul li.active {
    border-top: 0px solid #1c5178;
    margin-top: 0px;
  }

  .tb-megamenu ul li a {
    padding: 10px 10px !important;
    font-size: 12px !important
  }


  #views_slideshow_cycle_teaser_section_home_flexslider-block {
    height: 240px !important;
    margin-top: -100px
  }


  .col-xs-12.col-sm-6.col-md-6.categoriesport {
    float: left !important;
    width: 100%;
  }

  .col-xs-12.col-sm-6.col-md-6.categoriesport .views-row-1 {
    float: left !important;
    width: 48%;
  }

  .col-xs-12.col-sm-6.col-md-6.categoriesport .views-row-2 {
    float: right !important;
    width: 48%;
  }

  .item-list ul {
    width: 100%;
  }

  .item-list li {
    width: calc(100%/6 - 0px);
    float: left !important;
    line-height: normal !important
  }

  .mainlinetwo .item-list ul li img {
    width: 200px !important;
    height: 80px !important;
  }

  .mainlinetwo .item-list ul li a {
    font-size: 100% !important
  }


  ul.menu li {
    float: left;
    border: #000 solid 1px;
    padding: 2px 5px;
    margin: 0px 0 5px 4px
  }

  ul.menu li a {
    font-size: 11px !important
  }

  .categorieslinks ul.menu li:first-child a {
    border: 0px;
    background: none;
    color: #000;
  }

  .mainlineone {
    padding-top: 20px !important
  }

  .posiabsolutetiutle {
    width: 100% !important;
  }

  .posiabsolutetiutle h3 {
    text-align: center;
  }

  .posiabsolutetiutle li {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 0px 0 5px 4px !important;
    width: auto !important
  }

  .posiabsolutetiutle li a {
    display: inline-block !important;
    font-size: 11px !important
  }


  .region-footer-thirdcolumn {
    padding-top: 20px !important
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col3 {
    width: 100% !important;
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col3 h3 {
    text-align: center;
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col3 li {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 0px 0 5px 4px !important;
    width: auto !important
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col3 li a {
    display: inline-block !important;
    font-size: 11px !important
  }


  .region-footer-fourthcolumn {
    padding-top: 20px !important
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col4 {
    width: 100% !important;
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col4 h3 {
    text-align: center;
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col4 p {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 0px 0 5px 4px !important;
    width: auto !important
  }

  .mainlineone .col-xs-12.col-sm-6.col-md-3.col4 p {
    display: inline-block !important;
    font-size: 11px !important
  }



  .footer-top-wrapper .col-xs-12.col-sm-6.col-md-6 {
    width: 100% !important;
  }

  .footer-top-wrapper .col-xs-12.col-sm-6.col-md-6 h3 {
    text-align: center;
    color: #000 !important;
    display: inline-block !important;
    width: 100% !important;
    border-bottom: #ccc solid 2px !important;
  }

  .footer-top-wrapper .col-xs-12.col-sm-6.col-md-6 li {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 5px 0 5px 4px !important;
    width: auto !important
  }

  .footer-top-wrapper .col-xs-12.col-sm-6.col-md-6 li a {
    display: inline-block !important;
    font-size: 11px !important;
    color: #000;
  }

  .region-footer-menu-three {
    width: 100% !important;
  }

  .region-footer-menu-three h3 {
    text-align: center;
    color: #000 !important;
    display: inline-block !important;
    width: 100% !important;
    border-bottom: #ccc solid 2px !important;
  }

  .region-footer-menu-three li {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 5px 0 5px 4px !important;
    width: auto !important
  }

  .region-footer-menu-three li a {
    display: inline-block !important;
    font-size: 11px !important;
    color: #000 !important;
  }


  .region-footer-menu-one {
    width: 100% !important;
  }

  .region-footer-menu-one h3 {
    text-align: center !important;
    color: #000 !important;
    display: inline-block !important;
    width: 100% !important;
    border-bottom: #ccc solid 2px !important;
  }

  .region-footer-menu-one li {
    float: left !important;
    border: #000 solid 1px;
    padding: 5px 10px !important;
    margin: 5px 0 5px 4px !important;
    width: auto !important
  }

  .region-footer-menu-one li a {
    display: inline-block !important;
    font-size: 11px !important;
    color: #000 !important;
  }


  .logo-slider-wrapper {
    margin-top: 50px !important;
  }

  .footer-bottom-wrapper {
    margin-top: 50px !important;
  }

  .footer-extra-menu ul.menu li {
    border: 0px !important;
    margin: 0 0 10px 0px !important;
    padding: 0 10px !important
  }

  .footer-extra-menu ul.menu li a {
    color: #000 !important
  }


}



.no_scr {
  position: absolute;
  z-index: 999999;
  top: 10%;
  width: 60%;
  left: 15%;
  background: #f1f1f1;
  padding: 10px;
  color: #ff0000;
  border: #e0e0e0 solid 1px;
  text-align: left;
  font-weight: 600;
}

#views-exposed-form-search-default label {
  display: none;
}


/*For lightbox2*/
#lightbox2-overlay {
  position: fixed !important;
  height: 100% !important;
}

/*End*/

/*New footer*/
.footer-cont-one {
  font-size: 15px;
  color: #990000;
  text-align: center;
}

.footer-org-one {
  font-size: 13px;
  color: #006FBB;
}

/*END*/