:root {
	
	--content-width: 1140px;
	
  /* --primary-color - global variable thats randomly generated from primary colors */

	--green: #0ab96d;
	--red: #f53c23;
	--brown: #a59669;
	--blue: #b9dcff;
	--purple: #8284eb;
  --yellow: #ffb400;
  --teal: #1a98af;
  --lt-grey: #E7E7E2;

  --faint-grey: #808080;
	
	--arrow-icon-url: url(.././images/arrow.svg);
	--loading-icon-url: url(.././images/loading.svg);

  --h1-font-size: 1.625rem;
  --h1-line-height: 1.155em;
  --h1-line-weight: 500;

  --h1-large-font-size: 2.11rem;
  --h1-large-line-height: 1.155em;

  --h2-font-size: 1.2rem;
  --h2-line-height: 1.2em;
  --h2-font-weight: 500;

  --h3-font-size: 1.625rem;
  --h3-line-height: 1.2em;

  --body-font-size: 1.3rem;
  --body-line-height: 1.35;

  --body-500-weight: 500;

  --body-small-size: 0.95rem;
  --body-small-line-height: 1.35;

  --h2-large-font-size: 1.86rem;
  --h2-large-line-height: 1.2em;

  --h2-semi-large-font-size: 1.6rem;
  --h2-semi-large-line-height: 1.2em;
}

@media (max-width: 767px) {
  :root {
    --h1-font-size: 1.25rem;

    --h1-large-font-size: 1.4375rem;
  
    --h2-font-size: 1.25rem;
  
    --h3-font-size: 1.25rem;
  
    --body-font-size: 1rem;

    --body-small-size: 0.8rem;

    --h2-large-font-size: 1.25rem;

  }
}

html {
  overflow: visible;
}

/**************************************
Typography 
***************************************/

body {
  line-height: 1.35;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  color: inherit;
}

a {
  color: inherit;
  transition: all 0.3s;
}
.elementor-widget-theme-post-content a,
.elementor-widget-text-editor a {
  text-decoration: underline;
  font-weight: 500;
}
 
p a:hover,
p a:focus {
  color: inherit;
  opacity: 0.7;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  font-weight: var(--h1-line-weight);
}
h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  font-weight: var(--h2-font-weight);
}
h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}

ul{
  list-style: initial;
  /* list-style: none; */
}
ol {
  list-style: decimal;
  /* list-style: none; */
}
ul,
.content ul {
	margin-left: 0;
}
@media(min-width: 1024px){
	/*ul.list-columns {
		columns: 2;
		column-gap: 30px;
	}*/
}

ul li,
ol li {
  display: list-item;
  margin: 0 0 0 25px;
}
li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

ul ul li {
	list-style:circle;
}

figcaption {
	font-size:0.85rem;
	color: var(--faint-grey);
}
/* Quote */
.large-single-quote {
  display: block;
  font-size: 97.5px;
  /* line-height: 0.6em; */
  margin-bottom: 20px;
  font-family: "Emona", Sans-serif;
  font-weight: 700;
  color: #E7E7E2;
  margin-top: 0.1em;
  padding-top: 0.4em;
  line-height: 0;
}

.large-single-quote svg {
	width: 2.75rem;
	height: auto;
	fill: var(--primary-color);
}
.single-course .large-single-quote svg {
	fill: #000;
}

/**************************************
Colors
***************************************/

.white {
  color: #fff;
}
.black {
  color: #000;
}
.primary-color {
  color: var(--primary-color);
}

/**************************************
Bulma overwrites 
***************************************/
.title {
  color: #000;
}

/**************************************
Header
***************************************/

/* Colorful header (home-page) */
body.colorful-header .header {
  background-color: var(--lt-grey);
  margin-bottom: -80px !important;
}
body.colorful-header .header:not(.elementor-sticky--effects) > .elementor-container {
  border-bottom: none !important;
}
body.colorful-header div[data-elementor-type="wp-page"] {
  padding-top: 0;
}
/* home logo position */
@media(min-width: 768px){
    .home .header:not(.elementor-sticky--effects) #main-logo {
		opacity:0;
	}
}

.home-hero {
 /* background-color: var(--primary-color);*/
}
/**************************************
Layout
***************************************/

/* Page top spacing to prevent header and content overlap */
/* div[data-elementor-type="wp-page"],
div[data-elementor-type="archive"],
div[data-elementor-type="single-post"],
.entry-content {
  padding-top: 100px;
} */

