
* {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  o-transition: all 1s 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 #007cc2; }

.full-page-search .search-icon a { color: #007cc2; }

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;
}

.more-link {
  clear: both;
  margin-right: 2%;
  text-align: right;
  font-weight: 600;
  font-family: initial;
}

.views-more-link {
  font-style: italic;
  font-family: initial;
  display: inline-block;
}

.pager__item a { background: #cfcfff; }

input[type="email"] { width: 100%; }

/* #user-login-form { */
.user-access-portal #main.page-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.scrolltop { display: none; }

/* #user-logout-link { */
h2#block-kristofah-useraccountmenu-menu {
  display: none;
}

#block-kristofah-useraccountmenu ul {
  margin: 0 2em;
  padding: 0 1em 0.25em;
  border-top: 1px solid #808080;
}

#block-kristofah-useraccountmenu ul li {
  padding: 3px 25px 0;
  /* list-style: none; */
  display: inline-block;
}


/*------------ Menu CSS ------------*/

li.main-menu-item:last-child {
  border-radius: var(--radius);
  background: var(--color-secondary);
}

li.main-menu-item:last-child:hover {
  background: var(--color-primary);
}

li.main-menu-item:last-child a,
li.main-menu-item:last-child:hover a {
  color: var(--bg-body);
}

/*------------ Righter Header CSS ------------*/

.righter-branding {
  position: relative;
  display: flex;
  max-width: 20%;
  min-width: 150px;
}


/*------------ Slideshow CSS ------------*/

.slideshow { position: relative; }

.slideshow img {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  height: auto;
  max-width: unset;
}

.slider-image,
.views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* margin-bottom: -6px; */
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}

.views_slideshow_cycle_main .views_slideshow_slide {
  width: 100% !important;
  height: auto;	
}

.views_slideshow_cycle_main .slidshow-image {
  width: 100%;
  max-width: 100%;
}

.caption_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
}

.slideshow .caption_wrapper {
  border-bottom: 3px solid #cfcfcf;
}

.slider_caption {
  bottom: 70px;
  right: 5%;
  width: 30%;
  height: auto;
  max-height: 300px;
  text-align: left;
  min-width: 200px;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, .8);
  border-top: 5px solid #007cc2;
  border-bottom: 2px solid var(--color-secondary);
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
  line-height: 1.2em;
}

