/* —————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————— */
/* Theme Name:         The Consilience Project								*/
/* Theme URI:          https://consilienceproject.org					*/
/* Description:        WordPress Theme												*/

/* Version:            1.0.0																	*/
/* Author:             Red&Grey																*/
/* Author URI:         https://redandgrey.ie									*/
/* Text Domain:        consilienceproject											*/

/* License:            MIT License														*/
/* License URI:        http://opensource.org/licenses/MIT			*/
/* —————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————— */




/* —————————————————————————————————————————————————————————— */
/* Adobe Fonts																								*/
/* ---------------------------------------------------------- */
/* 
Neue Haas Unica W1G Light
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;

Neue Haas Unica W1G Light Italic
font-style: italic;

Neue Haas Unica W1G Regular
font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;

Neue Haas Unica W1G Italic
font-style: italic;

Neue Haas Unica W1G Heavy
font-family: neue-haas-unica, sans-serif;
font-weight: 700;
font-style: normal;

Neue Haas Unica W1G Heavy Italic
font-style: italic;

--------------------

FreightText Pro Book Italic
font-family: freight-text-pro, serif;
font-weight: 400;
font-style: italic;

FreightText Pro Medium
font-family: freight-text-pro, serif;
font-weight: 500;
font-style: normal;

FreightText Pro Medium Italic
font-style: italic;


*/



/* —————————————————————————————————————————————————————————— */
/* Base styles																								*/
/* ---------------------------------------------------------- */
html {
	/*scroll-behavior: smooth;*/
}

body {
	background: #FFF;
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	color: #000000;
  font-weight: 400;
  font-style: normal;  
  font-size: 21px;
	line-height: 1.2em;
	height:100%;
	padding-top: 126px;	
}

.header-fluid-container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	width: 96%;
}
.max-width-container, 
.fluid-width-container, 
.full-width-container{
	margin-right: auto;
	margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: calc(96% - 50px);
}
.article-container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1040px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #333333;
  text-decoration: underline;
}

p a{
	text-decoration: underline;
}
p a:hover, p a:focus, p a:active {
	text-decoration: none;
}

img {width: 100%;height:auto;}

h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	line-height: 1.3em;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-weight: 400;
	margin-bottom: .5em;
}

h1{
	font-size: 41px;
	line-height: 1.15em;
	margin-bottom: .3em;
	font-weight: 700;
}	
h2{
	font-size: 42px;
	line-height: 1.3em;
}	
h3{
	font-size: 36px;
	line-height: 1.3em;
}	
h4{
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: .25em;
}	
h5{
	font-size: 24px;
	line-height: 1.2em;
}
h6, .h6{
	line-height: 1.2em;
	font-size: 11px;
	font-weight: 700;
}
.h6.meta{
	font-weight: 400;
	line-height: 1.3em;
}
.h6.meta strong{
	font-weight: 700;
}
h6.large{
	font-size: 13px;
}

body.search-results h5.results{
	margin-bottom: 25px;
}

#searchform{
	position: relative;
}
#searchsubmit{
	background: transparent;
	border:none;
	width:20px;
	height:20px;
	background-image: url(assets/images/icon-search.svg);
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	position: absolute;
	top:6px;
	right:10px;
	z-index: 9999;
}
#searchsubmit:hover{
	cursor: pointer;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top: .5em;
}

.white-text{color: #ffffff;}

.show-on-mobile{display: none !important;}

p{
	color: #000000;
	font-weight: 400;
	font-style: normal;  
	font-size: 21px;
	line-height: 1.2em;
	margin: 0;
	padding: 0px 0px 1.5em 0px;
}

.caption{
	font-size: 12px;
	padding-top: 1.5em;
}

ul li, ol li{

}
hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #DDDDDD;
}

	

/* —————————————————————————————————————————————————————————— */
/* Header + Global navigation																	*/
/* ---------------------------------------------------------- */

header{
	padding-top: 30px;
	padding-bottom: 0px;
	color: #333333;
	background-color: transparent;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index: 40;
	
	background-color: #ffffff;
}

