/*scroll menu*/
.user-logged-in .left-manu-bar {
  top: 190px;
}

.left-manu-bar {
  position: fixed;
  left: 20px;
  top: 100px;
  z-index: 5;
  background: var(--gray);
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 3px 0;
}

.left-manu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.left-manu-bar ul:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
}

.left-manu-bar ul li {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.left-manu-bar ul li:not(:last-child) {
  margin-bottom: 10px;
}

.left-manu-bar a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  color: var(--dark-grayish-1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  transition: all 0.5s ease;
  line-height: 0;
}

.left-manu-bar span {
  border-radius: 20px;
  white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 5px;
  height: 22px;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.left-manu-bar a.download-pdf {
  background: #fff url(img/icons/lft-download.png) center center;
  font-size: 0;
}

body:not(.touch-device) .left-manu-bar a.download-pdf:hover {
  background: var(--blue)url(img/icons/lft-download_hover.png) center center;
}

body:not(.touch-device) .left-manu-bar a:hover,
.left-manu-bar ul li.active a,
.left-manu-bar a:focus-visible {
  text-decoration: none;
  background-color: var(--blue);
  color: #fff;
}

body:not(.touch-device) .left-manu-bar a:focus-visible+span,
body:not(.touch-device) .left-manu-bar a:hover+span,
.left-manu-bar a.show-left-text+span {
  padding: 1px 20px 0 30px;
  width: auto;
  overflow: visible;
  color: #fff;
  background-color: var(--blue);
}

/*dynamic background image and color*/

.views-field-field-background-image,
.views-field-field-background-color,
.desc-text-color,
.views-field-field-font-color {
  display: none;
}

.dynamic-section-with-bg-color-image>.view-content>.views-row {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ast-inner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.bg-img-enabled {
  min-height: 700px;
}

.bg-img-enabled:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bg-img-enabled>div {
  position: relative;
  z-index: 4;
}

/*GET MORE INFORMATION*/
.get-more-block {
  padding-top: 50px;
}

.get-info-block {
  padding: 20px 0;
}

.get-info-block p {
  font-weight: 400;
}

.get-info-block>span {
  display: flex;
  align-items: center;
}

.info-text {
  color: #fff;
  max-width: 600px;
  font-size: 1em;
  font-weight: 300;
  padding-right: 30px;
}

.contact-info a {
  font-size: 1.125em;
  color: var(--moderate-cyan);
}

.contact-info a:active,
.subscribe-content a:active {
  color: var(--dark-cyan);
}

.contact-info a:visited,
.subscribe-content a:visited {
  color: var(--soft-red);
}

.contact-title {
  font-size: 2.5em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.15;
}

.contact-row:last-child {
  margin-top: 30px;
}

.contact-list {
  margin-left: auto;
}

.get-info-block a,
.subscribe a {
  font-weight: 500;
}

.subscribe .view-content {
  display: flex;
  margin: 0 -37.5px;
}

.subscribe {
  border-top: 1px solid #fff;
  padding-top: 30px;
}

.subscribe .views-row {
  width: 50%;
  padding: 0 37.5px;
}

.subscribe .views-row span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-img {
  margin-right: 35px;
  flex-shrink: 0;
}

.subscribe-content p {
  font-size: 1.125em;
  font-weight: 400;
}

.subscribe-content a {
  color: var(--moderate-cyan);
}

.contact-row {
  display: flex;
  align-items: center;
}

.contact-icon {
  width: 76px;
  height: 76px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
}

.mail-icon {
  background-image: url(img/icons/email.png);
}

.mail-list-icon {
  background-image: url(img/icons/mailing_list.png);
}

.info-title-wrap+.newsletter-links-wrap .subscribe {
  border: none;
  padding-top: 0;
}

.more-items {
  display: none;
}

/*read more*/
.read-more-items {
  display: none;
}

.effect-required {
  display: none;
}

/*img in view header*/

.logo-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-block img {
  margin: 60px 0;
}

.section-title+.logo-block img {
  margin-top: 0;
}

/*pagination*/
.all-pager-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 20px;
}

.pager-bottom .all-pager-wrap {
  padding-top: 10px;
  border-top: 1px solid var(--gray);
  margin-bottom: 0;
}

.pager-wrap {
  display: flex;
  align-items: center;
}

.pager-wrap .pagination {
  padding: 0;
  margin: 0;
}

.pager-title {
  color: var(--gray);
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  margin-right: 4px;
}

.page-item.active .page-link,
.media-library-view--widget .view-header a.page-item.is-active .page-link {
  background: var(--blue);
}

.page-link,
.page-link:hover {
  color: var(--blue);
}

.pagination .page-item:not(.pager__item--first):not(.pager__item--previous):not(.pager__item--next):not(.pager__item--last) a,
.page-engine li a {
  align-items: baseline;
  padding: 4px 0;
}

.pagination .pager__item--first a span,
.pagination .pager__item--last a span,
.pagination .pager__item--previous a span,
.pagination .pager__item--next a span {
  margin-left: 1px;
}

.pagination .page-link {
  font-size: 1.125em;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: #fff;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  border: none;
  padding: 0;
}

.pagination .page-link:focus-visible {
  outline: 1px solid #000;
}

.pagination .pager__item--first a,
.pagination .pager__item--last a {
  width: auto;
  padding: 0 15px;
  border-radius: 30px !important;
}

.pagination .page-link:hover {
  text-decoration: none;
}

.pagination .page-item:not(:last-child) {
  margin-right: 8px;
}

.pagination .pager__item--previous span,
.pagination .pager__item--next span {
  font-size: 0;
  width: 9px;
  height: 15px;
}

.pagination .pager__item--previous span {
  background: url(img/icons/prevt_page_arrow_.png)no-repeat center center;
}

.pagination .pager__item--next span {
  background: url(img/icons/next_page_arrow_.png)no-repeat center center;
}

.pagination .pager__item--first a,
.pagination .pager__item--last a {
  width: 36px;
  height: 36px;
  padding: 0;
}

.pagination .pager__item--first span,
.pagination .pager__item--last span {
  font-size: 0;
  width: 17px;
  height: 15px;
}

.pagination .pager__item--first span {
  background: url(img/icons/ast-pagination_previous.png)no-repeat center center;
}

.pagination .pager__item--last span {
  background: url(img/icons/ast-pagination_next.png)no-repeat center center;
}

.page-item:not(.active) a:hover,
.page-item:not(.active) a:focus-visible {
  background: var(--moderate-cyan-4);
}

.page-link:focus {
  outline: 0;
  box-shadow: none;
}

/*shortcut */
.shortcut-view .section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 2.5em;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}

.shortcut-view {
  padding: 22px 0 30px;
}

.shortcut-view .view-content {
  max-width: 810px;
  margin: 0 auto;
}

.shortcut-view .item-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px -20px;
}

