* {
  /* transition: all 0.6s ease; */
  /* -webkit-transition: all 0.6s ease; */
  /* -moz-transition: all 0.6s ease; */
  /* o-transiti all 0.6s ease; */
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  o-transition: all 0.6s linear;
}

#toolbar-administration * {
  text-align: left;
}

.user-login-form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.header-top a,
.header-top-container,
.header-top-container li,
.header-top-container strong {
  color: #e4fee4;
}

.header-top a:hover {
  color: initial;
}

.header-top li {
  list-style: none;
  display: inline;
}

.header-top .contab {
  font-size: 1.2em;
  padding-left: 25px;
  padding-right: 25px;
}

#header {
  -webkit-box-shadow: 0 5px 16px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 5px 16px rgba(0,0,0,0.35);
  box-shadow: 0 5px 16px rgba(0,0,0,0.35);
}

/* .header-left { width: 35%; } */

.site-branding { display: flex; }

.site-logo {
  padding-right: 15px;
  min-width: 100px;
}

.site-name {
  /* width: 70%; */
  text-align: left;
  font-weight: bold;
}

h6 a,
.site-name a { color: #339f32; }

.site-slogan { color: #6b6b6b; }

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="password"] { width: 100%; }

.page-content .form-item-captcha-response input[type="text"] { width: auto; }

.search-box .details-description,
.search-box .form-item-captcha-response { color: #f4fef4; }

.search-box .form-item-captcha-response input[type="text"] {
  color: initial;
  background: #e4e4dd;
}
/*
.full-page-search { border-left: 2px solid #339f32; }

.full-page-search .search-icon a { color: #339f32; }
*/
/* img.image-field, */
.field--type-image,
.field--type-video-embed-field {
  float: left;
  display: block;
  margin-right: 20px;
}
/*
img, a img {
  max-width: 480px;
}
*/
.field--type-video-embed-field {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-right: 1em;
}

.field--name-body h1,
.field--name-body h2,
.field--name-body h3,
.field--name-body h4/*,
.field--name-body h5,
.field--name-body h6*/ {
  border-bottom: 1px solid;
}

li.taxonomy-term h2.node-title,
li.taxonomy-term .field--name-field-link {
  /* font-size: 1.2em; */
  /* font-weight: bold; */
  display: none;
}

.node-taxonomy-container h3 {
  margin-bottom: 8px;
}

.node-taxonomy-container li.taxonomy-term {
  /* width: 100%; */
  padding: 0;
  display: block;
}

.main-wrapper .container {
  background: #fff;
  display: flow-root;
  padding-bottom: 30px;
}

.node-taxonomy-container img {
  width: auto;
  max-height: 65px;
}

.white-bg { background: #fff; }

.green-bg { background: #339f32; }
/*
.green-bg a { color: #cfcfcf; }
*/
.half {
  width: 50%;
  float: left;
}
/*
.half:last-child {
  border-left: 1px solid;
}

.half :first-child {
  border-right: 1px solid;
}
*/
.cascade {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.cascade::before {
  content: "";
  width: 96%;
  height: 2px;
  position: absolute;
  left: 2%;
  bottom: -3px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  z-index: -1;
}

.cascade::after {
  content: "";
  width: 92%;
  height: 2px;
  position: absolute;
  left: 4%;
  bottom: -6px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  z-index: -1;
}

.more-link {
  margin-right: 2%;
  text-align: right;
  font-weight: 600;
  font-style: italic;
  font-family: initial;
}

.views-more-link {
  float: left;
  width: 100%;
  /* margin-top: 0.8em; */
  font-style: italic;
  font-family: initial;
}

.pager__item a { background: #ffffe0; }

input[type="email"],
.field--name-field-link { width: 100%; }

.field--name-field-link .field-item,
.field--name-field-link .field__label {
  display: inline;
}

.field--name-field-link .field__label {
  font-weight: bold;
}

/* Pages
-------------------------------------------- */
/* maintenance page */
#maintenance {
  background: url(../images/1192976.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  /* color: #020302; */
}

#maintenance .container {
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(250, 250, 250, .6);
}

#maintenance .site-branding {
  display: block;
}

#maintenance .site-branding h2 {
  font-weight: bold;
}

#maintenance .site-branding h3 {
  color: #555;
  margin-top: initial;
}

/* Front Page */
/*
.page-frontpage #header {
  position: absolute;
  background: rgba(0, 0, 0, .25);
}

.page-frontpage .header-top,
.page-frontpage .header-top strong {
  color: #dfdfdf;
}

.page-frontpage .header {
  background: none;
  border-top: 1px solid #8e8e8e;
  border-bottom: transparent;
}

.page-frontpage .site-slogan {
  color: #ffe701;
}*/

/*------------ Front Briefs CSS ------------*/

.front-briefs {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
}

.front-briefs .block-title {
  position: relative;
  margin-bottom: 25px;
}

.front-briefs .news-article {
  /* padding-bottom: 10px; */
}

/*---------- Pillars of Focus -----------*/

.focus-pillars {
  position: relative;
  clear: both;
  /* width: 100%; */
}

.focus-pillars .the-updates {
  display: flex;
}
/*
.projects {
  position: relative;
  clear: both;
  width: 100%;
}
*/
.focus-pillar {
  position: relative;
  float: left;
  width: 22.8%;
  min-width: 200px;
  margin: 15px 1%;
  /* background: #f4fef4; */
  background: #e4fee4;
  padding: 10px 15px 0;
}

.focus-pillar:hover {
  /* background: #339f32; */
  opacity: 0.5;
}

.focus-pillar h3,
.focus-pillar img {
  text-align: center;
}

.focus-pillar p,
.focus-pillar h3 {
  float: left;
  width: 100%;
  line-height: 1.4em;
  padding: 4px 15px;
  /* text-align: left; */
}

.focus-pillar p {
  display: none;
  text-align: left;
}

.focus-pillar img {
  padding: 10px;
  float: initial;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
}
/*
.focus-pillar a.button:hover {
  background: #303030;
}

.focus-pillar::after {
  content: "\f105";
  padding-left: 10px;
  font-family: "FontAwesome";
}
*/
/*---------- ED's Message -----------*/
/*
.eds-message {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
*/
.exec-message {
  position: relative;
  display: inline-block;
  width: 100%;
}

.exec-message img.image-field { width: 50%; }

.exec-message .the-message {
  float: right;
  position: absolute;
  background: #e4fee4;
  box-shadow: 0px 2px 10px #339f32;
  padding: 25px 50px;
  opacity: 0.9;
  width: 60%;
  right: 0;
  top: 8%;
}

.the-message .msg-title {
  font-size: 1.6em;
  color: #339f32;
  font-weight: bold;
  margin-bottom: 10px;
}

.msg-text p,
.msg-text strong {
  font-size: 1.2em;
  line-height: 1.4;
  color: #4b3b4b;
}
/*
.msg-text blockquote > p:last-child,
.msg-text blockquote > p:first-child {
    display: initial;
}

.msg-text blockquote::after,
.msg-text blockquote::before {
  display: none;
}
*/
.msg-text a.views-more-link {
  
}

/*---------- YouTube Videos ---------*/

.latest-videos h3,
.latest-videos .more-link a {
  color: #e4fee4;
}

.latest-videos .more-link:hover a {
  color: inherit;
}

.latest-videos .youtube {
  margin: 10px -2%;
}

.latest-videos .more-link { margin: 0 2%; }

.embedded-video {
  height: 0;
  float: left;
  width: 100%;
  max-width: 29%;
  margin: 20px 2%;
  /* display: inline-block; */
  position: relative;
  padding-bottom: 16.2%; /* 16:9 */
}

iframe.latestVideoEmbed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*---------- Latest Publications -----------*/

.latest-downloads {
  position: relative;
  clear: both;
  width: 100%;
}
/*
.new-downloads a,
.new-downloads h3 {
  color: unset;
}
*/
.new-downloads h3 {
  color: #e4fee4;
}

.new-download .download {
  margin-bottom: -1px;
  border-top: 1px solid #d1ebd1;
  border-bottom: 1px solid #d1ebd1;
}

.new-download .download a {
  display: block;
  color: #d1ebd1;
  padding: 4px 2px 5px;
}

.new-download .download:hover a {
  color: #e4fee4;
  background: #66d265;
}

.new-downloads .more-link {
  margin-top: 1em;
}

.new-downloads .more-link a {
  color: #e4fee4;
}

.new-downloads .more-link:hover a {
  color: unset;
}

/*---------- Our 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,
.download a img,
.node-taxonomy-container a img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.partner a:hover img,
.download a:hover img,
.node-taxonomy-container 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 Page */

.about-brief {
  /* padding: 10px 45px; */
  /* background: #f4fef4; */
}

.objectives:last-child {
  padding-left: 30px;
  border-left: 1px solid #339f32;
}

.objectives:first-child {
  padding-right: 30px;
  border-right: 1px solid #339f32;
}

.about-brief h3 {
  border-bottom: 2px solid;
}

/* Projects Pages *//*
.project {
  position: relative;
  display: block;
  float: left;
  width: 33.3%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.project img {
  position: relative;
}
.project-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40% 10%;
  background: rgb(0,0,0,0.8);
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}
.project:hover .project-content {
  -webkit-animation: slideUp 0.8s ease;
  -moz-animation: slideUp 0.8s ease;
  -o-animation: slideUp 0.8s ease;
  animation: slideUp 0.8s ease;
  opacity: 1;
}
.project-content h1,
.project-content h2,
.project-content h3,
.project-content h4,
.project-content h5 {
  font-weight: 300;
  color: #fff;
}
.project-content a,
.project-content a:visited,
.project-content a:hover {
  color: #fff;
}
*/
/* Team Profiles Page */

.page-node-47 .page-title-wrap,
.page-node-47 .field--name-field-image {
  display: none;
}

/* .page-node-47 .main-wrapper #content-bottom .container { background: none; } */

.field--name-field-designation {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 6px;
  display: inline-block;
}

/* .the-team { margin: 0 -2%; } */

.team-profile {
  width: 100%;
  /* float: left; */
  /* display: block; */
  margin: 25px -2px;
  line-height: 1.2;
  min-width: 165px;
  text-align: center;
  padding: 0 2%;
  /* background: #e4fee4; */
  vertical-align: top;
  display: inline-block;
}

.team-profile.board {
  max-width: 33.33%;
}

.team-profile.staff {
  max-width: 25%;
}

.staff:first-child,
.board:first-child {
  clear: both;
  /* float: none; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-profile:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.team-profile h6,
.team-profile strong {
  width: 100%;
  margin: 0;
  /* padding: 0 10px; */
  display: inline-block;
  background: #e4fee4;
}

.team-profile h6 {
  padding: 10px 10px 4px;
}

.team-profile strong {
  padding: 0 10px 10px;
}

.team-profile img {
  margin: 0;
  width: 100%;
  padding: 0;
}

/* News & Blogs Page */

.the-updates {
  margin: 0 -2% 0 -1.6%;
  position: relative;
}

.the-updates header {
  margin: 0 1%;
  font-style: italic;
  font-weight: bold;
}

.news-article {
  width: 100%;
  margin: 25px 1.8%;
  max-width: 29.32%;
  min-width: 200px;
  background: #fff;
  /* text-align: justify; */
  vertical-align: top;
  display: inline-block;
  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.4em;
  padding: 4px 15px;
  /* text-align: left; */
}

.news-article div {
  padding: 0 15px;
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 15px;
}

.news-article:hover { box-shadow: none; }

/* Publications Page */

.page-node-65 .page-title-wrap,
.page-node-65 .field--name-field-image {
  display: none;
}

.page-node-65 h3.block-title {
  border-bottom: 2px solid;
}

.publications {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px -0 30px;
}

.publications .more-link {
  width: 100%;
  clear: both;
  padding-right: 2%;
}

.publications .download {
  width: 13%;
  /* max-width: 150px; */
  background: #e4fee4;
  margin: 20px 1.68%;
  vertical-align: top;
  display: inline-block;
}

.publications .download img {
  margin: 0;
  padding: 0;
}

.publications .download div {
  padding: 12px 5px;
  display: inline-block;
  line-height: 1.2em;
}

/* Photo Gallery Page */

.the-photos {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.photo-album {
  /* width: 100%; */
  width: 20%;
  /* max-width: 192px; */
  min-width: 150px;
  margin: 20px -2px;
  /* float: none; */
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5%;
}

.photo-album img {
  margin: 0;
  padding: 0;
}

.photo-album p {
  line-height: 1.2em;
  padding: 12px 5px 0.6em;
  display: inline-block;
  background: #e4fee4;
}

.mfp-field {
  text-align: center;
}

.mfp-field .field-item {
  display: contents;
  min-width: 150px;
}

/* FAQs Page */

.ui-accordion .ui-accordion-header {
  background: #339f32;
  color: #f0f0f0;
}

.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header-active {
  background: #66d265;
}

.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0px solid #003eff;
}

.ui-accordion-header-icon {
  float: left;
  margin: 2px 10px 0 0;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/acfode/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/acfode/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png")/*{iconsHover}*/;
}

/* Contact Us Page */

.page-user .main-wrapper .container/*,
.page-contact .main-wrapper .container*/ { max-width: 720px; }

.contact-info {
  /* color: #444; */
  padding: 30px 0 0 15px;
}

.contact-info i.fa,
.field--name-body i.fa {
  color: #339f32;
  font-size: 2em;
  width: 35px;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 3px solid;
}

.contact-info p {
  line-height: 1.3em;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4fee4;
}

.contact-info p:last-child {
  margin-top: 2.8em;
}

.contact-info strong {
  /* color: #339f32; */
  /* color: #1b261d; */
}

.contact-form { padding-top: 30px; }