/* Sidebar */
.sidebar {
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .sidebar {
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .sidebar {
    padding-right: 0;
  }
}


/**************************************
Common UI
***************************************/
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.select2-container--open .select2-dropdown {
	border: 0;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.select2-container--default .select2-results__option {
	font-size: 0.9rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #000; 
  color: #fff;
}

/* Background overlay */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #FFFFFF00 75%, #000 100%);
}

/* Aspect Ratios */
.ratio-16-9.elementor-widget-image a,
.ratio-1-1.elementor-widget-image a {
  display: block;
}
.ratio-16-9 .elementor-widget-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 54.16% 0 0 0;
}
.ratio-16-9 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* .ratio-16-9 img {
  aspect-ratio: 1200 / 650;
  object-fit: cover;
  object-position: center;
  width: 100%;
} */
.ratio-1-1 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.list-2-col {
  columns: 2;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**************************************
Swiper - General styles
***************************************/

.swiper:not(.elementor-grid):not(.elementor-image-carousel-wrapper):not(.elementor-slides-wrapper) .swiper-slide {
  flex-shrink: 1;
}
.swiper.swiper-initialized .swiper-slide {
  flex-shrink: 0 !important;
}

/* Equal Height Slides */
.swiper.equal-height .swiper-slide {
  height: auto;
}
.swiper.equal-height article {
  height: 100%;
}
/* Equal Height Slides - Image fills empty space */
/* .swiper.stretch-height .swiper-slide {
  height: auto;
}
.stretch-height,
.stretch-height article,
.stretch-height .elementor,
.stretch-height .elementor-top-section,
.stretch-height .elementor-container,
.stretch-height .elementor-column {
  height: 100%;
}
.stretch-height .elementor-widget-wrap {
  flex-direction: column;
} */

/* Swiper Buttons outside default location */
.swiper-nav {
  display: flex;
  align-items: center;
}
.swiper-button-prev-outside,
.swiper-button-next-outside {
  -webkit-mask: url(.././images/arrow.svg) no-repeat;
  mask: url(.././images/arrow.svg) no-repeat;
  display: inline-block;
  width: 30px;
  height: 19px;
  background: #000;
  /* -webkit-mask-size: cover; */
  /* mask-size: cover; */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;;
  cursor: pointer;
  transition: all 0.3s;
}

.white.swiper-button-prev-outside,
.white.swiper-button-next-outside {
  background: #fff;
}
.swiper-button-prev-outside:hover,
.swiper-button-next-outside:hover {
  opacity: 0.7;
}
.swiper-button-prev-outside {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .swiper-button-prev-outside,
  .swiper-button-next-outside {
    width: 24px;
  }
}

/* Swiper Quote */
.quote-swiper-wrap .large-single-quote {
  font-size: 50px;
  margin-bottom: 10px;
}
.quote-swiper-wrap .name {
  color: var(--faint-grey);
  font-size: var(--body-small-size);
  font-weight: var(--body-500-weight);
}
.quote-swiper-wrap .title-swiper-nav-wrap {
  padding: 0;
  margin: 0;
}

/* Upcoming Swiper */
.upcoming-swiper .webinar-series-slide section.v-align div {
	margin-top:0;
}

/* Pagination */
.swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff !important;
}

/**************************************
Swiper - Gallery Swiper
***************************************/

.gallery-swiper-container .swiper-pagination {
  bottom: 14px !important;
}
.gallery-swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
}
.gallery-swiper img {
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 16 / 9; */
}


/**************************************
Custom Post Types 
***************************************/

.border-bottom {
  border-bottom: 2px solid #000;
}
/* General */
.title-swiper-nav-wrap {
  /* padding-bottom: 10px; */
  /* margin-bottom: 14px; */
  align-items: center;
}
.title-swiper-nav-wrap h2 {
  margin-bottom: 0 !important;
}

/**************************************
WPML - WordPress Multi Language
***************************************/

/* General Styles */
.wpml-ls,
.wpml-ls .wpml-ls-link {
  padding: 0 !important;
  line-height: 1 !important;
}
.wpml-ls .wpml-ls-link {
  color: #000;
  font-size: 17px;
  font-family: "Graphik", Sans-serif;
  font-weight: 500;
  line-height: 1;
}

/* Header Nav styles */
.wpml-language-selector-header {
  margin-left: 8px !important;
}
.wpml-language-selector-header ul {
  position: static !important;
  display: flex !important;
  width: auto !important;
}

/**************************************
Formidable
***************************************/
form .frm_form_fields  .frm_checkbox,
form .frm_form_field .frm_checkbox, 
form .frm_form_field .frm_checkbox + .frm_checkbox {
	margin-bottom: 0.4em;
}

form .frm_form_fields .frm_checkbox input[type=checkbox] {
	border-radius: 3px;
}
/* Newsletter */
.frm_label_float_top label {
  color: #fff !important;
}
#newsletter-form {
  display: none;
}
#newsletter-form .frm_button_submit {
  background-color: #000;
  color: #FFF;
}
#newsletter-form .frm_button_submit:hover {
  background-color: var(--green);
  color: #FFF;
}

/* Page Form Style */
.frm_style_page-form .frm_checkbox > label {
  padding-left: 28px !important;
  text-indent: -28px !important;
}



/**************************************
Elementor 
***************************************/
/** Main Nav **/
/*
.main-menu .sub-menu li.focus-area {
	margin-top: 3px;
	border-top: 3px solid;
	margin-bottom: 8px;
}*/
.main-menu .sub-menu li.focus-area > a {
	padding: 0 !important;
  margin: 0 !important;
}
.main-menu .sub-menu li.focus-area {
	/* margin-right: 10px; */
  padding: 13px 7.5px;
}

.main-menu .sub-menu li.focus-area:after {
	content: '';
	background-image: var(--arrow-icon-url);
	width: 100%;
	height: 0.8em;
	background-size: contain;
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	margin-top: 12px;
}


/* Header Search */
.header-search {
	cursor: pointer;
}
.header-search input[type="search"] {
	width: 0;
	border-bottom: 1px solid transparent;
}
.header-search.active input[type="search"] {
	width: auto;
	border-bottom: 1px solid #000;
}
.header-search .elementor-search-form__submit {
	cursor:pointer;
}
.header-search .elementor-search-form__submit:hover {
	opacity: 0.75;
}
/* Section Align */
@media (min-width: 768px) {
  section.section-align-right > .elementor-container {
    margin-right: 0;
  }
  section.section-align-left > .elementor-container {
    margin-left: 0;
  }
}