.shortcut-view .item-list li {
  margin: 0;
  width: 33.33333%;
  padding: 0 7.5px;
  margin-bottom: 20px;
}

.shortcut-view .item-list a {
  width: 100%;
  height: 100%;
}

/*inforgraphic*/
.view-infographic {
  padding: 50px 15px;
  max-width: 1090px;
  margin: 0 auto;
}

.view-infographic .section-title {
  margin-bottom: 25px;
}


/*share*/
.share-btn-wrap {
  display: flex;
  position: relative;
  z-index: 2;
  width: 120px;
  margin: 0 auto;
}

.share-center {
  justify-content: center;
}

.share-btn-left {
  margin: unset;
}

.section-title+.share-btn-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*title with share*/
.title-wth-share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.title-wth-share .section-title {
  display: flex;
  margin: initial;
}

.title-wth-share .section-title+.share-btn-wrap {
  margin: 0 0 0 30px;
}

.share-icons {
  opacity: 0;
  visibility: hidden;
  transition: all .25s;
  position: absolute;
  left: 100%;
  width: 160px;
}

.show-share-option .share-icons {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}

.social-icon {
  list-style: none;
  margin: 0;
  background: var(--gray);
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 4px;
}

.social-icon li {
  margin-right: 8px;
  float: left;
  list-style-type: none;
}

.social-icon li:last-child {
  margin-right: 0;
}

.social-icon a {
  width: 32px;
  height: 32px;
  font-size: 0;
  display: block;
  transition: all 0s ease 0s;
  cursor: pointer;
  background: url(img/icons/social_media_updated.png) no-repeat 0 0 transparent;
}

.social-icon li span {
  display: none;
}

