﻿/* Color names courtesy of http://www.color-blindness.com/color-name-hue/ */
/* Styles Start Here */
* {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: floralwhite;
}
a {
  outline: none !important;
  text-decoration: none !important;
}
.label-readonly {
  background-color: #dadbdb;
}
a.focus {
  outline: none !important;
  text-decoration: none !important;
}
/*.container {
    width: 1290px;
}*/
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.hlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hlist li {
  display: inline-block;
}
header {
  background-color: #d3d3d3;
}
header .header-top {
  position: relative;
}
header .header-top .logo-text-container {
  position: relative;
}
header .header-top .logo-text-container .logo-text {
  position: absolute;
  right: 10px;
  top: -40px;
}
header .header-top .logo {
  position: absolute;
  top: -17px;
  z-index: 10;
  width: 100%;
}
header .header-top .logo div {
  display: inline-block;
  color: #000;
  font-size: 18px;
}
header .header-top .logo .site-logo {
  display: inline-block;
  max-width: 174px;
}
header .header-top .gis-logo {
  position: absolute;
  top: -17px;
  z-index: 10;
  width: 100%;
  max-width: 174px;
}
header .header-top .mainmenu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
header .header-top .mainmenu ul li a {
  color: darkslategray;
  font-size: 19px;
  text-transform: capitalize;
  padding: 25px 8px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .header-top .mainmenu ul li a:hover {
  background: none;
  color: #ff8300;
}
header .header-top .mainmenu ul li a:focus {
  background: none;
  color: #ff8300;
}
header .header-top .mainmenu ul li a.active {
  background: none;
  color: #ff8300;
}
header .header-top .mainmenu .sub-menu {
  visibility: hidden;
  display: none;
  opacity: 0;
  left: 5px;
  list-style: outside none none;
  min-width: 250px;
  padding: 0;
  position: absolute;
  top: 80px;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1000;
}
header .header-top .mainmenu .sub-menu li {
  background: #555;
  padding: 0;
}
header .header-top .mainmenu .sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  color: #fff;
}
header .header-top .mainmenu .sub-menu li a:hover {
  background: #CE4646;
  border-left: 5px solid #fff;
  padding-left: 25px;
  color: #fff;
  border: 0;
}
header .header-top .mainmenu li:hover .sub-menu {
  display: block;
  visibility: visible;
  background: #555;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
header .header-top .mainmenu input {
  border: 1px solid #565656;
  border-radius: 0;
  color: #9d2a15;
  height: 40px;
}
header .header-top .mainmenu .main-site-menu {
  margin-right: -15px;
}
header .slide-branding {
  /*position: absolute;
                top: 0;*/
  width: 100%;
  color: darkslategray;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin: 10px auto 0 auto;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
header .header-bottom {
  margin-top: -20px;
  position: relative;
}
header .header-bottom .slide-branding-container {
  position: relative;
}
header .header-bottom .carousel-caption {
  text-align: center;
  left: 0;
  right: 0;
  top: 25%;
}
header .header-bottom .carousel-caption h2 {
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
header .header-bottom .carousel-caption p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}
header .header-bottom .carousel-caption .btn.btn-default {
  background: #ff8300 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 43px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 33px;
  text-transform: uppercase;
  margin-top: 5px;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #fff;
  height: 14px;
  margin: 4px 5px;
  width: 14px;
}
header .header-bottom .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 2px solid #fff;
}
header .header-bottom .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  border: 2px solid #fff;
}
header .header-bottom .owl-dots {
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 15;
}
header .header-bottom.inner .carousel-caption {
  top: 31%;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-6 {
  margin-bottom: 6px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.banner-main .item {
  background: #1ac1df none repeat scroll 0 0;
}
.banner-main .item h2 {
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
}
.banner-main .item .banner-content {
  padding: 10px 30px;
}
.banner-main .item p {
  color: #222;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.6;
}
.banner-main .carousel-indicators {
  bottom: 0;
  left: 0;
  margin: 20px 30px;
  right: 0;
  text-align: left;
  width: auto;
}
.banner-main .carousel-indicators li {
  background-color: #000;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  margin: 1px;
  padding: 2px 0;
  text-align: center;
  text-indent: 0;
  width: 30px;
}
.banner-main .carousel-indicators .active {
  background-color: #ff7e00;
  height: 30px;
  margin: 0;
  width: 30px;
}
.section-main {
  /*padding: 60px 0 0;*/
}
.section-main .main-title,
.section-main h2 {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin: 0;
}
.section-main h3 {
  margin: 0 0 20px 0;
}
.section-main p {
  color: #717171;
  line-height: 2.1;
}
.section-main .welcome-section {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 40px;
}
.section-main .welcome-section .welcome-content a {
  border: 1px solid #717171;
  border-radius: 0;
  color: #ff8300;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.section-main .welcome-section .welcome-img img {
  border: 1px solid #dadbdb;
  box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  padding: 3px;
}
.section-main .welcome-section p {
  padding-bottom: 10px;
}
.section-main .news-section {
  padding: 0;
}
.section-main .news-section .news-main {
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 35px 0;
}
.section-main .news-section .news-main h4 {
  font-size: 21px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding-bottom: 11px;
}
.section-main .news-section .news-main ul li a {
  color: #717171;
  font-size: 15px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.section-main .news-section .news-main ul li a i {
  color: #64ceff;
  padding-right: 5px;
}
.section-main .news-section .news-main ul li a::after {
  content: "|";
  font-size: 14px;
  position: absolute;
  right: -7px;
  top: 0;
}
.section-main .news-section .news-main ul li:first-child a {
  padding-left: 0;
}
.section-main .news-section .news-main ul li:last-child a::after {
  display: none;
}
.section-main .news-section .news-main a {
  color: #ff8300;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-main .news-section .news-main a.addthis_button_compact {
  color: #fff;
  font-size: 11px;
  font-weight: initial;
  text-transform: initial;
}
.section-main .news-section .news-img img {
  border: 1px solid #dadbdb;
  box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  padding: 0;
}
.section-main .news-section .more {
  padding-top: 0;
  padding-bottom: 15px;
}
.section-main .news-section .more a {
  border: 1px solid #717171;
  border-radius: 30px;
  color: #ff8300;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 35px;
  text-transform: uppercase;
}
.section-main .popular-section {
  background-image: url(/images/popular-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 0;
}
.section-main .popular-section h2 {
  color: #fff;
}
.section-main .popular-section ul li {
  background: rgba(0, 0, 0, 0) url("/images/list.png") no-repeat scroll 0px 11px;
}
.section-main .popular-section ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 6px 30px;
}
.section-main .popular-section .popular-main {
  width: 63%;
}
.section-main .section-right .panel-single-level-menu .panel-heading {
  background-color: #ff8300;
}
.section-main .section-right .panel-heading {
  border: 0 none;
  color: #fff;
  position: relative;
  padding: 0;
  border-radius: 0;
}
.section-main .section-right .panel-heading a.accordion-toggle {
  display: block;
  background-color: #ff8300;
}
.section-main .section-right .panel-heading a.accordion-toggle.collapsed {
  background: #64ceff;
  display: block;
}
.section-main .section-right .panel-heading h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 14px 20px;
  text-transform: uppercase;
}
.section-main .section-right .panel-heading i {
  position: absolute;
  right: 8px !important;
  top: 18px !important;
  color: #fff;
}
.section-main .section-right .panel-default {
  border: 0 none;
  box-shadow: none;
}
.section-main .section-right .panel-body {
  padding: 0;
  border: 1px solid #bcbcbc;
}
.section-main .section-right .panel-body h4 {
  padding: 15px 18px;
}
.section-main .section-right .panel-body ul li:last-child a {
  border: 0;
}
.section-main .section-right .panel-body ul li a {
  border-bottom: 1px solid #bcbcbc;
  color: #717171;
  display: block;
  font-size: 15px;
  padding: 15px 18px;
}
.inner-section .inner-nav-link {
  border-bottom: 1px solid #767676;
  padding: 5px 0;
  margin-bottom: 50px;
}
.inner-section .inner-nav-link ul li a {
  color: #767676;
  display: inline-block;
  font-size: 15px;
  padding: 0 13px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-section .inner-nav-link ul li a::after {
  content: ">>";
  position: absolute;
  right: -16px;
  top: 0;
}
.inner-section .inner-nav-link ul li:last-child a::after {
  display: none;
}
.inner-section .inner-nav-link ul li a.active {
  color: #ff8300;
}
.section-right .panel-single-level-menu .panel-heading {
  background: #64ceff;
  display: block;
}
.section-right .list-unstyled {
  margin-bottom: 0;
}
.section-right .panel-heading {
  border: 0 none;
  color: #fff;
  position: relative;
  padding: 0;
  border-radius: 0;
}
.section-right .panel-heading a.accordion-toggle {
  display: block;
  background-color: #ff8300;
}
.section-right .panel-heading a.accordion-toggle.collapsed {
  background: #64ceff;
  display: block;
}
.section-right .panel-heading h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 14px 15px;
  text-transform: uppercase;
}
.section-right .panel-heading i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}
.section-right .panel-default {
  border: 0 none;
  box-shadow: none;
}
.section-right .panel-body {
  padding: 0;
  border: 1px solid #bcbcbc;
}
.section-right .panel-body h4 {
  padding: 15px 18px;
}
.section-right .panel-body ul li:last-child a {
  border: 0;
}
.section-right .panel-body ul li a {
  border-bottom: 1px solid #bcbcbc;
  color: #717171;
  display: block;
  font-size: 15px;
  padding: 15px 18px;
}
.pagination-main {
  margin-top: 10%;
}
.pagination-main .pagination-lg {
  display: table;
  float: none;
  margin: 0 auto;
}
.pagination-main .pagination-lg li a {
  font-size: 18px;
  line-height: 1.33333;
  margin: 0 5px;
  color: #556270;
  font-weight: 700;
  background: linear-gradient(#fefefe, #f1f1f1);
  background: -webkit-linear-gradient(#fefefe, #f1f1f1);
  background: -o-linear-gradient(#fefefe, #f1f1f1);
  font-size: 15px;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 3px !important;
}
.pagination-main .pagination-lg li.active a {
  background: #1ac1df none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 3px;
}
.pagination-main .pagination-main {
  text-align: center;
}
.pagination-main .pagination-main nav {
  display: inline-block;
}
.pagination-lg li a {
  font-size: 18px;
  line-height: 1.33333;
  margin: 0 5px;
  color: #556270;
  font-weight: 700;
  background: linear-gradient(#fefefe, #f1f1f1);
  background: -webkit-linear-gradient(#fefefe, #f1f1f1);
  background: -o-linear-gradient(#fefefe, #f1f1f1);
  font-size: 15px;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
}
.pagination-lg li a:hover {
  background: #1ac1df none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 3px;
}
.news-section .news-main {
  margin: 0 0 25px 0;
}
.news-section .news-main .news-title {
  padding-bottom: 0;
}
.news-section .news-main .news-title h4 {
  margin: 0;
  padding-bottom: 5px;
}
.news-section .news-main .news-title h4 a {
  color: #1ac1df;
}
.news-section .news-main .news-title p {
  margin: 0;
}
.news-section .news-main .news-summary {
  padding-top: 0;
}
.news-section .news-main .news-content {
  padding-top: 20px;
}
.news-section .news-main .news-content img:first-child {
  display: none;
}
.news-details {
  margin-bottom: 20px;
}
.news-details p {
  line-height: 1.6;
}
.cabinet-section .cabinet-main {
  padding: 15px 0;
}
.cabinet-section .cabinet-main h4 {
  color: #1ac1df;
  font-size: 18px;
}
.cabinet-section .cabinet-main p {
  font-size: 16px;
}
.cabinet-section .title {
  padding-bottom: 0;
}
.cabinet-section .title h2 {
  color: #c71f21;
  font-size: 24px;
  padding-bottom: 10px;
}
.listing-ministry-section .ministry-main {
  margin-bottom: 30px;
}
.listing-ministry-section h2 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
  text-transform: initial;
}
.listing-ministry-section .title {
  margin-bottom: 20px;
}
.listing-ministry-section .ministry-content {
  border: 1px solid #bcbcbc;
  padding: 2px 20px;
}
.listing-ministry-section .ministry-content h4 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  position: relative;
  top: -12px;
}
.listing-ministry-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 20px;
}
.listing-ministry-section ul a {
  color: #000;
}
.search-right {
  border: 1px solid #bcbcbc;
  margin: 20px 0;
}
.search-right h4 {
  margin: 0;
  background: #64ceff;
  padding: 10px 12px;
  color: #fff;
}
.search-right div[role="form"] {
  padding: 15px 10px;
}
.search-right div[role="form"] select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(/images/select.png) no-repeat scroll 97% 50%;
  text-transform: capitalize;
}
.search-right div[role="form"] .form-monthyear .form-control {
  display: inline-block;
}
.search-right div[role="form"] .btn.btn-default {
  background: #ff7e00 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
}
.search-right div[role="form"] .form-group {
  margin: 0;
}
.search-right .checkbox img {
  display: inline-block;
}
.ministry-detail-section h2 {
  color: #c71f21;
  font-size: 30px;
  line-height: 1.3;
}
.ministry-detail-section .units {
  border: 1px solid #bcbcbc;
  padding: 2px 20px;
  margin: 30px 0;
}
.ministry-detail-section .units h4 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.ministry-detail-section .units ul li a {
  color: #555;
  display: inline-block;
  font-size: 16px;
  padding: 2px 0;
}
.ministry-detail-section .ministry-img {
  margin-bottom: 40px;
}
table {
  max-width: 100%;
  width: 100%;
}
table tr td {
  padding: 8px;
  vertical-align: top;
}
table tr td a {
  color: #227ee6;
}
table tr td a.link {
  color: #4b175a;
}
table tr td a.pdf {
  color: #0066d0;
  text-decoration: underline;
  display: block;
  font-size: 16px;
}
table tr td a.pdf i {
  color: #FF1921;
  padding-right: 5px;
}
.unit-detail-section h2 {
  margin: 0;
}
.unit-detail-section h2 a {
  color: #4d0f5a;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
}
.unit-detail-section .unit-content {
  padding: 10px 0;
}
.unit-detail-section .unit-content h4 {
  color: #000;
  font-size: 18px;
}
.units-list-section .units-link {
  text-align: center;
  margin: 25px 0;
}
.units-list-section .units-link ul li {
  padding: 0;
}
.units-list-section .units-link ul li a {
  text-transform: uppercase;
  background-color: #b6e6fc;
  border: 1px solid #000;
  color: #000;
  display: block;
  padding: 7px 10px;
}
.units-list-section .units-main {
  margin: 20px 0;
}
.units-list-section .units-main ul {
  padding: 0 20px;
}
.units-list-section .units-main .units-content {
  border: 1px solid #bcbcbc;
  padding: 2px 10px;
  margin-bottom: 15px;
}
.units-list-section .units-main .units-content ul li a {
  color: #666;
  display: block;
  line-height: 1.6;
  padding: 4px 0;
}
.units-list-section h4 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.popular-section {
  padding: 3% 0;
}
.popular-section ul li a {
  display: block;
  color: #555;
  font-size: 15px;
  padding: 6px 5px;
}
.popular-section ul li a:hover {
  color: #1ac1df;
}
.jobs-section .jobs-type select {
  color: #c71f21;
  font-size: 18px;
  padding: 3px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(/images/select.png) no-repeat scroll 97% 50%;
}
.jobs-section .jobs-type p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 3px;
}
.jobs-section .download {
  text-align: right;
  border-bottom: 1px solid #888;
  padding: 15px 0;
}
.jobs-section .download a {
  color: #0000ee;
}
.jobs-section .jobs-main {
  margin: 10px 0 30px 0;
}
.jobs-section .jobs-main ol {
  padding: 0 15px;
}
.jobs-section .jobs-main ol li a {
  color: #0066d0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  padding: 4px 0;
}
.vacancy-content {
  margin-bottom: 30px;
}
.vacancy-details-section h2 {
  color: #c71f21;
  font-size: 24px;
  line-height: 1.5;
}
.vacancy-details-section .vacancy-full-details {
  padding: 4px 0;
}
.vacancy-details-section .vacancy-full-details h4 {
  margin: 10px 0;
}
.vacancy-details-section .vacancy-full-details ul li {
  padding-left: 20px;
  position: relative;
}
.vacancy-details-section .vacancy-full-details ul li::before {
  background: #777 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  top: 10px;
  width: 7px;
}
.service-list-section h2 {
  color: #c71f21;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}
.service-list-section ol {
  padding: 0 15px;
}
.service-list-section ol li a {
  color: #2e2da0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  padding: 4px 0;
}
.service-list-section ol li a:hover {
  color: #0066d0;
}
.resource-section .resource-type select {
  color: #c71f21;
  font-size: 18px;
  padding: 3px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(/images/select.png) no-repeat scroll 97% 50%;
}
.resource-section .resource-type p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 3px;
}
.resource-section .resource-main {
  margin: 30px 0;
}
.resource-section .resource-main ol {
  padding: 0 15px;
}
.resource-section .resource-main ol li {
  font-size: 15px;
  line-height: 1.7;
  padding: 10px 0;
}
.resource-section .resource-main ol li a {
  color: #0066d0;
}
.resource-section .resource-main span {
  display: inline-block;
}
.resource-section .resource-main span a.pdf {
  color: #0066d0;
  text-decoration: underline;
  display: block;
  font-size: 16px;
}
.resource-section .resource-main span a.pdf i {
  color: #FF1921;
  padding-right: 5px;
}
.search-container {
  z-index: 9999;
}
.search-section h2 {
  color: #c71f21;
  font-size: 24px;
  padding-bottom: 0 !important;
}
.search-section span.results {
  color: #c71f21;
  display: block;
  font-size: 25px;
  margin-top: 10px;
}
.search-section .search-form {
  margin-top: 11px;
}
.search-section .search-form input {
  display: block;
  height: 47px;
  width: 100%;
}
.search-section .search-form .btn-default {
  height: 47px;
}
.search-section .search-form .form-control.sel {
  background: url(/images/select.png) no-repeat scroll 90% 50%;
  border-radius: 0;
  height: 47px;
  width: 100px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.search-section .search-form .input-group-btn {
  /*left: 3px;*/
  position: relative;
}
.search-section .search-form .input-group-btn .dropdown-menu {
  margin-top: 0;
}
.search-section ol {
  padding: 0 15px;
}
.search-section ol li a {
  color: #2e2da0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  padding: 4px 0;
}
.search-section ol li a:hover {
  color: #0066d0;
}
.ministry-home-section .category {
  border: 1px solid #bcbcbc;
  margin: 20px 0;
}
.ministry-home-section .category h4 {
  background: #99cccc none repeat scroll 0 0;
  color: #555;
  margin: 0;
  padding: 18px 9px;
}
.ministry-home-section .category h4.yel {
  background: #ff9900;
}
.ministry-home-section .category ul li a {
  border-bottom: 1px solid #bcbcbc;
  color: #717171;
  display: block;
  font-size: 15px;
  padding: 15px 18px;
}
.ministry-home-section .category ul li:last-child a {
  border: 0 none;
}
.ministry-home-section .category .ministry-img {
  text-align: center;
  padding: 20px;
}
.ministry-home-section .category .ministry-img img {
  margin: auto;
  width: 150px;
}
.ministry-news-section h2 {
  color: #222;
  font-size: 28px;
}
.ministry-news-section .ministry-news-content {
  padding-bottom: 20px;
}
.ministry-news-section .ministry-news-content h4 {
  color: #99cccc;
  font-size: 18px;
}
.ministry-news-section .ministry-news-content p {
  font-size: 16px;
}
.ministry-department-section hr {
  border-color: #bcbcbc;
}
.governor-general-section .category h4 {
  background: #e7e7e6 none repeat scroll 0 0;
  color: #555;
  margin: 0;
  padding: 18px 9px;
  font-size: 20px;
}
.governor-general-section .category h4 span {
  font-size: 16px;
  display: block;
}
.governor-general-section .category ul li a {
  background: #083080;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 15px 18px;
}
.governor-general-section .welcome-section .welcome-content a {
  border: 1px solid #717171;
  border-radius: 0;
  color: #ff8300;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.governor-general-section .welcome-section .welcome-img img {
  border: 1px solid #dadbdb;
  box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  padding: 3px;
  margin: auto;
}
.governor-general-section .welcome-section p {
  padding-bottom: 10px;
  color: #717171;
  line-height: 2.1;
}
.general-content-section h2 {
  color: #083080;
}
.general-content-section .general-inner-content {
  margin: 30px 0;
}
.general-content-section .general-inner-content h4 {
  color: #000;
}
footer {
  background: #101010;
  padding: 3% 0;
}
footer p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
footer .footer-social ul li a {
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  width: 40px;
}
footer .footer-menu {
  padding: 10px 0;
}
footer .footer-menu ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
}
footer .footer-menu ul li a::after {
  color: #fff;
  content: "|";
  font-size: 16px;
  position: absolute;
  right: -12px;
  top: 0;
}
footer .footer-menu ul li:last-child a::after {
  display: none;
}
/*@media (max-width:1299px) {
    .container {
        width: 1020px;
    }

    .mainmenu {
        ul {
            li {
                a {
                    font-size: 14px;
                    padding: 18px 11px;
                }
            }
        }
    }

    .pagination-main {
        .pagination-lg {
            li {
                a {
                    padding: 5px 9px;
                }
            }
        }
    }
}*/
@media (max-width: 2880px) {
  .section-main .popular-section {
    padding: 13% 0;
  }
}
@media (max-width: 1920px) {
  .section-main .popular-section {
    padding: 8% 0;
  }
}
@media (max-width: 1600px) {
  .section-main .popular-section {
    padding: 5% 0;
  }
}
@media (max-width: 1365px) {
  header .header-top .logo {
    width: 230px;
  }
  header .header-top .mainmenu ul li a {
    font-size: 14px;
    padding: 35px 7px;
  }
  header .header-bottom.inner .carousel-caption {
    top: 26%;
  }
}
@media (max-width: 1023px) {
  /*.container {
        width: auto;
    }

    .mainmenu {
        .search-form {
            .btn.search-btn {
                font-size: 14px;
                padding: 6px 13px;
                text-transform: uppercase;
            }

            input {
                height: 32px;
            }
        }

        ul {
            li {
                a {
                    font-size: 11px;
                    margin: 0;
                    padding: 14px 9px;
                }
            }
        }
    }

    .banner-main {
        .item {
            h2 {
                font-size: 16px;
                margin: 0;
            }

            p {
                font-size: 14px;
            }

            .banner-content {
                padding: 50px 30px;
            }
        }

        .carousel-indicators {
            bottom: 10px;
            left: 0;
            margin: 0;
            right: 0;
            text-align: center;
            width: auto;
        }
    }*/
  header .header-top .logo {
    margin: auto;
    position: relative;
    top: 4px;
    width: 250px;
  }
  header .header-top .logo img {
    margin: auto;
  }
  header .header-top .mainmenu {
    display: table;
    margin: auto;
  }
  header .header-top .mainmenu ul li a {
    font-size: 15px;
    padding: 15px 11px;
  }
  header .header-bottom .carousel-caption {
    top: 13%;
  }
  header .header-bottom .carousel-caption h1 {
    font-size: 34px;
  }
  header .header-bottom .carousel-caption p {
    font-size: 16px;
    padding: 0;
  }
  .section-main .section-right .panel-heading h4 {
    font-size: 13px;
    padding: 14px 8px;
  }
  .section-main .section-right .panel-heading i {
    top: 15px;
  }
  .section-main .section-right .panel-body ul li a {
    font-size: 15px;
    htpadding: 10px 12px;
  }
  .section-main .popular-section .popular-main {
    background: rgba(5, 137, 220, 0.68) none repeat scroll 0 0;
    padding: 16px 20px;
    width: 100%;
  }
  .section-main .popular-section ul li a {
    font-size: 13px;
  }
  .section-right .panel-body ul li a {
    font-size: 13px;
    padding: 15px 7px;
  }
  .section-right .panel-heading h4 {
    font-size: 15px;
    padding: 12px;
  }
  .pagination-main .pagination-lg li a {
    margin: 0 2px;
    padding: 5px 6px;
  }
  .search-right h4 {
    font-size: 14px;
    padding: 10px 7px;
  }
  .cabinet-section .cabinet-main p {
    font-size: 14px;
  }
  .listing-ministry-section h2 {
    font-size: 13px;
    margin: 3px 0;
  }
  .ministry-detail-section h2 {
    font-size: 20px;
  }
  .units-list-section .units-link ul li a {
    padding: 7px 4px;
  }
  .service-list-section h2 {
    font-size: 18px;
  }
  .vacancy-details-section h2 {
    font-size: 18px;
  }
  .ministry-home-section .category h4 {
    font-size: 13px;
    padding: 10px 8px;
  }
  footer .footer-menu ul li a {
    font-size: 15px;
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .pull-right {
    float: none !important;
  }
  /*.mainmenu {
        .navbar-collapse {
            padding: 0 15px;
        }

        .search-form {
            left: 0;
            margin-top: 0;
            padding: 10px 12px;
            position: relative;
        }

        ul {
            li {
                a {
                    font-size: 15px;
                    margin: 0;
                    padding: 7px 15px;
                }
            }
        }
    }*/
  header .header-top .mainmenu {
    display: block;
    margin: auto;
  }
  header .header-top .mainmenu ul li a {
    font-size: 15px;
    padding: 8px 11px;
    text-align: left;
  }
  header .header-bottom .carousel-caption {
    top: 5%;
  }
  header .header-bottom .carousel-caption h1 {
    font-size: 21px;
  }
  header .header-bottom .carousel-caption p {
    font-size: 14px;
  }
  header .header-bottom .carousel-caption .btn.btn-default {
    font-size: 13px;
    margin-top: 0;
    padding: 5px 14px;
  }
  header .header-bottom.inner .carousel-caption {
    top: 20%;
  }
  .section-main h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .section-main .welcome-section {
    text-align: center;
  }
  .section-main .welcome-section .welcome-img img {
    margin: 0 auto 20px;
  }
  .cabinet-section {
    text-align: center;
  }
  .cabinet-section .cabinet-main .cabinet-img img {
    margin: auto;
  }
  .listing-ministry-section .title {
    text-align: center;
  }
  .listing-ministry-section .title img {
    margin: auto;
  }
  .ministry-news-section {
    text-align: center;
  }
  .ministry-news-section .ministry-img img {
    margin: auto;
  }
  .governor-general-section .welcome-section {
    text-align: center;
    padding: 2% 0;
  }
}
@media (max-width: 480px) {
  .pagination-main .pagination-lg li a {
    padding: 5px 7px;
    margin: 0 2px;
    padding: 4px;
    font-size: 12px;
  }
  .pagination-main .pagination-lg li span {
    font-size: 12px;
  }
  .units-list-section .units-link ul li a {
    font-size: 11px;
    padding: 7px 4px;
  }
}
@media (max-width: 414px) {
  header .header-bottom .carousel-caption p {
    display: none;
  }
  header .header-bottom .carousel-caption h1 {
    font-size: 16px;
  }
  header .header-bottom .carousel-caption .btn.btn-default {
    margin-top: 7px;
  }
  header .header-bottom .owl-dots {
    bottom: -2px;
  }
  header .header-bottom.inner .carousel-caption {
    top: 10%;
  }
  .section-main .news-section {
    text-align: center;
  }
  .section-main .news-section .col-xs-4 {
    width: 100%;
  }
  .section-main .news-section .col-xs-8 {
    width: 100%;
  }
  .section-main .news-section .news-content {
    padding: 20px 0;
  }
  .section-main .news-section .news-img img {
    margin: auto;
  }
  .section-main h2 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
.user-menu {
  position: absolute;
  top: 30px;
  right: 15px;
}
.admin-container {
  /*.section-main {
        padding-top: 20px;
    }*/
}
.admin-container .user-menu {
  top: 0;
}
.admin-container .whitebg > h1 {
  margin-top: 0;
}
.admin-container .page-header {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
.admin-container .page-header h1 {
  margin-top: 10px;
  font-size: 24px;
}
.admin-container .admin-menu ul li {
  padding: 8px;
  background-color: #5bc0de;
  border: 1px solid #46b8da;
}
.admin-container .admin-menu ul li:hover {
  background-color: #31b0d5;
}
.admin-container .admin-menu ul li a {
  color: #fff;
}
.admin-container .admin-menu ul li ul li {
  background-color: #31b0d5;
  border: 1px solid #28a1c5;
}
.admin-container .admin-menu ul li ul li:hover {
  background-color: #28a1c5;
}
.admin-container .admin-menu ul li ul li ul li {
  background-color: #28a1c5;
  border: 1px solid #2390b0;
}
.news-carousel .owl-item {
  height: 700px;
}
.channel-title h1 {
  margin-top: 0;
}
.channel-image-container {
  margin: 10px 0 20px 0;
}
.search-container {
  position: absolute;
  right: 0;
  top: 66px;
  width: 320px;
}
.accordion-2 img {
  width: 100%;
}
.gg-container header .header-top .page-heading h1,
.ministry-container header .header-top .page-heading h1 {
  margin-left: 15px;
  font-size: 24px;
  color: #337ab7;
}
.gg-container header .header-top .page-heading h1.gg-header,
.ministry-container header .header-top .page-heading h1.gg-header {
  margin-top: 0;
}
.gg-container header .header-top .page-heading .gg-logo,
.ministry-container header .header-top .page-heading .gg-logo {
  width: 100px;
}
.gg-container header .header-top .page-heading img,
.ministry-container header .header-top .page-heading img {
  width: 60px;
  margin-right: 15px;
  margin-top: 10px;
}
.gg-container header .header-top .mainmenu .back-to-portal img,
.ministry-container header .header-top .mainmenu .back-to-portal img {
  width: 40px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.gg-container header .header-top .mainmenu .navbar,
.ministry-container header .header-top .mainmenu .navbar {
  margin-bottom: 0;
}
.gg-container header .header-top .mainmenu .navbar ul li a,
.ministry-container header .header-top .mainmenu .navbar ul li a {
  padding-left: 20px;
  padding-right: 20px;
}
.gg-container .sidebar-left,
.ministry-container .sidebar-left {
  padding: 8px;
}
.gg-container .sidebar-right,
.ministry-container .sidebar-right {
  padding: 8px;
}
.gg-container .ministry-employees ul li .ministry-employee-title,
.ministry-container .ministry-employees ul li .ministry-employee-title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 4px;
}
.gg-container .ministry-employees ul li .ministry-employee-image,
.ministry-container .ministry-employees ul li .ministry-employee-image {
  width: 100%;
  height: auto;
}
.gg-container .ministry-employees ul li:not(:first-child),
.ministry-container .ministry-employees ul li:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.gg-container section {
  background-color: #f1f1f1;
}
ul.mediaselectors {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.mediaselectors li {
  display: inline-block;
  text-align: center;
  margin: 15px 8px;
}
ul.mediaselectors li a {
  color: #000;
}
ul.mediaselectors li a:visited {
  color: #014a5c;
}
/* Debug / Admin CSS */
#debugview {
  font-size: 11px;
}
#debugview fieldset legend {
  font-size: 14px;
}
#debugview .table-bordered > thead > tr > th,
#debugview .table-bordered > thead > tr > td {
  border: 1px solid #000 !important;
}
#debugview .table-bordered > tbody > tr > th,
#debugview .table-bordered > tbody > tr > td {
  border: 1px solid #000 !important;
}
@media (max-width: 640px) {
  .header-top {
    display: none;
  }
  /*.header-logo {
        max-width: 160px !important;
    }

    .slide-branding {
        font-size: 14px !important;
    }*/
}
.rhl-widget ul {
  padding-left: 20px;
  list-style-type: none;
}
#customresourceselector fieldset {
  margin-bottom: 10px;
}
#customresourceselector fieldset .form-group {
  margin-bottom: 0;
}
#customresourceselector table tr td {
  padding: 0;
}
.checkboxlist label {
  font-weight: normal;
  font-size: 13px;
}