/* Top level section additional padding mobile */
@media (max-width:767px) {
  .elementor-top-section > .elementor-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .no-gap-mobile.elementor-top-section > .elementor-container,
  .elementor-top-section .elementor-top-section .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @media (max-width: 1024px) { */
  .elementor-section.section-no-wrap > .elementor-container,
  .elementor-column.col-no-wrap > .elementor-widget-wrap {
    flex-wrap: nowrap;
  }
/* } */

/* Extend Column */
.extend-left,
.extend-right {
  height: 100%;
}
.extend-left > .elementor-widget-wrap,
.extend-right > .elementor-widget-wrap {
  position: absolute;
  width: calc(100vw/2);
  height: 100%;
  background: inherit;
  content: '';
  display: inline-block;
  left: 0;
  top: 0;
}
.extend-left > .elementor-widget-wrap {
  right: 0;
}
.extend-right > .elementor-widget-container> *,
.extend-left > .elementor-widget-container > * {
  position: relative;
}
@media (max-width: 767px) {
  .extend-left > .elementor-widget-container:before,
  .extend-right > .elementor-widget-container:before {
    display: none;
  }
}

/* Icons */
.elementor-icon svg {
  width: auto;
  /* height: auto; */
  /* max-width: 100%; */
}

/* Buttons */
.elementor-button {
  color: #000;
  fill: #000;
}
.loadmore:hover,
.content-link:hover,
.elementor-button:hover
 {
  opacity: 0.7;
}
.btn-align-right .elementor-button {
  text-align: right;
}

/* Animate Button Arrow Icon */
.elementor-button svg,
.content-link svg,
.svg-icon.arrow,
article a.elementor-icon svg {
  transform: translateX(0px);
  -webkit-transform:translateX(0px);
  transition: all 0.3s;
}
.elementor-button:hover svg,
.content-link:hover svg,
a:hover .svg-icon.arrow,
article:hover a.elementor-icon svg {
  transform: translateX(5px);
  -webkit-transform:translateX(5px);
  opacity: 0.7;
}
.content-link svg {
  height: 0.66em;
  margin-left: 0.3em;
}

.author.archive .e-loop-item article svg,
.swiper-slide article.webinar-series-slide svg,
.sm-arrow svg {
  max-width: 25px!important;
}

/* Button Icon reversed */
.reverse-icon svg {
  margin-left: 0;
  margin-right: 0.3em;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.reverse-icon:hover svg {
  transform: translateX(-5px) scaleX(-1);
  -webkit-transform:translateX(-5px) scaleX(-1);
}
.reverse-icon .elementor-button-icon {
  margin-left: 0 !important;
}
.reverse-icon .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}

/* Full width button with icon */
.btn-full-width-icon .elementor-button {
  display: block;
}
.btn-full-width-icon .elementor-button-text {
  text-align: left;
}

/* Mobile */
/* Default Column Gap */
/* @media (max-width:767px) {
  .elementor-column-gap-default > .elementor-column:not(.elementor-inner-column) > .elementor-element-populated {
    padding: 10px 20px;
  }
} */

/* Divider */
.line-separator .elementor-divider,
.line-separator .line-divider {
  margin: 0px -10px;
  padding: 10px 0;
}
.line-separator .elementor-divider .elementor-divider-separator,
.line-separator .line-divider .line-divider-separator {
  border-top: 2px solid #000;
}
/* @media screen and (max-width:767px) {
  .line-separator .elementor-divider,
  .line-separator .line-divider {
    margin-left: 0;
    margin-right: 0;
  }
} */
@media screen and (max-width:767px) {
  .line-separator .elementor-divider,
  .line-separator .line-divider {
    margin: 0;
  }
}

/* Load More Spinner */
.e-load-more-spinner {
  text-decoration: none !important;
}

/* Load More */
.e-loop__load-more .elementor-button-link {
  text-underline-offset: 5px;
}

/* Post Info */
.e-loop-item:not(.job_post ) .elementor-post-info {
  display: block !important;
  line-height: 1.1em;
  margin: 0 !important;
}
.e-loop-item:not(.job_post ) .elementor-post-info  .elementor-icon-list-item {
  display: inline;
  margin: 0 !important;
}
.e-loop-item:not(.job_post ) .elementor-post-info  .elementor-icon-list-item .elementor-icon-list-text {
  display: inline !important;
}
.e-loop-item:not(.job_post ) .elementor-post-info  .elementor-icon-list-item:after {
  display: inline-block;
  margin: 3px;
  left: auto !important;
  right: auto !important;
}

/** Loop Item **/
body:not(.archive.author) .e-loop-item.report  .elementor-widget-post-info {
	    margin-top: -20px;
}
a.meta-link,
.elementor-widget-post-info a.meta-link {
	text-decoration:underline;
}
a.meta-link:hover,
.elementor-widget-post-info a.meta-link:hover {
	color: #000!important;	
}
/**************************************
Shortcodes - Helpers
***************************************/

/* SVG Icon */
.svg-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  font-size: 50px;
  /* text-align: center; */
}
.svg-icon  svg {
  width: auto;
	height: 1em;
  display: block;
}
.white .icon-fill {
  fill: #fff !important;
}
.white .icon-stroke {
  stroke: #fff !important;
}

/* Icon - Arrow */
.white.svg-icon.arrow line{
  stroke: #fff;
}
.white.svg-icon.arrow polygon {
  fill: #fff;
}

/* Icon Colors - White */
.svg-icon.white .icon-systems-change,
.svg-icon.white .icon-electrification,
.svg-icon.white .icon-industrial-policy,
.svg-icon.white .icon-regional-pathways,
.svg-icon.white .netzero-fuels {
  fill: #fff;
}

/* Term Bar */
.term-bar-wrap {
  display: flex;
  width: 100%;
}
.term-bar {
  flex: 1;
  height: 5px;
}
.term-bar-default {
	background-color: var(--lt-grey);
	margin-bottom: 1rem;
}

.term-bar-default-black .term-bar-default{
	 background-color: #000;
 }

.term-bar-default-white .term-bar-default{
	 background-color: #FFF;
 }
/* Term Names */
.term-name-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
	margin-bottom: 10px;
}
.term-name-wrap > a {
	margin-right: 0.5em;
}
.term-name-wrap h4 {
	font-weight: 500;
	font-size: 0.95rem;
}
.term-name-wrap h4:not(:last-child):after {
  content: ",";
  padding-right: 5px;
}
.term-name-wrap a:hover {
  opacity: 0.7;
}