.social-icon .Facebook a {
  background-position: 0 0;
}

.social-icon .twitter a {
  background-position: -42px 0px;
}

.social-icon .email a {
  background-position: -127px 0;
}

.social-icon .linkedin a {
  background-position: -85px 0;
}

.social-icon a:hover {
  background-position-y: -41px;
}

/*IMPLEMENTING PARTNERS*/
.partners-layout {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners-layout:not(.partner-show) {
  display: none;
}

.partner-container {
  padding-bottom: 34px;
}

.partners-layout .view-header {
  margin-bottom: 40px;
}

.partners-layout .view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.partners-layout.view .view-content {
  margin-bottom: -30px;
}

.partners-layout .views-row {
  display: flex;
  flex: 0 0 20%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
}

/*RECIPIENT COUNTRIES*/

.countries-layout .section-title {
  margin-bottom: 11px;
}

.countries-layout .small-sub-title {
  text-align: center;
  color: #fff;
}

.countries-layout .small-sub-title p {
  margin-bottom: 0;
}

.countries-layout .small-sub-title strong {
  font-size: 1.5em;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.countries-list.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.countries-list .view-header {
  margin-bottom: 40px;
}

.countries-list .view-content>.views-row>div {
  column-count: 3;
  column-gap: 20px;
}

.countries-list .views-row .views-row,
.countries-list .country-name {
  margin-bottom: 13px;
}

.countries-list .country-name a,
.countries-list .country-name p {
  font-size: 1.5em;
  line-height: 1;
  font-style: italic;
}

.countries-list .country-name a {
  color: var(--moderate-cyan-1) !important;
}

.countries-list .country-name a:active {
  color: var(--dark-cyan) !important;
}

.countries-list .country-name p {
  color: var(--moderate-cyan-1);
  display: inline;
}

.countries-list .region-legend {
  margin-top: 20px;
}

/*other-auto*/
.other-auto {
  max-width: 1090px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.countries-list .views-row .additional-info {
  padding: 0;
  max-width: none;
}

.countries-list .views-row .additional-info p {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 300;
}

/*DONOR COUNTRIES*/
.donor-country-section {
  min-height: 554px;
}

.donor-country-section .view-content {
  column-count: 2;
  max-width: 800px;
  margin: 0 auto -20px auto;
}

/*common popup*/
.ast-cmn-popup {
  position: fixed;
  padding-top: 80px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: var(--bg-tint);
  display: none;
}

.show-ast-pop {
  display: flex;
}

.ast-popup-inner {
  width: 1090px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  height: calc(100vh - 110px);
  padding: 40px 0;
}

.close-iz {
  background: url(img/icons/close-ic.png)no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
}

.close-iz:hover {
  background: url(img/icons/close-ic_hover.png)no-repeat center center;
}

.close-iz:active {
  background: url(img/icons/close-ic_click.png)no-repeat center center;
}

.popup-ast-content {
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
}

.popup-ast-content iframe {
  width: 100%;
  height: 100%;
}

.event-registration-success header,
.event-registration-success footer {
  display: none;
}

.event-registration-success:after {
  content: "Successfully Registered. The details have been sent to your email address.";
  font-weight: 600;
  color: var(--gray);
  font-size: 1.5em;
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 15px;
}

/*committee-members-layout*/
.committee-members-layout.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.committee-members-layout>.view-content {
  margin-top: 20px;
}

.committee-members-layout .member-group {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.9em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.committee-members-layout .view-grouping-content {
  margin-top: 10px;
}

.committee-members-layout .member-group+.views-element-container .view,
.committee-members-layout>.view-content>.views-row {
  border-top: 1px solid;
}

.committee-members-layout .member-group {
  margin-top: 15px;
}

/* .committee-members-layout>.view-content>.views-row {
  padding-top: 15px;
}
*/
.committee-inner-view:not(.co-chairs) .views-row:not(:last-child) {
  border-bottom: 1px solid;
}

.committee-members-layout .user-ast-info {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.1;
  padding: 0 10px;
  width: 40%;
}

.committee-members-layout .user-name {
  font-size: 1.5em;
  /* font-weight: 600; */
  width: 40%;
  line-height: 1.1;
  padding: 0 10px;
}

.committee-members-layout .view-footer>div {
  /* width: calc(70% - 20px); */
  margin: 10px auto 0 auto;
  font-size: 0.8125em;
  padding: 0 30px;
}

.committee-members-layout .committee-inner-view .views-row span {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
}

.committee-members-layout .co-chairs .view-content {
  display: flex;
  flex-wrap: wrap;
}

.committee-members-layout .co-chairs .user-ast-info,
.committee-members-layout .co-chairs .user-name {
  width: 100%;
}

.committee-members-layout .co-chairs .views-row {
  width: 50%;
}

.committee-members-layout .user-set .views-row~.views-row {
  padding-top: 0;
}

.committee-members-layout .view-all-btn-wrap {
  width: calc(70% - 20px);
  margin: 35px auto 0 auto;
}


/*publication*/
/*publication*/
.pulication-detail {
  padding: 40px 0;
  word-break: break-word;
}

.publication-wrap {
  display: flex;
  width: calc(100% - 285px);
}

.publication-img {
  margin-right: 15px;
  flex-shrink: 0;
}

.publication-img img {
  width: 260px;
  height: 368px;
  object-fit: cover;
  box-shadow: var(--card-box-shadow);
}

.publication-detail p,
.publication-title,
.publication-title a,
.publication-detail .item-title {
  color: #fff;
}

.publication-title {
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.lang-option ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.lang-option li {
  line-height: 1.1;
}

.lang-option a {
  color: var(--moderate-cyan-4);
}

.lang-option li:not(:last-child) {
  margin-right: 14px;
  border-right: 1px solid #fff;
  padding-right: 14px;
}

.publication-desc {
  margin-bottom: 13px;
}

.publication-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.publication-detail .item-title {
  font-size: 1.3125em;
  line-height: 1;
  margin-bottom: 7px;
}

.publication-btn-wrap>*:not(:last-child) {
  margin-right: 15px;
}

/*project section*/
.project-block {
  padding: 40px 0;
}

.project-block .card-view.view {
  padding-top: 0;
  padding-bottom: 0;
}

.project-block .view-all-btn-wrap {
  margin-top: 40px;
}

.project-block .card-view .view-header {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 500;
}

.project-block .view-all-btn:after,
.project-block .view-all-btn:before {
  width: 200px;
}

.project-block .more-items .card-view.view {
  margin-top: 20px;
}

/*common*/
.detail-common-layout {
  padding: 40px 0;
}

.detail-common-layout .cmn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.cmn-wrap .cmn-lft-sec {
  width: 300px;
  padding-right: 25px;
}

.cmn-wrap .cmn-ryt-sec {
  width: calc(100% - 300px);
}

/*table-style*/
.table-style {
  width: 100%;
}

.table-style th {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.9em;
  line-height: 1;
  font-weight: 600;
}

.table-style th,
.table-style td {
  padding: 15px 20px;
  font-size: 1.5em;
  line-height: 1.1;
  border-bottom: 1px solid var(--gray);
}

.cnotes {
  margin-top: 5px;
  font-size: 0.75em;
  line-height: 1.1;
}

/*general speaker style for old pages*/
.speaker-list {
  display: flex;
  padding: 30px 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--light-grayish);
}

.speaker-image {
  width: 173px;
  margin-right: 50px;
}

.speaker-image img {
  border: 1px solid var(--light-grayish);
  height: 120px;
  width: 120px;
  margin: 0;
  object-fit: cover;
}

.speaker-info .name {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 7px;
  color: var(--gray);
}

.speaker-info p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--gray);
}

.speaker-info {
  width: calc(100% - 223px);
  margin-top: -5px;
}

.speaker-list:first-child {
  padding-top: 0;
  /* margin-top: -20px; */
}

.speaker-list:last-child {
  padding-bottom: 6px;
  border: 0;
}

.org-desc {
  margin: 0 0 16px;
  color: var(--gray);
  font-size: 14px;
}

span.designation {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--light-grayish);
}

article h2.title {
  margin-top: 20px;
  margin-bottom: 10px;
}

article .register h2.title {
  text-transform: none;
}

.speakers .title span {
  font-size: 18px;
}

.speakers iframe {
  margin-bottom: 24px;
}

.register h2.title,
.logistics h2.title,
.present-stream h2.title {
  margin: 15px 0 39px;
}

.speakers p img {
  margin-top: 30px;
}