.slide-title {
  color: var(--color-secondary);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.slide-text {
  color: #cfcfcf;
  font-size: 16px;
}

.more-button {
  clear: both;
  margin: 18px auto 15px;
  display: inline-block;
}

.more-button a {
  color: #eee;
  background: var(--color-secondary);
  padding: 10px 20px 12px;
  border-radius: 5px;
}

.more-button a:hover { color: inherit; }

/* ------- pager bullets for slider ------- */

.slideshow .views-slideshow-controls-bottom {
  z-index: 3;
  right: 15px;
  bottom: 20px;
  float: right;
  position: absolute;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 60px;
  height: 10px;
  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: #007cc2;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}
/*-end custom pager-*/

/*----------------- Partners -------------------*/

.the-partners {
  margin: 0 -2.8%;
  padding: 30px 0 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.partner {
  float: left;
  padding: 15px 3%;
  display: block;
}

.partner img {
  width: auto;
  margin-right: 0;
  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 ------------*/

.about-us img.image-field {
  width: 45%;
  height: auto;
}

.about-us-text {
  padding-top: 30px;
  font-size: 1.3em;
}

.the-about { padding: 10px 0 0; }

.about-info li { padding: 0; }

.about-info h4 {
  /* border-bottom: 2px solid #5f5f5f; */
  /* font-family: "brush script MT"; */
  background: #007cc2;
  border-bottom: 2px solid var(--dark-border);
  color: var(--color-secondary);
  padding-left: 15px;
}

.about-info { padding: 0 0 2px; }

/*------------ Updates CSS ------------*/

.front-briefs { padding: 65px 0 60px; }

.front-briefs .block-title,
.impact-stories .block-title {
  position: relative;
  padding-left: 8px;
  border-left: 5px solid #007cc2;
}

.the-updates,
.the-modules {
  padding: 30px 0 0;
}

.program-update {
  width: 100%;
  float: left;
  margin: 25px 1.2%;
  max-width: 46.92%;
  min-width: 200px;
  /* padding: 0 0 10px; */
  vertical-align: top;
  /* background: #fdfdfd; */
  /* text-align: justify; */
  /* line-height: 1.2; */
  /* box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); */
}

.program-update p,
.program-update ul,
.program-update h5 {
  padding-left: 15px;
  padding-right: 15px;
}

.news-update,
.video-entry {
  width: 100%;
  margin: 25px -2px;
  max-width: 33%;
  min-width: 200px;
  vertical-align: top;
  display: inline-block;
  padding: 0 15px 10px;
}

.update-fieldset {
  width: 100%;
  background: #fdfdfd;
  text-align: justify;
  line-height: 1.2;
  /* box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.the-sessions .field--name-field-when {
  padding: 0 15px;
  font-style: italic;
  display: inline-block;
}

.the-sessions .news-update .title {
  margin-bottom: 5px;
}

.news-update .name,
.news-update .title,
.video-entry .title,
.program-update .title {
  /* font-size: 0.6em; */
  text-align: left;
  margin: 15px 0;
  padding: 0 15px;
  display: inline-block;
}

.news-update .when-date {
  text-align: left;
  margin: 0 0 15px;
  padding: 0 15px;
  font-style: italic;
  display: inline-block;
}

.news-update img,
.program-update img {
  margin: 0;
  width: 100%;
}

.news-update .update-fieldset:hover {
  background: var(--primary-light-bg);
}

.update-fieldset:hover {
  /* box-shadow: none; */
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 255, 0.3);
}

/*------------- Sessions CSS --------------*/
/*
#block-views-block-display-suite-sessions {
  clear: both;
}
*/
#block-views-block-display-suite-sessions h3.block-title {
  clear: both;
  font-size: 2em;
  margin: 30px 0 20px;
  border-bottom: 2px solid var(--color-secondary);
}

.the-sessions {
  display: inline-block;
}

.the-sessions time {
  margin-top: -5px;
  padding-bottom: 10px;
  display: inherit;
}

/*-------- Training Schedule CSS ---------*/

.field--name-field-when {
  text-align: left;
  margin: 0 0 8px;
  font-weight: bold;
}

/*-------------- Videos CSS --------------*/
/*
.video-entry {
  width: 100%;
  max-width: 29%;
  min-width: 200px;
  padding: 5px 5px 10px;
  margin: 25px 2%;
  font-size: 1.1em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  background: #fdfdfd;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.video-entry:hover { box-shadow: none; }
*/
.video-entry img {
  margin: 0;
  width: 100%;
}

.video-entry .title {
  float: left;
  width: 100%;
  margin-top: 8px;
}
/*
.update-fieldset strong {
  display: block;
  text-align: center;
  padding: 12px 8px 15px;
}
*/
/*-------------- Modules CSS --------------*/

.modules,
.about-us,
.programs { background: var(--primary-light-bg); }

.programs { display: none; }

.the-modules {
  /* margin: 0 -2%; */
  /* padding: 15px 0 0 0; */
}

.module {
  width: 50%;
  margin: 25px -2px;
  /* text-align: left; */
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 20px 5px 20px;
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */
}

.module:hover {
  /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 255, 0.3); */
}

.module img { width: 45%; }

.module h4 {
  text-align: left;
  line-height: inherit;
  margin-bottom: 0.4em;
}

.module p,
.module h4 {
  margin-left: 15px;
  margin-right: 15px;
}

.field--name-field-training-start-button {
  margin-top: 15px;
  display: inline-block;
  /* position: relative; */
  /* padding-top: 15px; */
  /* width: 100%; */
}

.field--name-field-training-start-button a {
  color: var(--bg-body);
  border-radius: 5px;
  background: #007cc2;
  padding: 12px 14px 15px 12px;
}

.field--name-field-training-start-button a:hover {
  background: var(--color-secondary);
}

/*-------------- Impact Stories CSS --------------*/

.impact-stories p,
.impact-stories h3,
.impact-stories a .name { color: var(--bg-body); }

.impact-stories .name a { color: #7C189F; }

.the-updates .impact-story a.views-more-link {
  color: var(--color-secondary-light);
}

.the-updates .impact-story a,
.impact-stories .the-updates { color: var(--border); }

.impact-stories {
  padding: 65px 0 60px;
  background: var(--color-primary-dark);
}

.impact-story .name {
  display: block;
  text-align: left;
}

.impact-story img {
  width: 20%;
  min-width: 180px;
}

.the-updates .impact-story {
  display: inline-block;
  margin-bottom: -1px;
  padding: 25px 10px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.impact-story:hover { background: #7c189f; }

.impact-story a.views-more-link:hover {
  color: var(--border);
}
/*
.field--name-field-institution .field-item,
.field--name-field-institution .field__label {
  display: inline-block;
}
*/
.page-node-type-impact_stories .field--name-field-institution {
  margin-bottom: 0.8em;
}

.page-node-type-impact_stories .field--name-field-institution .field__label {
  display: none;
}

.page-node-type-impact_stories .field--name-field-institution .field-item {
  font-weight: 600;
  font-size: 1.3em;
  display: inline-block;
  border-bottom: 2px solid;
}

.impact-fieldset fieldset { display: contents; }

.impact-stories.more-link { margin: 8px 0 0; }

.impact-stories .more-link a { color: var(--color-primary-light); }

.impact-stories .more-link a:hover { color: var(--border); }


/*-------------- Downloads CSS --------------*/

.the-library {
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  /* column-count: 3; */
  /* column-gap: 50px; */
}
/*
.impact-story a {
  padding: 8px 10px 9px;
}

.the-updates .impact-story a:hover {
  color: #999;
  background: #7C189F;
}
*/
.the-library .download {
  width: 100%;
  max-width: 33.33%;
  display: inline-block;
  padding: 15px 30px 15px;
  margin: 10px -4px 10px 0;
  border-left: 2px solid var(--bg-body);
  background: var(--color-secondary-light);
  vertical-align: top;
}

.the-library .download h6 {
  text-align: left;
  color: var(--color-primary);
}
/*
.download a {
  width: 100%;
  display: block;
  margin-bottom: -1px;
  padding: 5px 10px 4px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
*/
.download a {
  width: 100%;
  display: block;
  padding: 5px 10px 4px;
}

.download img {
  min-width: 100px;
  width: 45%;
}

.download-button {
  margin-top: -8px;
  padding: 7px 10px 8px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--radius);
}

.download-button a { color: var(--bg-body);}

.download-button:hover { background: var(--color-secondary); }

.download:hover { background: var(--color-primary-light); }

/*-------------- Contacts CSS --------------*/

.contacts {
  color: var(--border);
  background: var(--bold-color);
  padding-top: 1.17em;
  text-align: center;
  position: relative;
  border-top: 3px solid var(--dark-border);
  border-bottom: 2px solid var(--dark-border);
}

.contacts .contact-info {
  width: 100%;
  padding: 10px 15px 0;
  margin: 25px 1.2%;
  max-width: 22.6%;
  min-width: 200px;
  display: inline-block;
}

.contacts .contact-info span {
  font-weight: bold;
}

.contacts .block-title {
  /* font-weight: 600; */
  /* position: relative; */
  /* padding-left: 8px; */
  /* border-left: 5px solid #007cc2; */
  /* margin-bottom: 20px; */
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-tr { border-radius: 0; }

.ui-accordion .ui-accordion-header {
  margin: 10px 0;
}

.ui-state-default/*,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button*/ {
  border: 1px solid var(--color-secondary);
  background: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover,
.ui-accordion .ui-accordion-header:hover,
/* html .ui-button.ui-state-disabled:active, */
a.ui-button:active,
.ui-button:active {
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
}

.ui-state-active strong,
.ui-widget-content .ui-state-active strong,
.ui-widget-header .ui-state-active strong,
.ui-button.ui-state-active:hover strong,
.ui-accordion .ui-accordion-header:hover strong,
span .ui-accordion-header-icon:hover,
/* .ui-widget-header .ui-state-hover .ui-icon, */
a.ui-button:active strong,
.ui-button:active strong {
  color: var(--bg-body);
}
/*
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
  background-position: -32px 0;
}
*/
.ui-widget-content { border: 0; }

.ui-accordion .ui-accordion-content {
  padding: 1em 1.6em;
}

.ui-accordion .ui-accordion-content ul {
  text-align: left;
  margin-left: 1em;
}

.ui-accordion .ui-accordion-content li {
  padding-top: 0;
}

.ui-accordion .ui-accordion-content p {
  margin-bottom: 0.6em;
}

/*-------------- Anu LMS CSS --------------*/

.page-node-type-module_lesson .page-title-wrap {
  display: none;
}

#anu-application .MuiBox-root {
  text-align: left;
  margin-bottom: inherit;
}

#anu-application .MuiTypography-root {
  padding-right: 10px;
}