/* Upcoming Date */
.upcoming-date {
  text-align: center;
  padding: 16px 20px;
  /* display: inline-block; */
}

.home .upcoming .upcoming-date.date {
	background-color: #000!important;
}
.upcoming-date .month,
.upcoming-date .day {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.upcoming-date .month {
  font-size: 17px;
  text-transform: uppercase;
}
.upcoming-date .day {
  font-size: 42px;
}
 .upcoming  article.type-course .term-bar-wrap,
 .upcoming  article.type-event .term-bar-wrap {
	 width: 100%
 }
 .upcoming  article.type-course .term-bar-wrap.has-display-date,
 .upcoming   article.type-event .term-bar-wrap.has-display-date {
	 width: calc(100% - 80px);
    left: 80px;
}

/* Heading */
.heading-wrap {
  /* padding: 10px; */
  padding-bottom: 10px;
  /* border-bottom: 2px solid #000; */
  /* margin-bottom: 10px; */
}
.heading-wrap .heading {
  text-transform: none;
  margin: 0;
}

/* Collapse Expand Text */
.collapse-expand-content .more {
  display: none;
}
.collapse-expand-btn {
  margin-top: 16px;
  cursor: pointer;
  font-size: var(--body-small-size);
  font-weight: 700;
  line-height: var(--body-small-line-height);
  color: var(--faint-grey);
  transition: all 0.3s;

}
.collapse-expand-btn:hover {
  opacity: 0.7;
}

/* More Less */
.more-less-content {
  position: relative;
  display: block;
  height: auto!important;
  max-height: 7em;
  overflow: hidden;
}
.more-less-content.active {
  max-height: none;
}
.more-less-content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.single-initiative .speakers .more-less-content:after,
.single-course .speakers .more-less-content:after,
.single-course_materials .speakers .more-less-content:after {
  background-color: #E7E7E2;
  background: -webkit-linear-gradient(top, rgba(231, 231, 226, 0) 0%, #E7E7E2 100%);
  background: -moz-linear-gradient(top, rgba(231, 231, 226, 0) 0%, #E7E7E2 100%);
  background: linear-gradient(top, rgba(231, 231, 226, 0) 0%, #E7E7E2 100%);
}
.more-less-btn {
  margin-top: 16px;
  cursor: pointer;
  font-size: var(--body-small-size);
  font-weight: 700;
  line-height: var(--body-small-line-height);
  color: var(--faint-grey);
  transition: all 0.3s;
}
.more-less-btn:hover {
  opacity: 0.7;
}
.more-less-content.active:after {
  display: none;
}

/*  full height image */
@media screen and (min-width:767px) {
.full-height-img,
.full-height-img .elementor-widget-container {
  height: 100%;
}
.full-height-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}


/**************************************
WP Blocks 
***************************************/

.wp-block-separator,
.elementor .wp-block-separator,
.wp-block-heading,
.wp-block-image {
  margin-bottom: 20px;
}
.wp-block-heading {
  border-bottom: 2px solid;
  border-color: inherit;
  padding-bottom: 10px;
}

.wp-block-image.size-full img {
  width: 100%;
}

figure,
figure img {
	max-width: 100%;
}

/**************************************
Shortcodes  - Content
***************************************/

/* Upcoming */
.upcoming .term-bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.upcoming .upcoming-date {
  background-color: #000;
  color: #fff;
}
.upcoming .title {
  color: #fff;
}
.upcoming.dark .title-swiper-nav-wrap {
  margin-bottom: 0;
}
.upcoming.dark .title,
.upcoming.dark .heading {
  color: #000;
} 
.upcoming.dark .swiper-button-prev-outside, .upcoming.dark .swiper-button-next-outside {
  background: #000;
}
/* .upcoming.dark  .upcoming-date {
  background-color: transparent;
} */


/*** Swipers ***/

.ta-swiper-wrap .title-swiper-nav-wrap {
	width: var(--content-width);
	max-width: 100%;
	margin: auto;
  padding-bottom: 0;
	/* margin-bottom: 5px; */
}
.ta-swiper-wrap .heading-wrap {
  margin-bottom: 0;
  flex: 1;
}
/* .ta-swiper-wrap article {
  padding: 0 10px;
} */
.ta-swiper-wrap .line-separator {
  /* width: var(--content-width); */
  margin: auto;
}
.ta-swiper-wrap.shift-grid .line-separator {
  width: var(--content-width);
  margin: auto;
}
.ta-swiper-wrap .line-separator .line-divider {
  padding-top: 0;
}


@media(min-width:768px){
	[data-shift-grid] .swiper-wrapper {
		margin-right:0;
		margin-left: auto!important;
	}
}
/*** Latest Content ***/
.no-title-divider #latest-content .line-divider {
	opacity: 0;
}
.no-title-divider #latest-content .title-grid-nav-wrap > h2 {
	margin-left: -10px;
}
#latest-content #results {
    margin-top: -0.25rem;
    margin-left: -0.65rem;
    margin-right: -0.65rem;
}
#latest-content article {
  padding: 0px 10px 20px 10px;
}
#latest-content #results {
/* .tax-focus_area #latest-content #results, */
/* .home #latest-content #results, */
/* .blog #latest-content #results{ */
	margin-left: -1.25rem;
    margin-right: -1.25rem;
}
#latest-content #results > .columns {
  width: 100%;
}