.blog header,
.category header,
.search-results header{
	padding-bottom: 40px;
}
.single-post header{background-color: #ffffff;}

body.page-template-default header{background-color: #ffffff;}
body.page-template-default{background-color: #F9F7F5;}

body.page-template-user-profile header{background-color: #F9F7F5;}

.blog header,
.page-template-useful-references header,
.page-template-about-template header,
.category header{background-color: #FFFFFF;}

.black-background header{
	background-color: #000000;
}
.page-template-podcasts-media-template.black-background header{
	padding-bottom: 40px;
}

.mobilemenu header.header-within-mobile-menu{
	background-color: #DFDEE3;
}

body.black-background .mobilemenu header.header-within-mobile-menu{
	background-color: #000000;
}

header .logo{
	height: auto;
	Width: 185px;
	margin-bottom: 30px;
}
header a.brand{display: inline-block;}

/* Progress bar for single articles */
.progress-bar{display: none;}

body.single-post .progress-bar {
	display: block;
	background-color: #E6E6E6;
	--scrollAmount: 0%;
	background-image: linear-gradient(0deg, #000000 0%, #000000 100%);
	width: var(--scrollAmount);
	height: 3px;
}

nav ul{
	padding: 0px;
	margin: 7px 0px 0px 0px;
}

nav ul li {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
}
nav ul li a{
	padding: 10px;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus{
	color: #333333;
}

nav ul li.menu-item-has-children > a{ padding-right: 20px; }

.menu-item-has-children{ position: relative; }

.menu-item-has-children > a:after{
	position: absolute;
	right:0px;
	top:calc(50% - 3px);
	content: '';
	width: 12px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.menu-item-has-children.open > a:after {
    transform: rotate(-180deg);
}

nav ul.sub-menu{
	display: none;
	position: absolute;
	background-color: #ffffff;
  min-width: 250px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0px;
  left: 0;
  padding-top: 10px;
  padding-left: 10px;
  margin-left: -10px;
  list-style: none;
  z-index: 99;
	padding-bottom: 20px;

}
nav ul.sub-menu li{display: block;}

nav ul.sub-menu li a{
	padding: 5px 5px;
	display: block;
}    
nav ul.sub-menu li a:hover,
nav ul.sub-menu li a:focus,
nav ul.sub-menu li a:active{
	text-decoration: underline;
}


.btn{
	background-color: transparent;
	color: #000000;
	padding: 6px 9px 6px 9px;
	display: inline-block;
	border:1px solid #000000;
	border-radius: 0px;
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-height: 1.3em;
}

.btn:hover,
.btn:active,
.btn:focus{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.with-arrow{
	background-image: url(assets/images/arrow-right-black.svg);
	display: inline-block;
	padding-right: 37px;
	background-position: top 9px right;
	background-repeat: no-repeat;
	background-size: 13px auto;
}
.back-btn.with-arrow{
	background-image: url(assets/images/arrow-left-black.svg);
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-height: 1.3em;
	padding: 6px 30px 6px 0px;
}

.sign-in{
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	padding-left: 30px;
	position: relative;
}
.sign-in:before{
	content: '';
	position: absolute;
	left:0;
	width: 20px;
	height: 20px;
	background-image: url(assets/images/profile-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	top:3px;	
}
.subscribe{
	margin-right: 31px;
}
.single-post sup:hover{
	color:#beb7b1;	
	cursor: pointer;
}


/* ------------------------------------- */
/* mobile burger menu icon and animation */
/* ------------------------------------- */

.icon-mobile-menu{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

#mobile-nav-icon {
	width: 26px;
	height: 26px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 2px;
}

#mobile-nav-icon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobile-nav-icon span:nth-child(1) {
	top: 0px;
}

#mobile-nav-icon span:nth-child(2),#mobile-nav-icon span:nth-child(3) {
	top: 7px;
}

#mobile-nav-icon span:nth-child(4) {
	top: 14px;
}

#mobile-nav-icon.open span:nth-child(1) {
	top: 0px;
	width: 0%;
	left: 50%;
}

#mobile-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-nav-icon.open span:nth-child(4) {
	top: 0px;
	width: 0%;
	left: 50%;
}


.mobilemenu {
	height: auto;
	padding-top: 100px;
	position: fixed;
	top:0;
	bottom: 0;
	right:0;
	left:100%;
	overflow: hidden;
	background-color: #DFDEE3;
	width:0;
	transition:all 400ms linear;
	padding-left: 5vw;
	z-index: 41;
}  
.mobilemenu.open{
	left:0;
	width: 100%;
}
.mobilemenu header{
	left:100%;
	overflow: hidden;	
	width:0;
	padding-bottom: 0 !important;
}
.mobilemenu.open header{
	left:0;
	width:100%;
	transition:all 400ms linear;
}

.mobilemenu .yellow-bg{
	background-image: url(assets/images/large-c.svg);
	background-repeat: no-repeat;
	background-position: top 150px left 150px;
	background-size: 315px auto;
	background-color: #FFD81E;
	padding-left: 320px;
	position: relative;
	min-height: 90vh;
}
/* paper */
.fold {
	padding-left: 180px;
	min-height: calc(100vh - 200px);
}
/* folding */
.fold::before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 0 0 300px 300px;
	border-color: #FFD81E #DFDEE3;
	transition: all ease 0.5s;
	
	-webkit-box-shadow: 12px 12px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 12px 12px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 12px 12px 12px 0px rgba(0,0,0,0.25);
	
}





.mobilemenu .mobile-nav{
	width:80%;
	min-width: 680px;
}
.mobilemenu .mobile-nav ul{
	margin-left: 0;
	padding-left:50px;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 100px;
}
.mobilemenu .mobile-nav ul li {
	display: block;
	list-style: none;
}
.mobilemenu .mobile-nav ul li a {
	padding: 5px 0px;
	color: #000000;
	display: block;
	text-align: left;
	font-size: 75px;
	text-decoration: none;
	font-weight: 400;
	line-height: 1em;
}
.mobilemenu .mobile-nav ul li a:hover,
.mobilemenu .mobile-nav ul li a:focus,
.mobilemenu .mobile-nav ul li a:active{
	font-family: freight-text-pro, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 77px;
	line-height: .975em;
	cursor: url('assets/images/cursor-dot.svg'), auto;
}

.mobilemenu p.cri a{
	font-size: 11px;
	font-family: 'Roboto Mono', monospace;
	padding-top: 10px;
	text-decoration: none;
	color:#000000;
}
.mobilemenu p.cri a:hover,
.mobilemenu p.cri a:focus,
.mobilemenu p.cri a:active{
	text-decoration: underline;
}

.mobilemenu ul.social{
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	display: inline-block;
	font-size: 0;
	float: right;
	margin-right: 5vw;
}
.mobilemenu ul.social li{
	list-style: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	padding: 0;
}




/* —————————————————————————————————————————————————————————— */
/* home  																										  */
/* ---------------------------------------------------------- */





/* —————————————————————————————————————————————————————————— */
/* articles / news / blog (index.php)  												*/
/* ---------------------------------------------------------- */
.article-listing article{position: relative;overflow-y: visible;z-index: 3;border-top: 1px solid #DDDDDD;}
.article-listing article h3{font-size: 38px;margin-bottom: 0.3em;line-height: 1.25em;}
.article-listing article span.h6 a, .article-listing article span.h6{font-size: 14px;color: #BFB7B0;font-weight: 700;}
.article-listing article p.h6{font-size: 11px;color: #BFB7B0;font-weight:400;}
.article-listing article p.h6 strong{font-weight: 700;}
.article-listing article > a{display: block;}


.article-listing article .article-item-hover{
	max-width: 50%;
}

.article-listing article .article-item-hover > a:hover,
.article-listing article .article-item-hover > a:active,
.article-listing article .article-item-hover > a:focus{
	text-decoration: none;
}

.article-listing article .article-item-hover > a:hover h3,
.article-listing article .article-item-hover > a:active h3,
.article-listing article .article-item-hover > a:focus h3{
	font-family: freight-text-pro, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 43px;
	line-height: 1.1em;
}
.article-listing article .article-item-hover > a:hover .h6,
.article-listing article .article-item-hover > a:active .h6,
.article-listing article .article-item-hover > a:focus .h6{
	color: #000000;
}

.article-hover-image{
	width: 35vw;
	max-width: 600px;
	height: auto;
	position: absolute;
	right:0;
	top:-110px;
	top:-6.5vw;
	display: none;
	z-index: 10;
}

.article-hover-image.float-r-image{
	width: 35vw;
	max-width: 600px;
	height: auto;
	position: relative;
	right:auto;
	top:auto;
	top:auto;
	display: none;
	z-index: 10;
	float: right;
	margin-top:-240px;
}


.white-gradient-article-listing{
	position: fixed;
	bottom: 0;
	left:0;
	right:0;
	height:150px;
	z-index: 11;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5368522408963585) 50%, rgba(255,255,255,0) 100%);
}


.article-search-and-filter{
	position: fixed;
	left:35vw;
	left: calc(33.3333vw + 2% - 5px);
	top:30px;
	z-index:45;
	transition: opacity 0.3s;
	opacity:1;
}
.article-search-and-filter.fade-out{
	opacity:0;
}
.article-search-and-filter h6{
	margin-bottom: 30px;
}
.article-search-and-filter .btn{
	background-color: transparent;
	color: #BFB7B0;
	border: 1px solid #BFB7B0;
	margin-right: 10px;
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
}
.article-search-and-filter select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	background-image: url(assets/images/arrow-down-accordion-lightgrey.svg);
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: center right 8px;
	border:1px solid #BFB7B0;
	border-radius: 4px;
	color: #BFB7B0;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Roboto Mono', monospace;
	background-color: #FFFFFF;
	box-shadow: none;
	padding-left: 8px;
}
.article-search-and-filter .keyword.search{
	background-color: #F2F2F2;
	color: #BFB7B0;
	text-transform: uppercase;
	border:none;
	border-radius: 0;
	font-size: 11px;
	display: block;
	width: calc(42vw - 150px);
	margin-top: 15px;
	padding: 4px 8px;
}
.article-search-and-filter .keyword.search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #BFB7B0;
	opacity: 1; /* Firefox */
}
.article-search-and-filter .keyword.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #BFB7B0;}
.article-search-and-filter .keyword.search::-ms-input-placeholder { /* Microsoft Edge */
	color: #BFB7B0;
}

.article-search-and-filter .h6.meta{
	font-weight: 400;
	line-height: 1.5em;
}






/* —————————————————————————————————————————————————————————— */
/* single article (single.php) 													*/
/* ---------------------------------------------------------- */
body.single-post{background-color: #F9F7F5;}


.halfway-trigger-point{
	position: absolute;
	bottom:200px;
	left:20px;
	border:1px solid red;
	height:20px;
	width:80px;
	background-color: grey;
}

.section-featured-articles .article-listing article.article-list-single-item{border-top: none;}
.section-featured-articles .article-listing article.article-list-single-item h4{font-size: 25px;margin-bottom: 0.3em;line-height: 1.25em;}
.section-featured-articles .article-listing article.article-list-single-item span.h6 a{font-size: 11px;color: #BFB7B0;font-weight: 700;}
.section-featured-articles .article-listing article.article-list-single-item p.h6{font-size: 11px;color: #BFB7B0;font-weight: 700;}
.section-featured-articles .article-listing article.article-list-single-item > a{display: block;}	

.section-featured-articles .border-top{
	border-top:1px solid #DDDDDD;
	padding-top: 30px;
}
.section-featured-articles .article-listing article.article-list-single-item a .h6{font-size: 11px;color: #BFB7B0;font-weight: 700;}
.section-featured-articles .article-listing article.article-list-single-item a:hover,
.section-featured-articles .article-listing article.article-list-single-item a:focus,
.section-featured-articles .article-listing article.article-list-single-item a:active{
	text-decoration: none;
}
.section-featured-articles .article-listing article.article-list-single-item a:hover h4,
.section-featured-articles .article-listing article.article-list-single-item a:focus h4,
.section-featured-articles .article-listing article.article-list-single-item a:active h4{
	font-family: freight-text-pro, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 29px;
	letter-spacing: .5px;
	line-height: 1.075em;
}

.content-block-standard-text p{
	font-family: freight-text-pro, serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.3em;
}


/* Styles for Development in Progress Article ID: 1137 */
/* Added: Wednesday 31 July 2024 */
body.postid-1137 p a sup,
body.postid-1137 p sup a{
	text-decoration: none;
	font-variant-numeric: tabular-nums;
}
body.postid-1137 p a:hover sup, 
body.postid-1137 p a:focus sup, 
body.postid-1137 p a:active sup {
	text-decoration: none;
}


body.postid-1137 a:has(> sup) {
	text-decoration: none;
}



.content-block-standard-text h2,
.content-block-standard-text h3,
.content-block-standard-text h4,
.content-block-standard-text h5{
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 700;
	color: #000000;
	margin-bottom: .5em;
}


.content-block-standard-text h2{
	font-size: 20px;
	line-height: 1.4em;
}
.content-block-standard-text h3{
	font-size: 18px;
	line-height: 1.5em;
}
.content-block-standard-text h4{
	font-size: 16px;
	line-height: 1.6em;
}
.content-block-standard-text h5{
	font-size: 14px;
	line-height: 1.7em;
}




.content-block-standard-text ol,
.content-block-standard-text ul{
	padding-left: 20px;
	margin-top:10px;
	margin-bottom:40px;
}
.content-block-standard-text ol li,
.content-block-standard-text ul li{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
	padding-left: 20px;
}

.content-block-standard-text .pb-yellow-text_block{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3em;
}
.content-block-standard-text .pb-yellow-text_block h2,
.content-block-standard-text .pb-yellow-text_block h3,
.content-block-standard-text .pb-yellow-text_block h4,
.content-block-standard-text .pb-yellow-text_block h5{
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
}
.content-block-standard-text .pb-yellow-text_block p{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
	padding-left: 0;
}
.content-block-standard-text .pb-yellow-text_block ol,
.content-block-standard-text .pb-yellow-text_block ul{
	padding-left: 20px;
}
.content-block-standard-text .pb-yellow-text_block ol li,
.content-block-standard-text .pb-yellow-text_block ul li{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
	padding-left: 20px;
}


.section-pb-block_quote blockquote{
	font-family: freight-text-pro, serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3em;
	color:#8C827A;
	color:#665f59;
	margin-block-start: 0px;
	margin-inline-start: 20px;
	margin-block-end: 20px;
	margin-inline-end: 0px;
}
.section-pb-block_quote blockquote:before{
	content: '_________';
	letter-spacing: -1px;
}



.fixed-listen-to-this-article{
	position: fixed;
	left:2vw;
	top:28vh;
	font-size: 11px;
	padding-top: 20px;
	background-image: url(assets/images/icon-play-button.svg);
	background-repeat: no-repeat;
	background-size: 0px 0px;
	background-position: top left;
	color: #beb7b1;
}


.fixed-listen-to-this-article .AdrstPlayer .AdrstButton {
	margin: 0 5px 0 0 !important;
	min-width: 20px !important;
	width: 20px !important;
	height: 20px !important;
	line-height: 16px !important;
	border: 1px solid #beb7b1 !important;
	border-radius: 10px !important;
	text-align: center !important;
	color: #beb7b1 !important;
	background-color: transparent !important;
	font-size: 8px !important;
}
.fixed-listen-to-this-article .AdrstPlayer--NoTouch .AdrstButton:hover{
	filter: none !important;
}
.fixed-listen-to-this-article .AdrstPlayer .AdrstButton .AdrstIcon {
	font-size: 1.1em !important;
}
.fixed-listen-to-this-article .AdrstPlayer .AdrstButton:disabled {
	opacity: .75 !important;
}


.fixed-bookmark-glossary-container{
	position: fixed;
	left:2vw;
	top:36vh;	
	font-size: 11px;
	line-height: 1.3em;
	transition: all .35s ease-in-out;
	opacity: 1;
}
.fixed-social-share-container{
	position: fixed;
	left:-2vw;
	top:66vh;	
	font-size: 11px;
	line-height: 1.3em;
	transition: all .35s ease-in-out;
	opacity: 0;
}

.fixed-social-share-container.in-view{
	left:2vw;
	opacity: 1;
}
.fixed-social-share-container.in-view.opacity-60{
	opacity: .6;
}
.fixed-bookmark-glossary-container a,
.fixed-social-share-container a{
	color: #beb7b1;
	display: block;
}
.fixed-bookmark-glossary-container a:hover,
.fixed-bookmark-glossary-container a:focus,
.fixed-bookmark-glossary-container a:active,
.fixed-social-share-container a:hover,
.fixed-social-share-container a:focus,
.fixed-social-share-container a:active{
	text-decoration: underline;
	color: #beb7b1;
}
.article-share-icons{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	margin-bottom: 20px;
}
.article-share-icons li{
	margin-bottom: 5px;
	color: #beb7b1;
}
.article-share-icons li a{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.article-share-icons li.share-mobile{
	display: none;
}
.article-share-icons li.share-desktop{
	display: block;
}
.article-share-icons li.email a{
	background-image: url(assets/images/icon-email-outline-grey.svg);
}
.article-share-icons li.facebook a{
	background-image: url(assets/images/icon-facebook-outline-grey.svg);
}
.article-share-icons li.linkedin a{
	background-image: url(assets/images/icon-linkedin-outline-grey.svg);
}
.article-share-icons li.twitter a{
	background-image: url(assets/images/icon-twitter-outline-grey.svg);
}
.article-share-icons li.email a:hover,
.article-share-icons li.email a:focus,
.article-share-icons li.email a:active{
	background-image: url(assets/images/icon-email-outline-grey.svg);
}
.article-share-icons li.facebook a:hover,
.article-share-icons li.facebook a:focus,
.article-share-icons li.facebook a:active{
	background-image: url(assets/images/icon-facebook-outline-grey.svg);
}
.article-share-icons li.linkedin a:hover,
.article-share-icons li.linkedin a:focus,
.article-share-icons li.linkedin a:active{
	background-image: url(assets/images/icon-linkedin-outline-grey.svg);
}
.article-share-icons li.twitter a:hover,
.article-share-icons li.twitter a:focus,
.article-share-icons li.twitter a:active{
	background-image: url(assets/images/icon-twitter-outline-grey.svg);
}


.article-bookmark-icon{
	background-image: url(assets/images/icon-bookmark-outline-grey.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 12px 20px;
	padding-top: 24px;
	margin-bottom: 20px;
}
.article-bookmark-icon:hover,
.article-bookmark-icon:focus,
.article-bookmark-icon:active{
	background-image: url(assets/images/icon-bookmark-outline-grey.svg);
}


.article-take-notes-icon{
	background-image: url(assets/images/icon-take-notes.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px 24px;
	padding-top: 28px;
	margin-bottom: 35px;
}
.article-take-notes-icon:hover,
.article-take-notes-icon:focus,
.article-take-notes-icon:active{
	background-image: url(assets/images/icon-take-notes-grey.svg);
}



.article-pdf-download-icon{
	background-image: url(assets/images/icon-pdf-download.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px 26px;
	padding-top: 32px;
	margin-bottom: 20px;
}
.article-pdf-download-icon:hover,
.article-pdf-download-icon:focus,
.article-pdf-download-icon:active{
	background-image: url(assets/images/icon-pdf-download.svg);
}

.article-pdf-download-icon-languages {
	background-image: url(assets/images/icon-pdf-download-languages.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 31px 28px;
	padding-top: 28px;
	margin-bottom: 14px;
}
.article-pdf-download{
	padding-left: 8px;
	margin-bottom: 4px;
}
.article-pdf-download:hover{
	cursor: pointer;
}



.article-glossary-icon{
	background-image: url(assets/images/icon-glossary-outline-grey.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px 27px;
	padding-top: 30px;
	margin-bottom: 20px;
}
.article-glossary-icon:hover,
.article-glossary-icon:focus,
.article-glossary-icon:active{
	background-image: url(assets/images/icon-glossary-outline-grey.svg);
}

.section-footnotes .accordions button.accordion{
	padding: 10px 0px;
	color: #000000;
}
.section-footnotes .accordions .panel{
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-break: 1.3em;
	color: #000000;
}
.section-footnotes .footnotes ol{
	margin-left: 10%;
	margin-top: 0;
	padding-top: 1em;
}
.section-footnotes .footnotes ol li{
	margin-bottom: 5px;
	list-style-type: decimal-leading-zero;
}
.section-footnotes .footnotes ol li:after{
	/*
	content: '\21BA';
	transform: rotate(-45deg);
	padding-left: 10px;
	display: inline-block;
	padding-top: 3px;
	*/
}
.section-footnotes .footnotes ol li a:hover{
	color: #BEB7B0;
	text-decoration: none;
	cursor: url('assets/images/cursor-dot.svg'), auto;	
}
.section-footnotes .footnotes-back{
	height:8px;
	width:8px;
	display: inline-block;
	background-image: url('assets/images/icon-footnotes-arrow-back.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  7px auto;
}

.glossary-modal{
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
.bg-yellow-glossary-popup{
	background-color: #FFD900;
	padding: 15px 20px;
	width: 260px;
	position: fixed;
	top:50%;
	left:90vw;
	display: none;
	z-index: 999;
}
.bg-yellow-glossary-popup h5{
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
}
.bg-yellow-glossary-popup p{
	font-family: freight-text-pro, serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3em;
}
.bg-yellow-glossary-popup .modal-close{
	position:absolute;
	top:3px;
	right:3px;
	font-size: 14px;
	line-height: 10px;
	padding: 2px 5px 3px 3px;
}



.section-article-faq-glossary .accordions .wrapper {
	gap: 5px; 
}

.section-article-faq-glossary .accordions .single_accordion{
	background-color:#FFD900;
	border-top:none;
	border-bottom:none;
}

.section-article-faq-glossary .accordions .single_accordion button.accordion {
	color: #000000;
	font-size: 11px;
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
}
.section-article-faq-glossary .accordions .single_accordion button.accordion span{
	background-color: #000000;
	color: #FFD900;
	line-height: 20px;
	width:20px;
	height:20px;
	min-width: 20px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	margin-right: 100px;
	margin-top: 4px;
}

.section-article-faq-glossary .accordions .single_accordion button.accordion::after {
	position: absolute;
	right:30px;
	left:auto;
	top:26px;
	top:calc(50% - 3px);
}
.section-article-faq-glossary .accordions .single_accordion .panel{
	font-weight: 400;
	line-height: 1.7em;
	padding-left: 120px;
}
.section-article-faq-glossary .accordions .single_accordion .panel h5,
.section-article-faq-glossary .accordions .single_accordion .panel strong{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7em;
}
.section-article-faq-glossary .accordions .single_accordion .panel p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
}


.comments-wrapper{
	border-top:1px solid #606060;
	padding-top: 15px;
}
.comments-wrapper p{
	font-size: 12px;
}
.comments-wrapper p.must-log-in{
	border:1px solid #000000;
	display: inline-block;
	padding: 4px 8px;
}
.comments-wrapper h2.comments-title{
	display: none;
}

.comment-list{
	list-style: none;
	padding-left: 0;
	border-top:1px solid #606060
}
.comment-list li{
	border-bottom:1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 10%;
	position: relative;
}
.comment-list li:before{
	content: '';
	position: absolute;
	left: 0;
	top:22px;
	width: 20px;
	height: 20px;
	background-image: url(assets/images/profile-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	opacity: .2;
}
.comment-body p{
	font-size: 18px;
	font-family: freight-text-pro, serif;
	font-weight: 500;
	max-width: 700px;
	padding: 10px 0px 1em 0px;
}
.comment-body .comment-awaiting-moderation{
	font-size: 11px;
}


.comment-author.vcard,
.comment-meta.commentmetadata{
	display: inline-block;
}
.comment-meta.commentmetadata h6{
	color: #847770;
}

.comment-author > img{
	width: 20px;
	height: auto;
}
.comments-wrapper .reply a{
	font-size: 10px;
	font-family: 'Roboto Mono', monospace;
	color: #BFB7B0;
}
.comments-wrapper textarea{
	background-color: transparent;
	border:1px solid #847770;
	width:100%;
	max-width: 600px;
}

.comments-wrapper button, 
.comments-wrapper [type="button"], 
.comments-wrapper [type="reset"], 
.comments-wrapper [type="submit"]{
	font-size: 10px;
	font-family: 'Roboto Mono', monospace;
	color: #847770;
	border:1px solid #847770;
	background-color: transparent;
	padding: 5px 10px;
}
.comments-wrapper label{display: block;}

.comments-wrapper .comments-form{
	padding-left: 10%;
}

.small-fold-corner {
	padding-left: 0px;
}
/* folding */
.small-fold-corner::before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: #FFD81E #F9F7F5;
	transition: all ease 0.5s;		
}

.article-take-notes-wrapper{
	background-color: #FAF3D3;
	position: fixed;
	top:30vh;
	right:2vw;
	min-height: 320px;
	width: 260px;
	padding: 20px;
	z-index: 99;
}
.article-take-notes-wrapper h6{
	margin-bottom: 20px;
	float: right;
	max-width: 50%;
	border-left: 1px solid #000000;
	padding-left: 5px;
	padding-right: 10px;
}
.article-take-notes-wrapper form textarea{
	font-family: freight-text-pro, serif;
	font-weight: 500;
	border:0;
	background: transparent;
	background-color: transparent;
	font-size: 12px;
	line-height: 1.5em;
	width:100%;
	display: block;
	height:160px;
	text-indent: 0;
	padding: 0;
}
.article-take-notes-wrapper form button, 
.article-take-notes-wrapper form [type="button"], 
.article-take-notes-wrapper form [type="reset"], 
.article-take-notes-wrapper form [type="submit"]{
	font-size: 12px;
	font-family: 'Roboto Mono', monospace;
	color: #000000;
	border:none;
	background-color: transparent;
	padding: 5px 10px 5px 0px;
	cursor: pointer;
}
.btn-close-notes{
	width: 15px;
	height:15px;
	float: right;
}

.dashboard-notes-wrapper{
	position:relative;
	padding-left:10%;
}
.dashboard-take-notes-form.article-take-notes-wrapper{
	background-color: #FAF3D3;
	position: absolute;
	top:0;
	right:0;
	left:20px;
	height:auto;
	width: 100%;
	padding: 20px;
	z-index: 99;
}
.accordions .notes-panel .dashboard-take-notes-form h6{
	font-weight: bold;
	line-height: 1.2em;
	color:#000000;
	border-left:none;
	float:none;
	max-width: 100%;
}
.dashboard-take-notes-form.article-take-notes-wrapper form textarea{
	width:90%;
	height:280px;
	max-height: 280px;
}
.article-titles{
	min-height: 400px;
}
.dashboard-take-notes-form .article-take-notes-icon,
.dashboard-take-notes-form .btn-discard-note {
	font-size: 10px;
	line-height: 1.3em;
	color:#686058;
	margin-bottom: 20px;
}
.dashboard-take-notes-form .btn-discard-note {
	float:left;
}
.dashboard-take-notes-form .btn-discard-note img{
	width:16px;
	height:auto;margin-bottom: 4px;
}

/* —————————————————————————————————————————————————————————— */
/* Single Media/Podcast/Video page — single-media.php					*/
/* ---------------------------------------------------------- */
h6.external-link{
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	padding-right: 0px;
	position: relative;
	color: white;
	padding: 10px 0 0 0;
}
h6.external-link a{
	color: white !important;
	padding-right: 20px;
}

h6.external-link a._blank{
	background-image: url('assets/images/icon-external-link.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px 10px;
}

/* —————————————————————————————————————————————————————————— */
/* Useful references																					*/
/* ---------------------------------------------------------- */
.glossary ul{
	padding-left: 0;
	margin-left: 40px;
	width:90%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-top:1px solid #686058;
	margin-bottom: 80px;
}
.glossary ul li{
	list-style: none;
	display: inline-block;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	padding-top: 10px;
	font-family: 'Roboto Mono', monospace;
	color: #000000;
}
.glossary ul li a{
	font-family: 'Roboto Mono', monospace;
	color: #847770;
	padding-bottom: 2px;
}
.glossary ul li.active a,
.glossary ul li:hover a,
.glossary ul li:focus a{
	border-bottom:1px solid #000000;
	color: #000000;
	text-decoration: none;
}
.glossary-main-panel{
	padding-left: 47px;
	max-height: 250px;
	overflow: auto;
}

.section-glossary{
	background-color: #F9F7F5;
	min-height: calc(100vh - 125px);
}
.section-glossary h2{
	font-size: 70px;
	font-family: freight-text-pro, serif;
	font-weight: 700;
	line-height: .95em;
	margin-bottom: 15px;
}
.section-glossary .letter{
		font-family: 'Roboto Mono', monospace;
		font-size: 11px;
		line-height: 1.5em;
		color: #847770;
		text-transform: uppercase;
		margin-top: 10px;
}
.section-glossary .full-glossary-vertical-list {
	overflow:auto; 
	max-height:250px;
}
.section-glossary .full-glossary-vertical-list a{
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-height: 1.3em;
	color: #847770;
	display: block;
}

.single-glossary-definition{
	max-width: 60%;
}


.section-reading-list h6{
	color: #847770;
	margin-bottom: 20px;
}
.section-reading-list .accordions .single_accordion {
	border-top: 1px solid #BFB7B0;
	border-bottom: 1px solid #BFB7B0;
}
.section-reading-list .accordions .single_accordion.no-border-top{
	border-top:none;
}
.section-reading-list .accordions button.accordion{
	color: #847770;
	padding: 5px 0px 10px 0px;
}
.section-reading-list .accordions .single_accordion .panel p{
	color: #847770;
}
.section-reading-list .project-reading-list{
	padding-left: 47px;
}
.section-reading-list .project-reading-list p{
	padding-bottom: .15em;
	margin-bottom: 0;
}
.section-reading-list .project-reading-list a{
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-height: 1.5em;
	color: #847770;
	display: block;
	margin-bottom: 2px;
}




.bg-grey,
.background_colour_grey{
	background-color:#F9F7F5;
}
.bg-white,
.background_colour_white{
	background-color:#FFFFFF;
}
.section-user-profile{
	/*padding-left: 47px;*/
}
.section-user-profile p{
	font-size: 11px;
	line-height: 1.5em;
}
.section-user-profile p strong{
	font-weight: 700;	
}

.section-view-edit-profile{
	background-color: #ffffff;
	width:38vw;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:100vw;
	transition: all .35s ease-in-out;
	z-index: 9;
}
.section-view-edit-profile.open{
	left:62vw;
	transition: all .35s ease-in-out;
}
.profile-viewer-slideout{
	position: relative;
	height:100vh;
	padding-left: 15%;
}

.profile-viewer-slideout .profile-details{
	position: absolute;
	top:30%;
	padding-right: 20%;
}
.profile-viewer-slideout .profile-details p{
	
}

.bookmarked-articles .swiper-container{
	padding-top: 25px;
}
.bookmarked-articles .swiper-container .swiper-button-next, 
.bookmarked-articles .swiper-container .swiper-button-prev{
	top:0px;
}
.bookmarked-articles.accordions .single_accordion .panel p{
	font-size: 14px;
	line-break: 1.3em;
} 

.bookmarked-articles.accordions button.accordion {
	padding: 10px 0px;
}
.bookmarked-articles .AdrstPlayer .AdrstButton {
	background-color: transparent;
}
.bookmarked-articles a:hover,
.bookmarked-articles a:focus,
.bookmarked-articles a:active{
	text-decoration: none;
}

/* —————————————————————————————————————————————————————————— */
/* common elements																						*/
/* ---------------------------------------------------------- */

.video-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.video-container iframe,
.video-container object,
.video-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* ---------------------------------------------------------- */
/* BLACK BACKGROUND page-template-podcasts-media-template     */
/* ---------------------------------------------------------- */
body.black-background{
	background-color: #000000;
}
body.black-background a, body.black-background p, body.black-background h2,body.black-background h3,body.black-background h4, body.black-background h5, body.black-background h6{
	color: #BFB7B0;
}
body.black-background a.article-bookmark-icon:hover,
body.black-background a.article-bookmark-icon:focus,
body.black-background a.article-bookmark-icon:active{
	color: #EAE1DA;
}

body.black-background .article-share-icons li.email a:hover,
body.black-background .article-share-icons li.email a:focus,
body.black-background .article-share-icons li.email a:active{
	background-image: url(assets/images/icon-email-outline-white.svg);
}
body.black-background .article-share-icons li.facebook a:hover,
body.black-background .article-share-icons li.facebook a:focus,
body.black-background .article-share-icons li.facebook a:active{
	background-image: url(assets/images/icon-facebook-outline-white.svg);
}
body.black-background .article-share-icons li.linkedin a:hover,
body.black-background .article-share-icons li.linkedin a:focus,
body.black-background .article-share-icons li.linkedin a:active{
	background-image: url(assets/images/icon-linkedin-outline-white.svg);
}
body.black-background .article-share-icons li.twitter a:hover,
body.black-background .article-share-icons li.twitter a:focus,
body.black-background .article-share-icons li.twitter a:active{
	background-image: url(assets/images/icon-twitter-outline-white.svg);
}

body.black-background .article-bookmark-icon:hover,
body.black-background .article-bookmark-icon:focus,
body.black-background .article-bookmark-icon:active{
	background-image: url(assets/images/icon-bookmark-outline-white.svg);
}





body.black-background .mobilemenu{
	background-color: #000000;
}
body.black-background .mobilemenu .fold::before{
	border-color: #FFD81E #000000;
}

body.black-background h1{
	color: #ffffff;
}
body.black-background #mobile-nav-icon span {
	background: #ffffff;
}

body.black-background .article-listing article h3{
	color: #ffffff;
}
body.black-background .article-listing article p.h6{
	color: #686058;
}

body.black-background .article-listing article{ position: relative;overflow-y: visible;z-index: 3;border-top: 1px solid #686058; }
body.black-background .article-listing article span.h6 a, 
body.black-background .article-listing article span.h6{
	color: #686058;
}
body.black-background .article-listing article p.h6{font-size: 12px;color: #686058;}

body.black-background .article-listing article .article-item-hover > a:hover .h6,
body.black-background .article-listing article .article-item-hover > a:active .h6,
body.black-background .article-listing article .article-item-hover > a:focus .h6{
	color: #ffffff;
}

body.black-background .btn {
	color: #ffffff;
	border: 1px solid #ffffff;
}
body.black-background .yellow-bg .btn {
	color: #000000;
	border: 1px solid #000000;
}
body.black-background .mobilemenu p.cri {
	color: #000000;
}

.podcasts-and-media-listing article{
	margin-left: 260px;
}
.article-listing.podcasts-and-media-listing article .article-item-hover {
	max-width: 90%;
}

.podcasts-and-media-listing .article-hover-image {
	width: 240px;
	max-width: 250px;
	height:100%;
	height:auto;
	width: auto;
	right: auto;
	left:-285px;
	top:0;
}

body.black-background .with-arrow{
	background-image: url(assets/images/arrow-right-white.svg);	
}
body.black-background .sign-in:before{
	background-image: url(assets/images/profile-icon-white.svg);
}

body.black-background .accordions button.accordion {
	color: #847770;
}
body.black-background .accordions button.accordion::after {
	background-image: url(assets/images/arrow-down-accordion-grey.svg);
}
body.black-background .accordions button.accordion.active::after {
	background-image: url(assets/images/arrow-up-accordion-grey.svg);
}
body.black-background .accordions .panel {
	color: #847770;
}

body.black-background .single_accordion{
	border-top:1px solid #847770;
	border-bottom:1px solid #847770;
}




body.black-background .article-search-and-filter{
	background-color: #000000;
}
body.black-background .article-search-and-filter h6,
body.black-background .article-search-and-filter h6 a{
	color: #ffffff;
}
body.black-background .article-search-and-filter h6 a:hover,
body.black-background .article-search-and-filter h6 a:focus,
body.black-background .article-search-and-filter h6 a:active{
	color: #ffffff;
	text-decoration: underline;
}

body.black-background .article-search-and-filter .btn{
	background-color: transparent;
	color: #847770;
	border: 1px solid #847770;
}
body.black-background .article-search-and-filter .keyword.search{
	background-color: #231F20;
	color: #847770;
}
body.black-background .article-search-and-filter .keyword.search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #847770;
}
body.black-background .article-search-and-filter .keyword.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #847770;}
body.black-background .article-search-and-filter .keyword.search::-ms-input-placeholder { /* Microsoft Edge */
	color: #847770;
}


.swiper-container.horizontal-carousel .podcast-meta{
	display: none;
}
.swiper-container.horizontal-carousel .details-wrapper{
	display: block;
}
.related-podcasts.vertical-listing .featured-image{
	display: none;
}
.related-podcasts.vertical-listing .podcast-meta,
.related-podcasts.vertical-listing .details-wrapper{
	display: inline-block;
	vertical-align: top;
}

/* —————————————————————————————————————————————————————————— */
/* FLEXIBLE CONTENT BLOCKS FOR ARTICLE PAGES (single.php)			*/
/* ---------------------------------------------------------- */


.content-block-full-width-single-image img{margin-bottom: 15px;}
.model-image-container{
	padding: 10vh 10vw;
	background: transparent;
}
.iziModal-content,
.iziModal-wrap,
.iziModal{
	background: transparent;
}
.btn-modal-close{
	float: right;
	margin: 20px;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.content-block-large-quote{
	padding: 0px;
	position: relative;
}
.content-block-large-quote p{padding-bottom: 0;}
.content-block-large-quote:before{
	content: '“”';
	position: absolute;
	left:10px;
	top:20px;
	font-size: 50px;
}
.content-block-large-quote blockquote{
	padding: 0;
	margin: 0;
}

.content-block-full-width-video{padding: 18px 0px;}
.content-block-full-width-video .video-container {
  position: relative;
  padding-bottom: 52%;
  width: 100%;
}
.content-block-full-width-video .video-overlay {
  background: rgba(0,93,131,.5);
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding-top: 0px;
  top:0;bottom:0;left:0;right:0;
  position: absolute;
}
.content-block-full-width-video .video-container .hide-on-hover-only {
  opacity: 1;
  -moz-opacity: 1;
  transition: all .35s ease-in-out;
}
.content-block-full-width-video .video-container .play-button {
  width: 92px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -46px;
  background-image: url('assets/images/video-play-button.svg');
  z-index: 2;
  background-repeat: no-repeat;
}

.content-block-cta{
	padding: 20px;
	margin-bottom: 55px;
}




/* —————————————————————————————————————————————————————————— */
/* About Us page template																			*/
/* ---------------------------------------------------------- */
.section-about-us-block h2{
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	max-width: 265px;
	margin-left: 16vw;
	margin-bottom: 25px;
}
.section-about-us-block.content-block-standard-text h6{
	font-weight: 700;
}
.section-about-us-block.content-block-standard-text p{
	padding-left: 47px;
}
.section-about-us-block.content-block-standard-text p + h2{
padding-top: 40px;
}
.section-about-us-block.content-block-standard-text .image-left img{
	margin-left: calc(-2vw - 25px);
}
.section-about-us-block.content-block-standard-text .image-right img{
	margin-left: calc(2vw + 25px);
}


.section-team-members-block + .section-team-members-block,
.section-team-members-block ~ .section-team-members-block{
	padding-top: 0 !important;
}

.section-team-members-block + .section-team-members-block .single_accordion,
.section-team-members-block ~ .section-team-members-block .single_accordion {
border-top: none;
border-bottom: 1px solid #606060;
}


.section-team-members-block:first-of-type{
	padding-top: 100px !important;
}


.section-about-us-block .accordions{
	padding-left: 47px;
}
.our-team-listing img{
	max-width: 150px;
	margin-bottom: 10px;
	filter: grayscale(100%);
}
.our-team-listing h6{
	font-weight: 700;
	font-size: 11px;
	padding-left: 10px;
}
.section-about-us-block.content-block-standard-text .our-team-listing p{
	padding-left: 10px;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 20px;
}
.circular-image{
	border-radius: 50%;
}
.section-about-us-block .about-partner img{
	max-width: 180px;
	margin-bottom: 30px;
}

/* —————————————————————————————————————————————————————————— */
/* PAGE BUILDER BLOCKS																				  */
/* ---------------------------------------------------------- */
body.home .page_builder{
	padding-bottom: 100px;
}

/* —————————————————————————————————————————————————————————— */
/* BLOCK ———— page_intro																				*/
/* ---------------------------------------------------------- */
.pb-page_intro .swiper-slide{
	padding: 10px 50px;
}


/* —————————————————————————————————————————————————————————— */
/* BLOCK ———— video_block																			*/
/* ---------------------------------------------------------- */
.video-modal-trigger{
	position: relative;
}
.video-modal-trigger:before{
	content: '';
	background-image: url(assets/images/btn-video-play.svg);
	background-position: center center;
	background-size: 100% auto;
	width: 110px;
	height:110px;
	position: absolute;
	top:calc(50% - 55px);
	left:calc(50% - 55px);
}

/* —————————————————————————————————————————————————————————— */
/* BLOCK ———— podcast_block																			*/
/* ---------------------------------------------------------- */
.section-pb-article_podcast_block img{margin-bottom: 10px;}
.section-pb-article_podcast_block .podcast-page-title-and-description{padding-left: 10%;}
.section-pb-article_podcast_block  h1{font-size: 26px;margin-bottom: 0.3em;line-height: 1.25em;}
.section-pb-article_podcast_block  p.h6{font-size: 11px;color: #BFB7B0;font-weight:400;font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;}
.section-pb-article_podcast_block  p.h6 strong{font-weight: 700;}

.section-alternative-title-block + .section-pb-article_podcast_block{padding-top: 20px;}
.section-pb-article_podcast_block p{
	font-family: freight-text-pro, serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.3em;
}
.section-pb-article_podcast_block p.caption{
	font-size: 12px;
	color: #BFB7B0;
}
.section-pb-article_podcast_block h6 span.play{
	font-family: 'Roboto Mono', monospace;
	color: #ffffff;
	padding-right: 5px;
}
.section-pb-article_podcast_block p.h6 span{display: block;}
body.black-background .section-pb-article_podcast_block .AdrstIcon--play:before{
	color: #ffffff;
	font-size: 14px;
}
body.black-background .section-pb-article_podcast_block .AdrstPlayer .AdrstButton{
	color: #ffffff;
	background-color: transparent;
}




/* —————————————————————————————————————————————————————————— */
/* BLOCK ———— Image Text CTA Block														*/
/* ---------------------------------------------------------- */
.image_text_cta {
	display: flex;
	gap: 65px; 
}

/*
.home .image_text_cta .text-content{opacity: 0;}
*/

.image_text_cta .image-wrapper {
	flex-basis: 50%; 
}
.image_text_cta .image-wrapper:hover {
	cursor: url('assets/images/cursor-dot.svg'), auto;	
}
.image_text_cta .image-wrapper img {
	width: auto;
	/*
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	*/
	width: 100%;
	/*max-height: 450px; */
}
.image_text_cta .text-content .inner-text-content-container{
	max-width: 380px;
}
.image_text_cta .text-content {
	padding: 40px 0px;
	flex-basis: 50%;
	flex-shrink: 1; 
}
.image_text_cta.flipped .image-wrapper {
	order: 2; 
}
.image_text_cta.flipped .text-content {
	order: 1; 
}
.image_text_cta.flipped .text-content .inner-text-content-container{
	float: right;
	text-align: right;
	max-width: 480px;
}

.image_text_cta h2{
	text-decoration: none;
	font-size: 48px;
	line-height: 1.1em;
	font-weight: 400;
}
.image_text_cta h2 a{
	text-decoration: none;
}
.image_text_cta p{
	color: #000000;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
	padding: 0px 0px 1.5em 0px;	
}
.image_text_cta p strong{
	font-weight: 700;
}
.image_text_cta .inner-text-link-wrapper:hover,
.image_text_cta .inner-text-link-wrapper:active,
.image_text_cta .inner-text-link-wrapper:focus{
	text-decoration: none;
	cursor: default;
}




/* —————————————————————————————————————————————————————————— */
/* BLOCK ———— Accordion Items																	*/
/* ---------------------------------------------------------- */

.accordions .wrapper {
	display: flex;
	flex-direction: column;
	gap: 0px; 
}
.single_accordion {
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
}
.single_accordion.no-border-top{
	border-top:none;
}

.accordions button.accordion {
	background-color: transparent;
	color: #847770;
	cursor: pointer;
	padding: 20px 0px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 0px;
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	align-items: flex-start;
	font-size: 11px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
}
.accordions h6.button{
	color: #847770;
	padding: 20px 0px;
	text-align: left;
	font-size: 11px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
}


.accordions .notes-panel h6 {
	color: #686058;
	cursor: pointer;
	position: relative;
	font-size: 11px;
	line-height: 1.6em;
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	margin-bottom: 12px;
}
.accordions button.accordion.active, 
.accordions button.accordion:hover, 
.accordions button.accordion:focus, 
.accordions button.accordion:active {
	background-color: transparent; 
}
.accordions button.accordion::after {
	content: "";
	background-image: url(assets/images/arrow-down-accordion-grey.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
	width: 11px;
	height:6px;
	margin-left: 20px;
	top:26px;
	
	position: absolute;
	width: 11px;
	height: 6px;
	margin-left: 20px;
	top: calc(50% - 3px);
	right: 10px;
	
}
.accordions button.accordion.active::after {
	background-image: url(assets/images/arrow-up-accordion-grey.svg);
}
.accordions .panel {
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	padding: 0px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
	position: relative;
	color: #231F20;
	z-index: 1;
	transform: translateY(-20px);
	font-size: 18px;
	line-height: 1.3em;
}
.accordions .panel p{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	max-width: 800px;
	padding-left: 0;
}
.accordions .panel ol,
.accordions .panel ul{
	max-width: 740px;
}
.accordions .panel h5{
	font-family: neue-haas-unica, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
}
.accordions .panel:before, .accordions .panel:after {
	content: "";
	width: 50%;
	margin: 0 auto;
	height: 20px;
	background: white;
	opacity: 0;
	display: block;
	top: 0;
	left: 0; 
}
.accordions .panel::before {
	height: 20px; 
}


.accordions .notes-panel .article-titles a.current h6,
.accordions .notes-panel .article-titles a:active h6,
.accordions .notes-panel .article-titles a:focus h6,
.accordions .notes-panel .article-titles a:hover h6{
	text-decoration: underline;
}

.tab-content.article-take-notes-wrapper.dashboard-take-notes-form{
	display: none;
}
.tab-content.article-take-notes-wrapper.dashboard-take-notes-form.current{
	display: block;
}


.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 40px;
	width: 14px;
	height: 9px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background-size: 14px 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.58 8.37' style='enable-background:new 0 0 12.58 8.37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23020203;stroke-width:0.75;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='0' y1='4.19' x2='12.05' y2='4.19'/%3E%3Cpolyline class='st0' points='8.13,8.11 12.05,4.19 8.13,0.27 '/%3E%3C/g%3E%3C/svg%3E");
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.58 8.37' style='enable-background:new 0 0 12.58 8.37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23020203;stroke-width:0.75;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='0.53' y1='4.18' x2='12.58' y2='4.18'/%3E%3Cpolyline class='st0' points='4.45,0.27 0.53,4.18 4.45,8.1 '/%3E%3C/g%3E%3C/svg%3E");
}


body.black-background .swiper-button-next, 
body.black-background .swiper-button-prev {
	position: absolute;
	top: 40px;
	width: 14px;
	height: 9px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background-size: 14px 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.58 8.37' style='enable-background:new 0 0 12.58 8.37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:0.75;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='0' y1='4.19' x2='12.05' y2='4.19'/%3E%3Cpolyline class='st0' points='8.13,8.11 12.05,4.19 8.13,0.27 '/%3E%3C/g%3E%3C/svg%3E");
}
body.black-background .swiper-button-prev, 
body.black-background .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.58 8.37' style='enable-background:new 0 0 12.58 8.37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:0.75;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='0.53' y1='4.18' x2='12.58' y2='4.18'/%3E%3Cpolyline class='st0' points='4.45,0.27 0.53,4.18 4.45,8.1 '/%3E%3C/g%3E%3C/svg%3E");
}


/* —————————————————————————————————————————————————————————— */
/* search & filter pro																					*/
/* ---------------------------------------------------------- */

.searchandfilter ul{margin: 0;padding: 0;}
.searchandfilter ul li label{display: block;}
.searchandfilter ul li label.sf-label-checkbox{display: inline-block;}

.searchandfilter ul li input[type="text"] {
    padding: 6px 10px 4px 10px;
    border:2px solid #333333;
    width:100%;
    margin-bottom: 30px;
}
.searchandfilter ul li select {
    padding: 6px 10px 4px 10px;
    border:2px solid #333333;
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background: url(assets/images/select-down-arrow.png) no-repeat #fff;
    background-size: 18px auto;
    -webkit-appearance: none;
    background-position: right 20px center;
    background-position-x: 92%;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    outline: none;
    margin-bottom: 30px;    
}
.searchandfilter .sf-input-checkbox{border-radius:0;}




/* ---------------------------- */
/* text input placeholder color */
/* ---------------------------- */
::-webkit-input-placeholder {
  color: #333333;
}
::-moz-placeholder { 
  color: #333333;
}
:-ms-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  color: #333333;
}




/* —————————————————————————————————————————————————————————— */
/* footer																										  */
/* ---------------------------------------------------------- */

footer{
	padding: 25px 0px 35px 0px;
	background-color: #F9F7F5;
	color: #020304;
	position: relative;
	margin-top: 0px;
	
	position: fixed;
	bottom: -130px;
	left:0;
	right:0;
	z-index: 12;
	
	transition: all 1s ease-in-out;
}

footer.active-fixed{
	transition: all 1s ease-in-out;
	bottom: 0;
}

footer .donate{
	margin-right: 30px;
}
footer ul.social{
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	display: inline-block;
	font-size: 0;
}
footer ul.social li{
	list-style: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	padding: 0;
}


footer nav ul li{
	vertical-align: top;
	font-size: 11px;
	display: inline-block;
}
footer nav ul li:after{
	content: ' / ';
	padding: 0 4px;
}
footer nav ul li:last-child:after{
	content: none;
}

footer nav ul li a{
	font-family: 'Roboto Mono', monospace;
	color: #000000; 
	display: inline-block;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
footer nav ul li a:hover,
footer nav ul li a:active,
footer nav ul li a:focus{
	color: #000000;
	text-decoration: underline;
}

footer p,
footer a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
footer a:active,
footer a:hover,
footer a:focus{
	color: #ffffff;
	text-decoration: underline;
}



/* ====================================================================================
	MEDIA QUERIES
==================================================================================== */

@-ms-viewport {
  width: device-width;
}

@media (min-width: 1281px){

	/*
	p, body {
  	font-size: calc( 22px + (24 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	
	
	h1			{font-size: calc( 65px + (80 - 65) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h2			{font-size: calc( 56px + (80 - 56) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h3			{font-size: calc( 40px + (45 - 40) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h4			{font-size: calc( 22px + (26 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h5			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h6			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	
	
	footer p,
	footer a,
	footer ul li,
	footer ul li a,
	footer strong{
		font-size: 21px;
		font-size: calc( 16px + (21 - 16) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	*/

	
}



@media (min-width: 680px) and (max-width: 1280px){
	
	.max-width-container,
	.fluid-width-container,
	.full-width-container{
		/*
		padding-left: 3vw;
		padding-right: 3vw;
		*/
	}

	/*p{font-size: calc( 20px + (26 - 20) * ( (100vw - 768px) / ( 1200 - 768) ));}*/
	.single-glossary-definition{
		max-width: 80%;
	}
	
}

@media (max-width: 1340px){
	
	.article-container{
		width: 98%;
		padding-left: 30px;
		padding-right:30px;
	}
}

@media (max-width: 1240px){
	
	.article-container{
		width: 94%;
		padding-left: 60px;
		padding-right:60px;
	}
	
	.mobilemenu .yellow-bg{
		background-position: top 100px left 100px;
		background-size: 220px auto;
		padding-left: 230px;
	}
	.fold {
		padding-left: 120px;
	}
	.fold::before {
		border-width: 0 0 200px 200px;		
	}
	.mobilemenu .mobile-nav{
		min-width: 640px;
	}
	.mobilemenu .mobile-nav ul{
		padding-left:30px;
	}
	.mobilemenu .mobile-nav ul li a{
		font-size: 68px;
	}
	
	
}

@media (max-width: 1180px){
	
	.article-container{
		width: 100%;
		padding-left: 140px;
		padding-right:140px;
		max-width: 100%;
	}
}


@media (max-width:1100px){

	nav ul li {
	  margin-right: 10px;
	}
	nav ul li a{
		margin-left: 1.25vw;
		margin-right: 1.25vw;
	}


	.article-container {
		/*max-width: 90%;*/
	}
	
}





@media (max-width:1024px){
	
	.max-width-container, .fluid-width-container, .full-width-container {
		padding-left: 3vw;
		padding-right: 3vw;
	}

	header .max-width-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	


	
}


@media (max-width:991px){
	
	.hide-on-tablet-and-smaller{display: none !important;}
	.show-on-tablet-and-smaller{display: block !important;}
	
	.max-width-container, .fluid-width-container, .full-width-container {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	
	
	.mobilemenu .yellow-bg{
		background-position: top 60px left 60px;
		background-size: 160px auto;
		padding-left: 170px;
	}
	.fold {
		padding-left: 100px;
	}
	.fold::before {
		border-width: 0 0 150px 150px;		
	}
	.mobilemenu .mobile-nav{
		min-width: 540px;
	}
	.mobilemenu .mobile-nav ul{
		padding-left:30px;
	}
	.mobilemenu .mobile-nav ul li a{
		font-size: 60px;
	}
	

}



@media (max-width:880px) {
	.mobilemenu .yellow-bg{
		background-position: top 50px left 50px;
		background-size: 130px auto;
		padding-left: 150px;
	}
	.fold {
		padding-left: 80px;
	}
	.fold::before {
		border-width: 0 0 120px 120px;		
	}
	.mobilemenu .mobile-nav{
		min-width: 540px;
	}
	.mobilemenu .mobile-nav ul{
		padding-left:15px;
	}
	.mobilemenu .mobile-nav ul li a{
		font-size: 50px;
	}
}

/* —————————————————————————————————————————————————————————— */
/*  SMARTPHONE < 679px																					*/
/* ---------------------------------------------------------- */
@media (max-width:679px) {
	
	.hide-on-mobile{display: none !important;}
	.show-on-mobile{display: block !important;}
	.show-on-mobile-inline-block{display: inline-block !important;}
	
	body{padding-top: 100px;color:#231F20;}
	h1,h2,h3,h4,h5,h6,.h6,p{color:#231F20;}
	h1{font-size: 35px;font-weight: 600;}	
	h2{font-size: 36px;}	
	h3{font-size: 32px;}	
	h4{font-size: 28px;}	
	h5{font-size: 24px;}
	h6, .h6 {
		font-size: 14px;
	}
	
	p {
    margin: 0;
    padding: 0px 0px 15px 0px;
	}
	ul li, ol li {
	}



	header {
		padding-bottom: 18px;
		/*position: relative;*/
		position:fixed;
		padding-top: 25px;
	}
	/*
	header.fixed-on-mobile{
		position: fixed;
		left:0;
		right:0;
		top:0;
		z-index: 40;
	}
	*/
	.header-fluid-container,
	.max-width-container, 
	.fluid-width-container, 
	.full-width-container,
	.article-container {
		padding-left: 20px;
		padding-right: 20px;
		width:100%;
	}
	header .logo {
		height: auto;
		width: 125px;
		margin-bottom: 10px;
	}
	.mobilemenu header {
		width: 100%;
	}
	/*
	.mobilemenu header .logo{
		width:0px;
		transition:width 400ms linear;
	}
	.mobilemenu.open header .logo{
		width: 125px;
		transition:width 400ms linear;
	}
	*/
	.icon-mobile-menu {
		margin-right: 10px;
	}
	header .float-right{
		float: right !important;
	}
	.with-arrow {
		padding-right: 25px;
		background-size: 17px auto;
		font-size: 14px;
		background-position: top 8px right;
	}
	.sign-in{padding-left: 24px;}
	
	.fold {
		padding-left: 0px;
		min-height: 0;
	}
	.fold::before {
		border-width: 0 0 80px 80px;
	}
	.mobilemenu {
		padding-top: 130px;
		max-height: 100vh;	
	}
	
	.mobilemenu .yellow-bg {
		background-position: top 40px left 30px;
		background-size: 80px auto;
		padding-left: 0px;
		padding-top: 0px;
		min-height: calc(100vh - 130px);
	}
	.mobilemenu .mobile-nav ul {
		padding-left: 30px;
		margin-top: 0px;
		padding-top: 140px;
		padding-bottom: 0px;
	}
	.mobilemenu .mobile-nav ul li a {
		font-size: 37px;
		font-weight: 300;
		line-height: 1em;
	}
	.mobilemenu .mobile-nav ul li a:hover, .mobilemenu .mobile-nav ul li a:focus, .mobilemenu .mobile-nav ul li a:active {
		font-size: 38px;
		line-height: .975em;
	}
	.mobilemenu .menu-meta{
		padding-left: 30px;
		padding-right: 20px;
		position: absolute;
		bottom: 70px;
		left: 0;
		right: 0;
	}
	.btn{
		padding: 10px;
		text-align: center;
		font-size: 14px;
	}
	.mobilemenu .menu-meta .btn{
		width: 31%;
		text-align: center;
		padding: 10px;
		font-size: 14px;
	}
	.mobilemenu .menu-meta .social{
		margin-top: 20px;
		margin-right: 10px;
	}
	.mobilemenu ul.social li,
	footer ul.social li {
		width: 31px;
		height: 31px;
		margin-right: 0px;
		margin-left: 12px;
	}
	
	.section-article-listing{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.article-search-and-filter {
		position: relative;
		left: 0;
		top: 0;
		padding: 20px 30px 0px 30px;
	}
	.article-search-and-filter h6 {
		margin-bottom: 20px;
	}
	.article-search-and-filter select{
		height:41px;
		margin-top: -1px;
		border-radius: 8px;
	}
	.article-search-and-filter .keyword.search {
		font-size: 13px;
		width: 100%;
		padding: 10px 8px;
	}
	.article-search-and-filter .btn,
	.article-search-and-filter select{
		font-size: 13px;
		font-family: 'Roboto Mono', monospace;
	}
	
	.article-hover-image{
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
	.article-listing article{
		margin-bottom: 30px;
		padding-top: 40px;
	}
	.article-listing article .featured-image{
		margin-bottom: 20px;
	}
	.article-listing article span.h6 a, .article-listing article span.h6{
		margin-bottom: 15px;
		display: block;
		color: #231F20;
		font-weight: 700;
	}
	.article-listing article h3 {
		font-size: 35px;
		margin-bottom: 0.5em;
		line-height: 1.1em;
		font-weight: 300;
	}
	
	.article-listing article .article-item-hover{
		max-width: 90%;
	}
	
	.article-listing article .article-item-hover > a:hover h3,
	.article-listing article .article-item-hover > a:active h3,
	.article-listing article .article-item-hover > a:focus h3{
		font-size: 39px;
		line-height: 1.025em;
		color: #231F20;
	}
	
	.article-listing article p.h6{
		font-size: 14px;
		color: #231F20;
		line-height: 1.42em;
	}
	
	
	
	.fixed-listen-to-this-article {
		position: relative;
		left: 0;
		top: 0;
		font-size: 13px;
		font-family: 'Roboto Mono', monospace;
	}
	
	/* ------------------------------------------------ */
	/* fixed share, bookmark, take notes icons 					*/
	/* ------------------------------------------------ */
	.fixed-bookmark-glossary-container{
		position:fixed;
		left:0;
		right:40%;
		bottom:0;
		top:auto;
		background-color:white;	
		z-index: 29;
		padding-left: 20px;
		height:60px;
		padding-top: 12px;
	}
	body.black-background .fixed-bookmark-glossary-container{
		position: relative;
		left:0;
		top:0;
		background-color: #000000;
		padding-left: 0px;
		height: auto;
	}
	
	.section-mobile-bookmark-glossary-container{
		position:relative;
		background-color:white;	
		z-index: 5;
	}
	body.black-background .section-mobile-bookmark-glossary-container{
		background-color: #000000;
	}
	.fixed-social-share-container{
		position: fixed;
		left:calc(60% - 2px);
		right:0;
		top:auto;
		bottom:0;
		background-color: white;
		z-index: 29;
		height:60px;
		padding-right: 20px;
		opacity: 1;
		padding-top: 12px;
	}
	
	.fixed-social-share-container.in-view{
		left:60%;
		opacity: 1;
	}
	.fixed-social-share-container.in-view.opacity-60{
		opacity: .6;
	}
	.fixed-bookmark-glossary-container a,
	.fixed-social-share-container a{
		display: inline-block;
		margin-bottom: 8px;
	}
	
	.article-take-notes-icon{
		margin-left: 12px;
	}
	
	.article-share-icons{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	
	.article-share-icons{
		float:right;
	}
	
	.article-share-icons li{
		margin-bottom: 0px;
		display:inline-block;
		width:24px;
		margin-right: 6px;
	}
	.article-share-icons li a{
	}
	.article-share-icons li.share-mobile{
		display: inline-block;
		width: auto;
		
		display: none;
	}
	.article-share-icons li.share-desktop{
		display: none;
	}
	
	.article-bookmark-icon{
		padding-top: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		margin-top: 10px;
		background-size: 10px auto;
	}	
	
	body.black-background .article-bookmark-icon{
		float:left;
	}
	
	.article-take-notes-icon{
		padding-top: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		background-size: 12px auto;
	}
	
	.article-take-notes-wrapper {
		position: fixed;
		top: 30vh;
		right: 20px;
		left:20px;
		min-height: 280px;
		width: auto;
		max-width: 100%;
	}
	.article-take-notes-wrapper h6 {
		margin-bottom: 20px;
		float: right;
		max-width: 80%;
		border-left: 1px solid #000000;
	}
	
	
	.bg-yellow-glossary-popup{
		width: 90%;
		top:50%;
		left:20px;
		display: none;
	}
	.bg-yellow-glossary-popup h5{
		font-size: 12px;
	}
	.bg-yellow-glossary-popup p{
		font-size: 14px;
	}
	
	
	
	.section-footnotes .footnotes ol {
		margin-left: 0;
		padding-left: 30px;
	}
	.fixed-share-bookmark-glossary-container{
		display: none;
	}
	.section-article-faq-glossary .accordions .single_accordion button.accordion,
	.accordions .single_accordion button.accordion{
		font-size: 14px;
		padding-right: 40px;
		padding-top: 10px;
	}
	.section-article-faq-glossary .accordions .single_accordion button.accordion span {
		margin-right: 30px;
	}
	.accordions button.accordion::after {
		width: 15px;
		height: 7.5px;
		right:0;
		position: absolute;
		top:16px;
	}
	
	.section-article-faq-glossary .accordions .single_accordion button.accordion::after{
		right:0;
	}
	.section-article-faq-glossary .accordions .single_accordion .panel {
		line-height: 1.3em;
		padding-left: 0px;
	}
	.comment-list li {
		padding-left: 0;
		padding-top: 25px;
	}
	.comment-list li:before {
		left: 0;
		top: 30px;
	}
	.comment-author.vcard{
		padding-left: 35px;
	}
	.comments-wrapper p {
		font-size: 18px;
	}
	.comments-wrapper .reply a {
		font-size: 14px;
	}
	.comments-wrapper .comments-form {
		padding-left: 0;
	}
	.comments-wrapper button, .comments-wrapper [type="button"], .comments-wrapper [type="reset"], .comments-wrapper [type="submit"] {
		font-size: 14px;
		padding: 10px;
	}
	
	
	.article-listing .swiper-container article {
		margin-bottom: 20px;
		padding-top: 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 28px;
		height: 18px;
		background-size: 28px 18px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right:0px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		right: 40px;
	}
	.section-featured-articles .article-listing article.article-list-single-item a .h6 {
		font-size: 14px;
	}
	.section-featured-articles .article-listing article.article-list-single-item h4 {
		font-size: 35px;
		line-height: 1.125em;
	}
	.section-featured-articles .article-listing article.article-list-single-item a:hover h4, .section-featured-articles .article-listing article.article-list-single-item a:focus h4, .section-featured-articles .article-listing article.article-list-single-item a:active h4 {
		font-size: 39px;
		letter-spacing: .5px;
		line-height: 1.025em;
	}
	
	
	
	
	.section-about-us-block h2{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.section-about-us-block.content-block-standard-text p{
		padding-left: 0px;
	}
	.section-about-us-block.content-block-standard-text p + h2{
		padding-top: 20px;
	}
	
	.section-about-us-block.content-block-standard-text .image-left,
	.section-about-us-block.content-block-standard-text .image-right{
		padding-top: 15px;
	}
	
	.section-about-us-block.content-block-standard-text .image-left{
		margin-left: -30px;
		
		margin-left: 0;
	}
	.section-about-us-block.content-block-standard-text .image-left img{
		max-width: 75vw;
		max-width: 100%;
		margin-left: 0;
	}
	.section-about-us-block.content-block-standard-text .image-right{
		margin-right: -30px;
		
		margin-right: 0;
	}
	.section-about-us-block.content-block-standard-text .image-right img{
		margin-left: auto;
		max-width: 75vw;
		float: right;
		
		float:none;
		max-width: 100%;
	}
	.section-about-us-block .accordions{
		padding-left: 0px;
	}
	.our-team-listing h6{
		font-size: 14px;
		padding-left: 0px;
	}
	.section-about-us-block.content-block-standard-text .our-team-listing p{
		padding-left: 0px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.our-team-listing img {
		max-width: 230px;
	}
	
	
	
	/* ---------------------------------------------------------- */
	/* Podcasts & Media	(Black Background)												*/
	/* ---------------------------------------------------------- */
	.podcasts-and-media-listing article {
		margin-left: 0;
	}
	.section-pb-article_podcast_block .podcast-page-title-and-description {
		padding-left: 0;
	}
	.section-pb-article_podcast_block p.h6 {
		font-size: 14px;
	}
	
	.section-pb-article_podcast_block h1 {
		font-size: 35px;
		margin-bottom: 1em;
		line-height: 1.25em;
		font-weight: 300;
	}

	body.black-background .article-listing article p.h6{font-size: 14px;}
	
	body.black-background .article-listing article .article-item-hover > a:hover h3, 
	body.black-background .article-listing article .article-item-hover > a:active h3, 
	body.black-background .article-listing article .article-item-hover > a:focus h3 {
		font-size: 39px;
		line-height: 1em;
		color: #ffffff;
		margin-bottom: .375em;
	}



	/* ---------------------------------------------------------- */
	/* Useful References																			    */
	/* ---------------------------------------------------------- */
	body.page-template-useful-references{
		background-color: #F9F7F5;
	}
	.glossary-main-panel {
		padding-left: 0px;
		max-height: none;
		overflow: hidden;
		
		max-height:60vh;
		
		overflow-y: scroll;
		touch-action: auto;
		
	}
	.single-glossary-definition{
		max-width: 90%;
	}
	.section-reading-list{
		background-color: #F9F7F5;
	}
	.section-reading-list .project-reading-list {
		padding-left: 0px;
	}
	.section-reading-list .project-reading-list a {
		font-size: 14px;
		margin-bottom: 0px;
		display: inline-block;
	}


	
	.section-glossary {
		padding-top: 40px;
	}
	.section-glossary .full-glossary-vertical-list {
		overflow:hidden; 
		max-height:none;
	}
	.section-glossary h2 {
		font-size: 49px;
		line-height: 1.3em;
		font-weight: 500;
	}
	.glossary{overflow: auto;}
	.glossary ul {
		margin-left: 0px;
		width: auto;
		display: block;
		table-layout: fixed;
		border-collapse: collapse;
		border-top: 1px solid #686058;
		margin-bottom: 40px;
		white-space: nowrap;
		padding-top: 0;
		margin-top: 10px;
	}
	.glossary ul li {
		display: table-cell;
		display: inline-block;
		word-wrap: normal;
		padding-top: 10px;
		white-space: nowrap;
		margin-right: 6px;
	}
	.glossary ul li a{
		padding: 5px 6px 5px 0px;
	}
	
	
	
	
	
	.profile-viewer-slideout .profile-details {
		top: 20%;
		padding-right: 20%;
	}
	.section-view-edit-profile {
		width: 70vw;
		left: 100vw;
	}
	.section-view-edit-profile.open {
		left: 30vw;
	}
	.section-user-profile p {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	
	
	/* ------------------------------------ */
	/* Dashboard - Notes 										*/
	/* ------------------------------------ */
	.dashboard-notes-wrapper{
		position:relative;
		padding-left:0;
		min-height: 340px;
	}
	.dashboard-take-notes-form.article-take-notes-wrapper{
		background-color: #FAF3D3;
		position: absolute;
		top:0;
		right:0;
		left:0px;
		height:auto;
		width: 100%;
		padding: 20px;
		z-index: 99;
	}

	.dashboard-take-notes-form.article-take-notes-wrapper form textarea{
		width:100%;
		height:240px;
		max-height: 240px;
	}
	.article-titles{
		min-height: 0;
	}
	.dashboard-take-notes-form .article-take-notes-icon,
	.dashboard-take-notes-form .btn-discard-note {
		font-size: 10px;
		line-height: 1.3em;
		color:#686058;
		margin-bottom: 20px;
	}
	.dashboard-take-notes-form .btn-discard-note {
		float:right;
	}
	.dashboard-take-notes-form .btn-discard-note img{
		width:16px;
		height:auto;
		margin-bottom: 4px;
	}
	.notes-btn-container{
		display: inline-block;
		width:40%;
		vertical-align: top;
	}
	
	
	
	
	.image_text_cta {
		display: block;
		gap: 0;
	}
	.image_text_cta .image-wrapper{
		flex-basis: unset;
		display: block;
	}
	.image_text_cta .image-wrapper img{
		width: 100%;
	}
	.image_text_cta .text-content {
	padding: 20px 0px;
	opacity: 1;
	}
	.home .image_text_cta .text-content{
		opacity: 1;
	}
	
	.image_text_cta h2 {
		font-size: 35px;
		line-height: 1.2em;
		font-weight: 300;
	}
	.image_text_cta p{
		font-size: 14px;
	}
	
	footer{display:none;}
	
	footer {
		padding: 20px 0px 20px 0px;
	}
	footer nav ul {
	margin: 0px 0px 20px 0px;
	}
	footer p, footer a{
		font-size: 14px;
	}
	footer nav ul li{
	}
	footer nav ul li a {
		font-size: 14px;
	}
	footer .btn{
		font-size: 14px;
	}




		
}

@media (max-width:450px) {
	.section-glossary h2 {
		font-size: 42px;
	}
}

@media (max-width:375px) {
	body{padding-top: 120px;}
	.article-share-icons li{
		margin-right: 1px;
	}
	.section-glossary h2 {
		font-size: 38px;
	}
}
