
* {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  o-transition: all 0.6s ease;
}

#toolbar-administration * {
  text-align: left;
}

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="password"] { width: 100%; }

.full-page-search { border-left: 2px solid #f46f22; }

.full-page-search .search-icon a { color: #f46f22; }

img.image-field,
.field--type-video-embed-field { float: left; }

.field--type-video-embed-field {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-right: 1em;
}

.node-content .field__label {
  font-weight: 600;
  font-size: 1.4em;
}

.node-content .image-field {
  max-width: 500px;
}

.more-link {
  margin-right: 2%;
  text-align: right;
  font-weight: 600;
  font-style: italic;
  font-family: initial;
}

.views-more-link {
  font-style: italic;
  font-family: initial;
}

.pager__item a { background: #cfcfff; }

input[type="email"] { width: 100%; }

.footer a { color: #bfbfbf; }

.footer a:hover { color: #6f6f6f; }

/*------------ Slideshow CSS ------------*/

.slideshow,
.slider-image { position: relative; }

.slideshow img {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  height: auto;
  max-width: unset;
}

.caption_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
  border-bottom: 3px solid #cfcfcf;
}

.slider_caption {
  /* top: 20%; */
  bottom: 20%;
  right: 5px;
  width: 40%;
  height: auto;
  text-align: left;
  min-width: 200px;
  /* border-radius: 5px; */
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, .8);
  padding: 30px 40px 30px 30px;
  /* border-top: 5px solid #f46f22; */
  /* border-bottom: 2px solid #fbea01; */
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
  line-height: 1.28em;
}

.slide-title {
  color: #f46f22;
  font-weight: 600;
  margin-bottom: 10px;
}

.slide-text {
  color: #cfcfcf;
  font-size: 1.1em;
}

/* ------- pager bullets for slider ------- */

.slideshow .views-slideshow-controls-bottom {
  z-index: 7;
  right: 15px;
  /* top: 30%; */
  bottom: 30%;
  float: right;
  position: absolute;
}

.slideshow .views-slideshow-controls-bottom ul {
  margin: 0;
  padding: 0;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 10px;
  height: 35px;
  /* float: left; */
  display: block;
  background: #f0f8ff;
  text-indent: -100240px;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #f46f22;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}
/*-end custom pager-*/

/*----------------- Partners -------------------*/

.the-partners {
  margin: 0 -2.2%;
  padding: 30px 0 0;
  /* text-align: center; */
}

.partner {
  padding: 15px 2.2%;
  display: inline-block;
}

.partner img {
  padding: 0;
  width: auto;
  margin-right: 0;
  max-height: 60px;
}

.partner a img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.partner a:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/*------------ About Us CSS ------------*/

#block-views-block-content-b-about.block {
  margin-bottom: -30px;
  padding-bottom: 0;
}

.about-info { margin-bottom: 30px; }

.about-info h2 { font-weight: 600; }

.ui-corner-all { border-radius: 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #182a52;
  color: #fefefe;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #f46f22;
  background: #f46f22;
}

.ui-accordion .ui-accordion-content {
  line-height: 1.4em;
}

/*------------ Front Briefs CSS ------------*/

.front-briefs { padding: 45px 0 60px; }

.front-briefs .block-title {
  position: relative;
  margin-bottom: 25px;
  text-align: left;
}

/*------------- Team CSS --------------*/

.page-node-17 .node-content { display: none; }

.page-node-17 h3.block-title { text-align: center; }

.field--name-field-designation {
  font-weight: bold;
  padding-bottom: 6px;
}

.the-management { margin: 0 -2%; text-align: center; }

#block-views-block-content-b-advisory,
#block-views-block-content-b-executive,
#block-views-block-content-b-secretariat {
  clear: both;
  padding-bottom: 50px;
  display: flow-root;
}

/*#block-views-block-content-b-advisory,*/
#block-views-block-content-b-executive {
  display: none;
}

.profile {
  width: 100%;
  text-align: center;
  font-weight: 600;
  min-width: 200px;
  /* float: left; */
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 5px;
  background: #cfcfff;
  vertical-align: top;
}

.profile.advisory,
.profile.executive {
  margin: 25px 2.5%;
  max-width: 27.8%;
}

.profile.staff {
  margin: 25px 2%;
  max-width: 20.5%;
}

.profile p,
.profile h6 { padding: 0 10px; }

.profile h6 {
  color: #f46f22;
  margin-top: 10px;
  display: inline-block;
}

.profile img {
  margin: 0;
  width: 100%;
  padding: 0;
}

/*-------------- News CSS --------------*/

.latest-news {
  background: #dfdfff;
}

.news-update .title {
  font-size: 1em;
  text-align: left;
  margin: 15px 0 8px;
  display: inline-block;
}

.the-updates { margin: 0 -2%; text-align: center; }

.news-article {
  width: 100%;
  padding: 3px 0 0;
  margin: 25px 1.8%;
  max-width: 29.38%;
  min-width: 200px;
  /* min-height: 550px; */
  /* float: left; */
  display: inline-block;
  background: #fdfdfd;
  text-align: justify;
  vertical-align: top;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.news-article img {
  padding: 0;
  width: 100%;
  margin: 0 0 8px;
}

.news-article p,
.news-article h6 {
  float: left;
  width: 100%;
  line-height: 1.2em;
  padding: 4px 15px;
  text-align: left;
}

.news-article:hover { box-shadow: none; }

/*-------------- Interventions CSS --------------*/

.int-sector {
  float: left;
  width: 33.2%;
  height: 280px;
  padding: 50px;
  position: relative;
  text-align: center;
  /* background: #dfdfff; */
  border: 2px solid #efefef;
}

.int-sector:nth-child(odd) { background: #182a52; }

.int-sector:nth-child(even) { background: #dfdfff; }

.int-sector:hover {
  /* z-index: 3; */
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 255, 0.3);
}

.int-sector h5 {
  top: 35%;
  color: #f46f22;
  position: relative;
}
/*
.int-sector:hover h5 { color: #fbea01; }
*/
.int-sector .caption_wrapper:hover { background: none; }

.int-sector img { margin: 0; }

/*-------------- Downloads CSS --------------*/

.the-downloads {
  column-count: 3;
  column-gap: 30px;
}

.download {
  /* float: left; */
  width: 100%;
  margin: 3px 0;
  display: inline-block;
  background: #182a52;
  padding: 5px 10px;
  vertical-align: top;
}

.download:hover { background: #dfdfff; }

/*-------------- Albums CSS --------------*/

.photo-gallery {
  margin: 0 -1%;
  text-align: center;
}

.photo-album {
  width: 100%;
  max-width: 21%;
  min-width: 145px;
  padding: 0 0 10px;
  margin: 25px 1%;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.1em;
  text-align: center;
  background: #fdfdfd;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.photo-album .image-field {
  margin: 0;
  padding: 0;
}

.photo-album span {
  width: 100%;
  margin-top: 5px;
  line-height: normal;
  display: inline-block;
}

.page-node-type-photo_album .image-field {
  margin: 5px;
  width: auto;
  padding: 0;
}

/*-------------- Contacts CSS --------------*/

.page-user .main-wrapper .container,
.page-contact .main-wrapper .container { max-width: 720px; }