.search-results #latest-content #results:not(.search-results-loaded):before,
.search-results #latest-content #results:not(.search-results-loaded):after {
	display:none;
}

@media screen and (max-width:767px) {
  /* #latest-content .line-divider {
    margin-left: 0;
    margin-right: 0;
  } */
  #latest-content #results {
  /* .tax-focus_area #latest-content #results, */
  /* .home #latest-content #results, */
  /* .blog #latest-content #results { */
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }
}

.title-grid-nav-wrap {
	align-items: flex-end;
	/* padding-bottom: 10px; */
}
.title-grid-nav-wrap h2.title {
	margin-bottom: 0;
}

.title-grid-nav-wrap a.filter-option {
	margin: 0 0.5em ;
	display:inline-block;
	font-size:0.9rem;
}

.title-grid-nav-wrap a.filter-option.active,
.title-grid-nav-wrap a.filter-option:hover {
	font-weight: 700;
}

 a.filter-option i.fa-search {
    transform: scaleX(-1);
	    font-size: 0.9em;
 }
 
.title-grid-nav-wrap a.content-link svg {
	height: 0.66em;
	display:inline-block;
	margin-left: 0.3em;
}
#latest-content .line-divider {
  padding-bottom: 0;
}
.latest-content-filters {
	padding: 5px;
	display:flex;
	text-align:center;
}
.latest-content-filters  select, 
.latest-content-filters input.search-field {
	margin-top: 15px;
	font-size: 0.85rem;
	width: 200px;
	
}
.latest-content-filters input.search-field {
  margin-top: 0;
	border: 0;
	border-bottom: 1px solid #000;
	outline:none;
}
.latest-content-filters fieldset, 
.latest-content-filters fieldset input[type="checkbox"], 
.latest-content-filters fieldset input[type="radio"]  {
	display:none;
}
.latest-content-filters fieldset {
	margin-bottom: 0.15rem;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: none;
}
.latest-content-filters fieldset label {
	margin: 5px 12px;
	cursor: pointer;
	font-size: 0.9rem;
	color: var(--faint-grey);
}
.latest-content-filters fieldset label:hover {
	font-weight: bold;
}
.latest-content-filters label.sort-arrow {
	margin: 5px 2px;
}

.latest-content-filters label.sort-arrow {
	background-image: var(--arrow-icon-url);
	height: 0.5em;
	width: 1em;
	background-size:contain;
	background-repeat:no-repeat;
	display: inline-block;
	    transform-origin: center;
    background-position: center;
}

label.sort-arrow.desc  {
	transform: rotate(-90deg);
}
label.sort-arrow.asc  {
	transform: rotate(90deg);
}
.api-pagination.load-more-container {
	padding-top: 40px;
    justify-content: center;
}
.api-pagination.load-more-container a.loadmore {
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
  text-underline-offset: 5px;
}
p.no-results {
	text-align: center;
	font-size: 0.9rem;
	opacity: 0.7;
	padding-top: 30px;
}

#selection-pills:not(:empty) {
	padding-bottom: 15px;
}
#selection-pills .pill {
	padding: 2px 5px;
    font-size: 0.85rem;
    border: 0;
    background-color: #ddd;
    border-radius: 10px;
    color: var(--faint-grey);
	margin-right: 5px;
}
#selection-pills .pill span {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.1);
    margin-right: 5px;
    display: inline-block;
    line-height: 0.6785em;
    text-align: center;
    transform: translateY(-2px);
	cursor: pointer;
}
#selection-pills .pill span:hover {
	background-color: #fff;
	color: #000;
}
@media (max-width: 767px) {
  .title-grid-nav-wrap {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .title-grid-nav-wrap .filter-options {
    order: 3;
    width: 100%;
    text-align: center;
    border-top: 2px solid #000;
    margin-top: 15px;
    padding-top: 15px;
  }
  
}
@media (max-width: 400px) {
  .title-grid-nav-wrap a.filter-option {
    margin: 0 0.35em;
  }
  .title-grid-nav-wrap a.filter-option:first-child {
    margin-left: 0;
  }
  .title-grid-nav-wrap a.filter-option:last-child {
    margin-right: 0;
  }
}

.load-more-container.loading-more:before {
	    top: -10px;
}
.masonry-layout:before,
.masonry-layout:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: calc(100%/3);
  z-index: 1;
  background-color: #B6B6B6;;
}
.masonry-layout:after {
  left: auto;
  right: calc(100%/3);
}

