*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
html {
  width:100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #414141;
  font-weight: normal;
  background-image: url(../images/bg_body.jpg);
  background-attachment: fixed;
  background-size: 100% 350px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
input, select {
  outline: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:focus, a:hover, a:active {
  outline: none;
}
a:focus {
  outline: 1px dotted #333;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:hover {
  color: #864c48;
}
p, ul, ol {
  margin-bottom: 1.5em;
  color: #343434;
}
::placeholder {
  color: #b4b4b4;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b4b4b4;
}
::-ms-input-placeholder {
  color: #b4b4b4;
}
.row .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}
h1.heading {
  font-size: 150%;
  color: #1b3068;
  margin-bottom: 15px;
}
.logo {
  background: none;
  padding: 0;
}
.body-container {
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.85);
  padding-bottom: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.main_wrapper {
  overflow: hidden;
}
.banner-wrapper img {
  display: block;
  width: 100%;
}
.breadcrumb-wrapper {
  background: url(../images/breadcrumb-bg.jpg) repeat;
  min-height: 35px;
  border-bottom: 1px solid #d8d8d8;
}
.easy-breadcrumb {
  padding: 5px 0;
}
.easy-breadcrumb a {
  font-weight: 600;
  font-size: 15px;
  color: #004F80;
}
.easy-breadcrumb span {
  font-size: 14px;
  color: #373737;
  font-weight: 600;
}
header {
  border-bottom: 1px solid #4D7A06;
}
.header-bar {
  padding: 5px 0;
  max-height: 95px;
  background: #effeff;
}
.logo-section a > h1 {
  font-size: 95%;
  float: left;
  margin-top: 10px;
  line-height: 30px;
  min-height: 50px;
}
.logo-section a > img {
  float: left;
  margin-right: 15px !important;
  margin-top: 4px;
}
.logo-section a > h1 > span {
  display: block;
}
.logo-section a > h1 > span:nth-child(1) {
  color: #1b3068;
  font-weight: 800;
}
.logo-section a > h1 > span:nth-child(2) {
  color: #343434;
  font-size: 110%;
}
img.gandhi-150 {
  padding-top: 0;
  margin-right: 15px;
}
img.emblem {
  margin-right: 0 !important;
  margin-top: 3px;
}
.footer-bottom-wrapper {
  background-image: url(../images/footer-bottom-bg.png);
  background-repeat: repeat;
  background-color: #333;
  padding: 0px 0px;
  color: #b8b8b8;
  position: relative;
  text-align: center;
}
.footer-content {
  display: inline-block;
  padding: 5px 0;
}
.copyright-content {
  color: #dadada;
  float: right;
  font-size: 76%;
  line-height: 150%;
  padding: 5px 0;
  text-align: center;
  width: auto;
}
.copyright-content span {
  color: #A6A6A6;
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 10px;
  border: 1px solid #e4e4e4;
  text-align: left;
  line-height: 145%;
}
td, td img {
  vertical-align: top;
}
td {
  font-weight: normal;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}
table.views-table.cols-4 caption {
  display: block;
  padding: 10px 10px;
}
tr:nth-of-type(odd) {
  background: #f8f8f8;
}
table.views-table.cols-4 tr th {
  width: 27%;
}
.inner-body-wrapper table tr th {
  font-size: 13px;
  background: #26631b;
}
table.views-table.cols-4 tr th:first-child {
  width: 19%;
}
.inner-body-wrapper table tr th {
  font-size: 13px;
  background: #26631b;
}
.inner-body-wrapper table tr td, .inner-body-wrapper table tr td a {
  font-size: 14px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: normal !important;
}
table.dataTable.nowrap td.nowrap {
  white-space: nowrap !important;
}