.masonry-layout > .columns > .column {
	padding: 0;
}
@media (max-width:1023px) {
  .masonry-layout:before {
    left: calc(100%/2);
  }
  .masonry-layout:after {
    right: calc(100%/2);
  }
}
@media (max-width:768px) {
  .masonry-layout:before,
  .masonry-layout:after
   {
    content: none;
  }
}


#results {
  overflow: hidden;
}

#results.loading:before, 
#results.loading:after {
	opacity: 0;
}
.load-more-container.loading-more {
	position:relative;
}

.load-more-container.loading-more:before,
#results.loading:not(.loading-more) > div:first-child:not(.default-loader):after,
.search-results #latest-content #results > div.default-loader:after {
	content: '';
	top: 40px;
	opacity: 0.5;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0; 
	margin: auto;
	position:absolute;
	z-index: 5;
	background-image: var(--loading-icon-url);
	background-size: contain;
	background-repeat: no-repeat;
	animation: rotate 3s linear infinite;
}

.load-more-container.loading-more:before {
	top: -5px;
}
.search-results .load-more-container.loading-more:before {
	top: 80px;
}

#results.loading:not(.loading-more) > div > div {
	opacity: 0;
}
.search-results #latest-content #results:not(.results-loaded) article {
	opacity:0;
}
.search-results #latest-content #results {
	min-height: 500px;
}

/* Focus Area - Links */
.focus_area-links a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.focus_area-links .focus-area-bar {
  width: 100%;
  height: 5px;
  margin-bottom: 18px;
}
.focus_area-links .heading-title {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  margin-bottom: 20px;
}
.focus_area-links .description {
  font-size: var(--body-small-size);
}
.focus_area-links .svg-icon {
  font-size: 45px;
  margin-bottom: 15px;
}
.focus_area-links .industrial-policy .svg-icon:not(.arrow)  svg,
.focus_area-links .systems-change .svg-icon:not(.arrow)  svg {
  position: relative;
  top: 5px;
}
.focus_area-links .svg-icon.arrow {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .focus_area-links .heading-title {
    margin-bottom: 10px;
  }
  .focus_area-links .svg-icon {
    display: none;
  }
  .focus_area-links .description {
    font-size: 0.9rem;
  }
}

/* Focus Area - Grid */
.focus_area-grid a {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
}
.focus_area-grid .columns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-height: 800px;
  /* height: 70vh; */
}
.focus_area-grid .column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.focus_area-grid .column:nth-child(1) { grid-area: 1 / 1 / 5 / 9; }
.focus_area-grid .column:nth-child(2) { grid-area: 1 / 9 / 3 / 13; }
.focus_area-grid .column:nth-child(3) { grid-area: 3 / 9 / 5 / 13; }
.focus_area-grid .column:nth-child(4) { grid-area: 5 / 1 / 8 / 7; }
.focus_area-grid .column:nth-child(5) { grid-area: 5 / 7 / 8 / 13; }

.focus_area-grid .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: 1; */
  padding: 16px;
  font-size: var(--h2-semi-large-font-size);
  font-weight: var(--h2-font-weight);
  display: flex;
  align-items: center;
}
.focus_area-grid .overlay .svg-icon.arrow  {
  font-size: 20px;
  z-index: 2;
  padding-right: 5px;
}
.focus_area-grid .overlay-content {
  position: absolute;
  padding: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ;
  padding-right: 20%;
}
.focus_area-grid .overlay-content .heading-wrap {
  padding: 0;
  margin: 0;
  border: none;
}
.focus_area-grid .overlay-content .heading-title {
  font-size: var(--h2-semi-large-font-size);
  font-weight: var(--h2-font-weight);
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #000;
}
.focus_area-grid .overlay-content .svg-icon {
  display: block;
  margin-bottom: 10px;
  font-size: 38px;
}
.focus_area-grid .overlay-content .description {
  margin-top: auto;
  display: none;
  color: #000;
}
.focus_area-grid .column:nth-child(1) .overlay-content {
  height: 80%;
}
.focus_area-grid .column:nth-child(1) .overlay-content .heading-title {
  margin-bottom: 30px;
}
.focus_area-grid .column:nth-child(1) .overlay-content .description {
  display: block;
}
.focus_area-grid a:hover  .overlay-content {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .focus_area-grid .columns {
    display: block;
  }
  .focus_area-grid .column {
    height: 300px;
    margin-bottom: 20px !important;
  }
  .focus_area-grid .column:nth-child(1) .overlay-content {
    height: auto;
  }
  .focus_area-grid .overlay-content .heading-title {
    margin-bottom: 15px;
  }
  .focus_area-grid .overlay-content .description {
    display: block;
  }
}

/* Core Supporters */
.core-supporters .supporters-wrap {
  padding: 20px 0;
}

/* Logo Links */
.logo-links-wrap img {
  height: 150px;
  width: auto;
  object-fit:contain;
  max-width: 175px
}
@media screen and (max-width:767px) {
  .logo-links-wrap img {
    height: auto;
    width: 100%;
  }
}


/* Speakers */
.speakers .speakers-wrap {
  padding: 20px 0;
}
.speakers .speaker {
  display: flex;
  padding: 20px 0;
}
.speakers  .speaker-image {
  margin-right: 40px;
  width: 150px;
  flex-shrink: 0;
}
.speakers  .speaker-image img {
  height: auto;
  width: 100%;
  max-width: none;
  border-radius: 50%;
 
}
.speakers  .speaker-details h5 {
  line-height: 1.2em;
}
.speakers .more-less-content .bio > div,
.speakers .more-less-content .bio > section {
	width: 100%;
}
@media screen and (max-width:767px) {
  .speakers .speakers-wrap {
    padding: 0;
  }
}
@media screen and (max-width:500px) {
  .speakers  .speaker-image {
    width: 100px;
    margin-right: 20px;
  }
}

/* Report Links */
.report-links.columns {
  margin: 0 -10px;
}
.report-links .report-btn {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-weight: 500;
  margin: 0 10px;
  border: 2px solid var(--faint-grey);
  border-width: 2px 0 2px 0;
  margin-bottom: -2px;
}
.report-links .report-btn svg {
  margin-left: auto;
  padding-left: 20px;
}

/* Quotes */
.quotes .column {
  margin-bottom: 20px;
}
.quotes .large-single-quote {
  color: var(--primary-color);
  font-size: 50px;
  margin-bottom: 10px;
}
.quotes .name {
  color: var(--primary-color);
  font-size: var(--body-small-size);
  font-weight: var(--body-500-weight);
}
@media (min-width: 768px) {
  .quotes .is-12-tablet {
    text-align: center;
  }
}

/* Copy Share Link */
.copy-share-link {
  display: flex;
}
.copy-share-link input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #7F7F7F;
  font-size: var(--body-small-size);
  color: #7F7F7F;
}
.copy-share-link .button {
  border: none;
  cursor: pointer;
  margin-left: 10px;
  font-size: var(--body-small-size);
  font-weight: var(--body-500-weight);
  color: #000;
  height: 2em;
}
.copy-share-link .button:before,
.copy-share-link .button:after {
  position: absolute;
  background: #000;
  opacity: 0;
  transition: opacity 0.15s;
}
.copy-share-link .button:before {
  content: "Copied";
  top: -35px;
  right: 6px;
  padding: 6px 8px;
  border-radius: 20px;
  font-size: 0.7rem;
  color: #fff;
}
.copy-share-link .button:after {
  content: "";
  top: -13px;
  right: 27px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.copy-share-link .button.active:before, .copy-share-link .button.active:after {
  opacity: 1;
}

/* Pathways */
.pathway-links .pathway-link {
  display: block;
  padding-bottom: 40px;
}
.pathway-links img {
  height: 80px;
  width: auto;
  margin-bottom: 15px;
}
.pathway-links .heading-title {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  margin-bottom: 15px;
}
.pathway-links .description {
  font-size: var(--body-small-size);
  margin-bottom: 20px;
}
.pathway-links .svg-icon.arrow {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pathway-links .pathway-link {
    padding-bottom: 20px;
  }
  .pathway-links img {
    height: 60px;
  }
  .pathway-links .svg-icon.arrow {
    font-size: 16px;
  }
}

/* Pathways - Stats */
.stats img {
  height: 75px;
  width: auto;
  margin-bottom: 5px;
}
.stats .value {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}
.stats .description {
  color: var(--faint-grey);
}
.stats .stat {
  margin-bottom: 35px;
}

/* Pathways - Priorities Action */
.priorities-actions {
  padding-top: 50px;
  border-top: 2px solid #000;
}
body .priorities-actions h2 {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  margin-bottom: 20px;
  margin-left: 25px;
}
.priorities-actions .list {
  list-style: none;
}
.priorities-actions .list-item {
  color: var(--faint-grey);
  counter-increment: li
}
.priorities-actions .list-item:before {
  content: counter(li) ".";
  color: #000;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.25em;
}

/* Pathways - Details */
.details .detail-item {
  padding-bottom: 20px;
}
.details .detail-item img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}
.details .detail-item h3 {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  margin-bottom: 10px;
}
.details .detail-item .description {
  color: var(--faint-grey);
}

/* Icon box */
.icon_boxs .icon_box {
  padding-bottom: 20px;
}
.icon_boxs .icon_box img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}
.icon_boxs .icon_box h3 {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  margin-bottom: 10px;
}
.icon_boxs .icon_box .description {
  color: var(--faint-grey);
}

/* Course - Specs */
.course-specs img, 
.course-specs svg {
  height: 48px;
  width: auto;
  margin-bottom: 5px;
}
.course-specs svg path, 
.course-specs svg polygon,
.course-specs svg line,
.course-specs svg circle {
	fill: #000;
}
.course-specs .description {
	font-size:1rem;
	max-width: 150px;
}
@media screen and (max-width:767px) {
  .course-spec {
    text-align: center;
  }
  .course-specs .description {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Course - Objectives */
.course-objectives {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.course-objectives > div {
	padding: 0 20px;
	text-align:center;
	width: 250px;
	margin-bottom: 20px;
}
.course-objectives img, 
.course-objectives svg {
  height: 68px;
  width: auto;
  margin-bottom: 5px;
}

.course-objectives .description {
	font-size:1rem;
	
}
@media screen and (max-width:767px) {
  .course-objectives {
    text-align: center;
  }
  .course-specs .description {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Accordion */
.accordions .accordion {
  background-color: transparent;
  border-top: 2px solid #7F7F7F;
  color: #000;
  border-radius: 0;
  font-size: inherit;
}
.accordions .accordion .accordion-header {
  background-color: transparent;
  color: inherit;
  padding: 10px;
  font-weight: 500;
}
.accordions .accordion .accordion-header .toggle-body {
  position: relative;
  border: none;
}
.accordions .accordion .accordion-header .toggle-body::before {
  color: inherit;
  display: block;
  font-size: 1.75rem;
  line-height: 1em;
  content: '\002B';
}
.accordions .accordion.is-active .accordion-header .toggle-body::before {
  content: '\002D';
}
.accordions .accordion .accordion-header+.accordion-body {
  border: none;
  border-radius: 0;
  color: var(--faint-grey);
}
.accordions .accordion .accordion-header+.accordion-body .accordion-content {
  padding: 10px 10px 24px;
}
/* White */
.accordions.white .accordion {
  border-top: 2px solid #fff;
  color: #fff;
}
.accordions.white .accordion .accordion-header+.accordion-body {
  color: #fff;
}

/* Events and Webinars - Key Targets */
.key_targets .target {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1em;
  padding: 20px 0 5px;
  border-top: 2px solid #7F7F7F;
}
.key_targets .description {
  font-size: var(--body-small-size);
}

/* Events and Webinars - Speakers Short list */
.speakers-short-list {
  color: #606060;
}

/* Events and Webinars - Speakers Short list */
.speakers-full-list .name,
.speakers-full-list .name a,
.moderator .name,
.moderator .name a {
  font-weight: 700;
}

/* Team Grid */
#team-grid_team .title {
	position:relative;
	z-index: 10;
}
#alpha_range_fieldset {
	position: absolute;
        /* top: 0.5em; */
        top: 0;
    right: 0;
    width: 100%;
	text-align: center;
}
.team-grid-filters label {
	color: var(--faint-grey);
	cursor: pointer;
	font-size: 1rem;
}
.team-grid-filters label.active, 
.team-grid-filters label:hover {
	color: #000;
}
.team-grid-filters input[type="radio"]{
	width: 0;
	position:absolute;
	opacity:0;
}
@media screen and (max-width:767px) {
  #alpha_range_fieldset {
    top: 0.2em;
  }
}
@media screen and (max-width:450px) {
  #alpha_range_fieldset {
    text-align: right;
  }
}

/* Author Archive */
/* .author.archive .title-swiper-nav-wrap  {
	border-bottom:1px solid black;
} */
.author-reports, .author-news-posts {
	margin-bottom: 30px;
}
.author-reports .swiper.ta-swiper   {
	margin-left: -10px;
    margin-right: -10px;
}
.author-news-posts .swiper.ta-swiper {
		margin-left: -20px;
    margin-right: -20px;
}
.author-news-posts .swiper-slide article {
	padding: 0 10px;
}
.author-news-posts .title-swiper-nav-wrap,
.author-reports .title-swiper-nav-wrap {
  padding-bottom: 10px;
}
.author-reports.ta-swiper-wrap article {
  padding: 0;
}
/* Swiper Nav */
.author-news-posts .swiper-nav {
  display: flex;
  align-items: center;
}
.author-news-posts .swiper-button-prev-outside,
.author-news-posts .swiper-button-next-outside {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* Related Reading */
.related-reading article {
  border-top: 2px solid #7F7F7F;
  padding-top: 25px;

}
.related-reading .meta-link {
  font-size: var(--body-small-size);
  line-height: var(--body-small-line-height);
  text-decoration: none;
  color: #808080;
  margin-bottom: 20px;
  display: block;
}
.related-reading .publication-name {
  font-size: var(--body-small-size);
  line-height: var(--body-small-line-height);
  font-weight: 500;
  color: #606060;
}
.related-reading article .title {
  font-size: var(--body-font-size);
  font-weight: var(--body-500-weight);
  line-height: var(--body-line-height);
  margin-bottom: 15px;
}
.related-reading .svg-icon {
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .related-reading .meta-link {
    margin-bottom: 10px;
  }
  .related-reading .svg-icon {
    font-size: 12px;
  }
}

/**** Reports Archive *****/
@media screen and (min-width:1024px) {
	
	.post-type-archive-report .swiper.ta-swiper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.post-type-archive-report #latest-content #results {
		margin-left: -20px;
		margin-right: -20px;
	}
}

/**** Blog *****/
@media screen and (min-width:1024px) {
	
	.blog .swiper.ta-swiper {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/******************
Password Form
******************/
.content-protected {
    width: 980px;
    max-width: 100%;
    margin: auto;
	padding: 50px 30px;
    text-align: center;
}
.content-protected  h1 {
	margin-bottom: 1em;
}
.content-protected .access-tag {
	display: inline-block;
	border-bottom: 2px solid  var(--lt-grey);
	padding: 5px 10px;
	font-size: 0.95rem;
	margin-bottom: 15px;
	font-style: italic;
}
.content-protected form input {
	height: 40px;
}
.content-protected form > p {
	display: flex;
	justify-content: center;
}

.content-protected form input[type=submit]{
	background-color: #000;
	color: #FFF;
	border-radius: 0;
	outline: none;
	border: 0;
	font-size: 1rem;
	font-weight: 500;
	padding: 0 20px;
	line-height: 40px;
	font-family: inherit;
	cursor:pointer;
}
.content-protected form input[type=submit]:hover {
	background-color: var(--lt-grey);
	color: #000;
}