:root {
	--bg-color-main: #fff;
	--bg-color-alt: #f4f4f4;
	--dark-color: #172b43;
	--dark-color-lighter: #a7adb5;
	--medium-color: #396ba8;
	--base-text-color: #000;
	--light-grey-color: #eaeaea;
	--very-light-grey-color: #f6f6f6;
	
	
	--primary-color: #00a8d9;
	--primary-color-darker: #0089b3;
	--error-color: #ee0000;
	--error-color-darker: #c10000;
	--input-border-color: #d5d9dd;
	--input-border-color-focus: #b3bac1;
	
	--primary-link-color: #17B0DF;
	--primary-link-color-hover: #1186AA;
	
	--secondary-text-color: #DA4167;
	--tertiary-text-color: #B0C3B9; 
	
	--primary-button-bg-color: #DA4167;
	--primary-button-bg-color-hover: #c53156;
	
	
	--primary-button-text-color: #fff;
	--primary-button-text-color-hover: #fff;
	
	--secondary-button-bg-color: #17B0DF;
	--secondary-button-bg-color-hover: #1186AA;
	--secondary-button-text-color: #fff;
	--secondary-button-text-color-hover: #fff;
	
	--tertiary-button-bg-color: #B0C3B9;
	--tertiary-button-bg-color-hover: #8f9c95;
	--tertiary-button-text-color: #fff;
	--tertiary-button-text-color-hover: #fff;
	
	
}








/*
 *
 * Theme main styles
 */
* {	box-sizing: border-box; }

html,
body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	scroll-behavior: smooth;
}
body {
	height: auto;
/*	overflow-x: hidden;*/
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: var(--base-text-color);
    display: flex;
    flex-direction: column;
}
.sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

#primary {
    flex: auto;
	flex: 1;
}
footer {
    height: 25px;
}




a {
	color: var(--primary-link-color);
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: var(--primary-link-color-hover);
	text-decoration: underline;
}
p a:hover,
a.uline:hover {
	text-decoration: underline;
}
a.no-underline {
	text-decoration: none !important;
}
a.no-underline span.underline {
	text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {

}
@media only screen and (min-width: 1000px) {

}
h1,
h2,
h3,
button,
.button,
nav {
	font-family: 'Work Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
	word-wrap: break-word;
	letter-spacing: 1px;
	white-space: normal;
}
h1 {}
h2 {
	font-size: 21px;
	font-weight: 540;
}
h4 {
    font-size: 1.4rem;
	font-weight: 600;
}

.container {
	max-width: 1240px;
}
@media only screen and (min-width: 1280px) {
	.container {
		width: 100%;
	}
}


.container-small,
.small-text-col .main > .container {
	max-width: 650px;
}
.main > .container,
.main > article {
	padding-top: 40px;
}
.main article {
	padding-bottom: 40px;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
a.file::before {
	display: inline-block;
	text-decoration: none !important;
	padding-right: 10px;
    font-family: 'FontAwesome';
	font-size: inherit;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
a.pdf::before {
    content: "\f1c1";
}
a.xls::before {
    content: "\f1c3";
}
a.doc::before {
    content: "\f1c2";
}
a.ppt::before {
    content: "\f1c4";
}
.container-wide {
	max-width: 9999px;
	width: auto;
	padding: 0 20px;
}
/* prevent double width */
.container .container {
	width: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}
.tiny-text {
	font-weight: 300;
	font-size: 9px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;	
}
.flex-center {
	justify-content: center;
}
.flex-center > * {
	margin-left: 20px;
	margin-right: 20px;
}
.flex-top {
	align-items: flex-start;
}

.grid {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px;
}




section {
	padding: 80px 0;
}
.home section#main {
	padding-bottom: 40px;	
}
section.prefooter {
	padding-bottom: 40px;
}


.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.content.hidden {
	display: none;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
th {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #bbb;
    letter-spacing: 1px;
}







.header {
	background: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	transition: all 250ms ease-in-out;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.header.sticky {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.header .menu-bar,
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.meta-bar {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	max-height: 100px;
	transition: all 250ms ease-in-out;
}
.header.sticky .meta-bar {
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0);
	max-height: 0;
	overflow: hidden;
}

.header a.logo {
	display: block;
	width: 250px;
	height: 38px;
}
.header a.logo span {
	display: none;
}
.logo img {
	width: 250px;
	height: auto;
	overflow: visible !important;
}


h1,
h2,
h3 {
	letter-spacing: .05rem;
}


/*
 * Hero
 * ======================================================== */

.hero {
	background-color: var(--primary-color);
	height: 430px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0;
}
.hero .container,
.hero .container-inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.hero .container-inner {
	width: 100%;
}
.hero .container-inner > .right {
	height: 100%;
	flex: 1;
}
.hero .container-inner > .left {
	height: 100%;
	flex: 2;
}
.hero .container-inner > .left .panel,
.hero .container-inner > .right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.tagline {
	font-size: 33px;
	line-height: 40px;
	font-weight: 600;
	width: 90%;
}
@media (max-width: 900px) {
	.hero.has-fixed-message .container-inner .tagline {
		font-size: 26px;
		line-height: 32px;
	}
}
@media (max-width: 800px) {
	.hero.has-fixed-message {
		height: 585px;
	}
	.hero .container-inner {
		flex-direction: column;
	}
	.hero.has-fixed-message .container-inner .tagline {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.tagline {
		font-size: 26px;
		line-height: 32px;
		font-weight: 600;
		width: 100%;
	}
	.hero.has-fixed-message {
		height: auto;
	}
}






/*
 * Home page
 * ======================================================== */

.overview-home-latest .item-box div.two_column {
    width: 100%;
    margin: 0 0 0 0;
}

.overview-home-latest .item-list-news {
/*
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 20px;
*/
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.overview-home-latest .item-list-news > .item-news {
	display: block;
	position: relative;
	width: 46%;
	text-decoration: none;
	color: var(--base-text-color);
	margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.overview-home-latest .item-list-news .item-news {
		width: 100%;
	}
}





.overview-home-latest .item-list-news a.item-news:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background: var(--secondary-text-color);
	bottom: 0px;
	right: 7px;
	transition: all 400ms ease-in-out;
}
.overview-home-latest .panel .inner p:last-child {
    margin-bottom: 20px;
}


.overview-home-latest .item-list-news a.item-news:after {
	position: absolute;
	content: "\f178";
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 21px;
	text-align: right;
	bottom: -9px;
	right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: var(--secondary-text-color);
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transition: all 400ms ease-in-out;
}
.overview-home-latest .item-list-news a.item-news:hover:before {
	width: 40%;
	right: 0px;
	transition: all 400ms ease-in-out;
}
.overview-home-latest .item-list-news a.item-news:hover:after {
	right: -2px;
	transition: all 400ms ease-in-out;
}
.panel .meta-info,
.item .meta-date {
	color: #BAC3CA;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 5px;
	font-weight: 500;
}
.item h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 500;
}
.item p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 350;
}
a.readmore {}

.readmore-box a {
	color: var(--primary-button-bg-color);
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.readmore-box a:hover {
	color: var(--primary-button-bg-color-hover);
	text-decoration: none;
}
.readmore-box a span,
.readmore-box a:hover span {
	text-decoration: underline;
}
.readmore-box a i {
	text-decoration: none;
	font-size: 11px;
	font-weight: 300;
}





/*
 * RSS feeds
 * ======================================================== */

.home .media-feeds {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media-box {
	width: 31.33%;
	padding-bottom: 40px;
}
/*
@media only screen and (max-width: 960px) {
	.media-box {
		width: 47.5%;
	}
	.media-box.twitter-feed-ebps {
		width: 100%;
	}
}
*/



@media only screen and (max-width: 1200px) {
	.media-box {
		width: 47.5%;
	}
	.media-box.twitter-feed-ebps {
		width: 100%;
	}
}
@media only screen and (max-width: 770px) {
	.media-box {
		width: 100%;
	}
}




/* copy news styles for RSS feeds */
.rss-feed h2 {
	margin-bottom: 4rem;
}
.wp_rss_retriever_list {
	margin-bottom: 0;
}
.wp_rss_retriever_item_wrapper,
.wp_rss_retriever_item_wrapper a.wp_rss_retriever_title {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	color: var(--base-text-color);
	padding-bottom: 1rem;	
	margin-bottom: 2.5rem;	
}
.wp_rss_retriever_item_wrapper a.wp_rss_retriever_title {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 500;
}
.wp_rss_retriever_item_wrapper .wp_rss_retriever_source {
	display: none;
}
.wp_rss_retriever_item_wrapper .wp_rss_retriever_metadata,
.wp_rss_retriever_item_wrapper .wp_rss_retriever_date {
	color: #BAC3CA;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
}
.wp_rss_retriever_item_wrapper:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background: var(--secondary-text-color);
	bottom: 0px;
	right: 7px;
	transition: all 400ms ease-in-out;
}
.wp_rss_retriever_item_wrapper:after {
	position: absolute;
	content: "\f178";
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 21px;
	text-align: right;
	bottom: -9px;
	right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: var(--secondary-text-color);
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transition: all 400ms ease-in-out;
}
.wp_rss_retriever_item_wrapper:hover:before {
	width: 40%;
	right: 0px;
	transition: all 400ms ease-in-out;
}
.wp_rss_retriever_item_wrapper:hover:after {
	right: -2px;
	transition: all 400ms ease-in-out;
}
.feed-footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-item: center;
	padding: 20px 30px;
	background: #ccc;
}
.feed-footer.primary {
	background: var(--primary-button-bg-color);
}
.feed-footer.secondary {
	background: var(--tertiary-button-bg-color);
}
.feed-footer.twitter {
	background: var(--secondary-button-bg-color);
}
.feed-footer button,
.feed-footer .button {
	margin-bottom: 0px;
}
.feed-footer button .fa,
.feed-footer .button .fa {
	padding-left: 10px;
	font-size: 90%;
}
.feed-footer.primary button,
.feed-footer.primary .button {
	color: var(--primary-button-bg-color);
	background: #fff;
	border: 1px solid transparent;
}
.feed-footer.primary button:hover,
.feed-footer.primary .button:hover {
	color: var(--primary-button-bg-color);
	background: rgba(255,255,255,0.9);
	border: 1px solid transparent;
}
.feed-footer.secondary button,
.feed-footer.secondary .button {
	color: var(--tertiary-button-bg-color);
	background: #fff;
	border: 1px solid transparent;
}
.feed-footer.secondary button:hover,
.feed-footer.secondary .button:hover {
	color: var(--tertiary-button-bg-color);
	background: rgba(255,255,255,0.85);
	border: 1px solid transparent;
}
.feed-footer.twitter button,
.feed-footer.twitter .button {
	color: var(--secondary-button-bg-color);
	background: #fff;
	border: 1px solid transparent;
}
.feed-footer.twitter button:hover,
.feed-footer.twitter .button:hover {
	color: var(--secondary-button-bg-color);
	background: rgba(255,255,255,0.9);
	border: 1px solid transparent;
}

.feed-footer .image-box {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	background: transparent;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
	.feed-footer:not(.twitter) .image-box {
		display: none;	
	}
}
@media only screen and (max-width: 500px) {
	.feed-footer:not(.twitter) .image-box {
		display: none;	
	}
}
.feed-footer .image-box img {
	display: block;
	position: absolute;
	height: auto;
	width: 100px;
	top: -48px;
	left: -16px;
	transform: rotate(-3deg);
}
.feed-footer.twitter .image-box i {
	display: block;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 50px;
}
/* RSS feed overview pages */
.feed-footer.feed-footer-as-header {
	margin-bottom: 90px;
}



.journal-page-feed > h2 {
	border-bottom: #EEEEEE solid 1px;
	padding-bottom: 15px;
}
.journal-page-feed .wp_rss_retriever_item_wrapper {
	padding: 20px 0px 30px 0px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 3;
	border-bottom: #EEEEEE solid 1px;
}
.journal-page-feed .ejn .wp_rss_retriever_item_wrapper {
	grid-template-columns: 60% 40%;
}
/* exclude first item for psychopharmacology */
.rss-feed-psychopharmacology .wp_rss_retriever_list .wp_rss_retriever_item:first-child,
.psychopharmacology .wp_rss_retriever_list .wp_rss_retriever_item:first-child {
	display: none;
}



.journal-page-feed .wp_rss_retriever_title {
	grid-column: 1 / -1;
	padding-bottom: 10px;
}
.journal-page-feed .wp_rss_retriever_image {
	grid-row: 2 / 4;
	grid-column: 2;
	margin-top: 10px;
	justify-self: end;
}



.journal-page-feed .wp_rss_retriever_container {
	grid-column: 1;
	grid-row: 2;
	margin-top: 10px;
}
.journal-page-feed .wp_rss_retriever_metadata {
	grid-column: 1;
	grid-row: 3;
	align-self: end;
}

.journal-page-feed .wp_rss_retriever_item_wrapper::before {
	bottom: 14px;
}
.journal-page-feed .wp_rss_retriever_item_wrapper::after {
	bottom: 5px;
	height: 22px;
}



@media only screen and (max-width:480px) {
	.journal-page-feed .wp_rss_retriever_item_wrapper {
		grid-template-columns: 1fr;
	}

	.journal-page-feed .wp_rss_retriever_image {
		display: none;
	}

}







/*
 * Regular content
 * ======================================================== */
.main h1 {
	font-size: 33px;
	line-height: 40px;
	font-weight: 600;
}
article h3 {
	font-size: 17px;
	font-weight: 550;
}
.main ul {
    list-style: square inside;
}
#primary {
	padding-top: 40px;
	padding-bottom: 60px;
}
.entry-content {
	padding-bottom: 40px;	
}
#breadcrumbs {
	padding-bottom: 40px;
	color: #999;
	font-size: 13px;
}
blockquote {
    width: 100%;
	padding-left: 10%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
	border-left: 2px solid var(--tertiary-text-color);
}
img.alignright {
	float: right;
	margin-left: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}

.entry-content a:not(.button) {
	color: var(--primary-link-color);
	text-decoration: underline dotted;
}
.entry-content a:not(.button):hover {
	color: var(--primary-link-color-hover);
	text-decoration: underline;
}



/*
 * Panels
 * ======================================================== */
.panels-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
	flex-wrap: wrap;
}
.panels-holder .item-box {
	width: 31.33%;
	bottom: 20px;
	margin-bottom: 20px;
}
.panels-holder .item-box.item-box-2col {
	width: 65.66%;
}
.panels-holder.col4 .item-box {
	width: 23.5%;
}
.panels-holder.col4 .item-box.item-box-2col {
	width: 49%;
}
@media only screen and (max-width: 1200px) {
	.panels-holder .item-box,
	.panels-holder .item-box.item-box-2col {
		width: 49%;
		width: 47.5%;
		margin-bottom: 20px;
	}
	.panels-holder.col4 .item-box {
		width: 31.33%;
	}
}
@media only screen and (max-width: 960px) {
	.panels-holder .item-box,
	.panels-holder .item-box.item-box-2col {
		width: 49%;
		width: 47.5%;
	}
	.panels-holder.col4 .item-box {
		width: 47.5%;
	}
}
@media (max-width: 800px) {
	.panels-holder {
   		display: block;
	}
	.panels-holder .item-box,
	.panels-holder .item-box.item-box-2col {
		width: 100%;
	}
	.panels-holder.col4 .item-box {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.panels-holder {
   		display: block;
	}
}



.panel {
	display: inline-block;
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	background: var(--bg-color-main);
}
.panel.transparent {
	background: transparent;
}
.panel.no-shade {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.panel .inner {
	padding: 30px;
}
.panel h2 {
	margin-top: 0;
}
.panel h2 .sub-title {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
}



.panel .inner p.button-holder {
	padding-top: 2.5rem;
	margin-bottom: 0;	
}
.panel .inner p.button-holder-inv {
    padding-top: 0;
    padding-bottom: 2.5rem;
}
.panel .inner p.button-holder-eq {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.panel .inner p:last-child {
	margin-bottom: 0;
}



.grid a.item {
	cursor: pointer;
}
.grid .item {
	position: relative;
}
.grid .item img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: rgba(0,0,0,0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	transition: opacity 200ms ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item:hover .item-overlay {
	opacity: 1;
}
.item-overlay h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.item-overlay .text {
	color: #fff;
	font-size: 14px;
}


.item-overview {}
.overview-people {}





.item.people-details {
	text-align: center;
}
.item.people-details .image-box,
.item.people-details .image-box img {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.item.people-details .image-box {
	box-shadow: 0 0 0 6px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.item.people-details .image-box img {
	transform: scale(1.1);
	display: block;
	object-fit: cover;
	transition: transform 250ms ease-in-out;
}
.item.people-details .image-box img:hover {
	transform: scale(1);
}
.organisation {
	font-size: 14px;
	line-height: 24px;
	font-weight: 350;
	padding-top: 5px;
}
.organisation .suborganisation-value {
	font-style: italic;
}
.item.people-details .contact {
	padding-top: 8px;
}
.item.people-details .contact a,
.item.people-details a.bio-link-url {
	color: var(--primary-link-color);
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}
.item.people-details .contact a:hover,
.item.people-details a.bio-link-url:hover {
	color: var(--primary-link-color-hover);
	text-decoration: none;
}
.item.people-details .contact a:hover span,
.item.people-details a.bio-link-url:hover span {
	text-decoration: underline;
}
.item.people-details .contact a i,
.item.people-details a.bio-link-url i {
	opacity: 0.5;
	font-size: 80%;
}

.personal-credits {
	padding-top: 80px;
}
.personal-credits > * {
	padding-bottom: 1.6em;
}

.filter-box {
	position: relative;
}
input[type="search"].filter-entry {
	max-width: 280px;
	padding-right: 40px;
}
input[type="search"].filter-entry ~ i {
	width: 40px;
	margin-left: -40px;
	text-align: center;
	color: #D1D1D1;
}



.faux-label {}



body .tw-pagination {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
body .tw-pagination li {
	list-style: none;
	display: inline-block;
	padding-right: 6px;
}
body .tw-pagination a,
body .tw-pagination .current,
body .tw-pagination .prev,
body .tw-pagination .next {
	display: inline-block;
	margin-right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #e7e7e7;
    border: 1px solid #d7d7d7;
    color: #666666;
	padding: 0;
}
body .tw-pagination .prev,
body .tw-pagination .next {
    color: #666666;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}
body .tw-pagination .current {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--primary-color);
}
body .tw-pagination a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
body .tw-pagination .prev:hover,
body .tw-pagination .next:hover {
    color: #333;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
}

@media only screen and (max-width: 800px) {
	.contact.flex {
		display: block;
	}
}




/*
 * Events
 * ======================================================== */

.overview-events {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
    grid-gap: 3%;
}
@media (max-width: 1200px) {
	.overview-events {
		grid-template-columns: repeat(auto-fill, minmax(47.5%, 1fr));
    	grid-gap: 5%;
	}
}
@media (max-width: 800px) {
	.overview-events {
   		display: block;
	}
}
.overview-events .event-details {

}
.event-details .date-label {
	position: absolute;
	left: -20px;
	top: 30px;
	width: 80px;
	height: 80px;
	padding: 0 20px;
	background: var(--primary-button-bg-color);
	color: var(--primary-button-text-color);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.event-details .date-label .date-label-day {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}
.event-details .date-label .date-label-month {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.event-details .image-box {
	width: 100%;
	height: 212px;
	position: relative;
}
.event-details .status-label {
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 0;
	background: #000;
	color: #BAC3CA;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	padding: 5px 12px;
}
.event-details .image-box img {
	width: 100%;
	height: 212px;
	display: block;
	object-fit: cover;
}
.event-details .icon {
	display: inline-block;
	width: 30px;
	padding-right: 12px;
	color: var(--secondary-text-color);
	text-align: center;
} 

/* alternative styling for overview, depending on status */
.overview-events .event-details.event-status-prep .date-label,
.overview-events .event-details.event-status-past .date-label {
	background: var(--tertiary-button-bg-color);
}
.overview-events .event-details.event-status-prep .icon,
.overview-events .event-details.event-status-past .icon {
	color: var(--tertiary-button-bg-color);
}
/* override button-primary */
.overview-events .event-details.event-status-prep .button.button-primary,
.overview-events .event-details.event-status-prep button.button-primary,
.overview-events .event-details.event-status-past .button.button-primary,
.overview-events .event-details.event-status-past button.button-primary {
	color: var(--tertiary-button-text-color-hover);;
	background-color: var(--tertiary-button-bg-color);
	border-color: var(--tertiary-button-bg-color);
}
.overview-events .event-details.event-status-prep .button.button-primary:hover,
.overview-events .event-details.event-status-prep button.button-primary:hover,
.overview-events .event-details.event-status-prep .button.button-primary:focus,
.overview-events .event-details.event-status-prep button.button-primary:focus,
.overview-events .event-details.event-status-past .button.button-primary:hover,
.overview-events .event-details.event-status-past button.button-primary:hover,
.overview-events .event-details.event-status-past .button.button-primary:focus,
.overview-events .event-details.event-status-past button.button-primary:focus {
	color: var(--tertiary-button-text-color-hover);
	background-color: var(--tertiary-button-bg-color-hover);
	border-color: var(--tertiary-button-bg-color-hover);
}


.single-ebps-event .hero {
	background-color: var(--primary-color);
	height: 380px;
}
.single-ebps-event .hero .container-inner > .left .panel {
    justify-content: flex-end;
}
.single-ebps-event .hero .panel .inner {
	position: relative;
	padding: 0;
}
.single-ebps-event .hero h1 {
	display: inline-block;
	padding: 20px 30px;
	font-size: 33px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 0;
	background: #17AFDE;
	background: var(--primary-color);
	color: #fff;
}
.event-details.fixed {
	position: absolute;
	padding: 20px;
	background: #fff;
	left: 10px;
	margin-top: -10px;
}
.event-details.fixed p {
	margin-bottom: 0;
}

.event-tickets p:last-child {
	margin-bottom: 0;
}
.event-tickets .label-ticket {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.label-price {
	font-weight: 550;
}
.label-amount {
	font-size: 125%;
}
.event-tickets .label-ticket .label-amount {
	line-height: 14px;
}
.event-tickets .label-ticket .label-amount .label-description {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #bbb;
	text-transform: uppercase;
}
.proposal-deadline {
	font-weight: 600;
}
.proposal-dealine-date {
	color: #d70303;
}

.event-main-content {
	background: #f6f6f6;
	padding-bottom: 40px;
}
.event-entry-content {}


.event-speaker-subject {
	background: #f6f6f6;
}
.event-speaker-subject h3 {
	margin-bottom: 20px;
}
.event-speaker-subject .event-item-date-time {
	display: flex;
	justify-content: space-around;
	padding-top: 0;
}
.event-item-date-time .icon {
	color: rgba(0,0,0,0.2);
}

.event-speaker-details .speaker-foldout-trigger {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 28px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 0;
	margin: 0;
	color: var(--tertiary-button-bg-color);
	background: transparent;
}
.event-speaker-details .speaker-foldout-trigger:hover {
	color: var(--tertiary-button-bg-color-hover);
	background: transparent;
}
.speaker-fold-out {
	display: block;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	overflow: hidden;
	height: auto;
	z-index: 2;
	transition: all 250ms ease-in-out;
	width: 100%;
	bottom: 0;
	max-height: 0;
	opacity: 0;
}
.speaker-fold-out.open {
	min-height: 100%;
	max-height: 999px;
	opacity: 1;
}
.speaker-fold-out .event-item-summary {
	padding: 30px;
	font-size: 14px;
	font-weight: 400;
}

.event-item-summary h3 {
	margin-bottom: 20px;
}
.event-location-google-maps.button-holder {
	padding-top: 20px;
}
h1 .sub-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.proposal-submission #related-event {
	display: none;
}
.thank-you-msg {
	padding: 20px;
	background: #f6f6f6;
	border-left: 3px solid var(--primary-color);
}
.error-display-msg,
.proposal-closed-msg {
	padding: 20px;
	background: #f6f6f6;
	border-left: 3px solid var(--error-color);
}
/* Hide speaker field for "workshop" proposal forms */
.workshop .acf-field[data-name="symposium_proposal_speakers"] {
	display: none;
}



ul.acf-checkbox-list li label {
    display: inline;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	word-wrap: break-word;
}
.inner.event-committee-role {
	padding: 20px 30px;
	background: var(--primary-color);
	color: #fff;
	font-weight: 500;
}










/*
 * Buttons and forms
 * ======================================================== */

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: var(--primary-button-text-color-hover);;
	background-color: var(--primary-button-bg-color);
	border-color: var(--primary-button-bg-color);
	border-radius: 25px;
	height: 50px;
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: .1rem;
	text-transform: none;	
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: var(--primary-button-text-color-hover);
	background-color: var(--primary-button-bg-color-hover);
	border-color: var(--primary-button-bg-color-hover);
}
.button.button-large,
button.button-large,
input[type="button"].button-large {
	height: 46px;
	padding: 0 36px;
	font-size: 13px;
	line-height: 46px;
	border-radius: 6px;

}
.button:hover {
	text-decoration: none;
}




/*
 * Contact Form 7
 * ======================================================== */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
	background-color: #f7e700;
	color: #000;
	font-size: 13px;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
	font-size: 13px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
	background-color: #398f14;
	color: #fff;
	font-size: 13px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
	background: #f00;
	padding: 1px 4px;
	margin-bottom: 3px;
	position: relative;
}
span.wpcf7-not-valid-tip:before {
    position: absolute;
    display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
	content: "";
	top: -5px;
	left: 10px;
}





/*
 * Grid (isotope)
 * ======================================================== */

.grid-item { width: 100%; padding: 8px; }
.grid-item--width2 { width: 100%; }


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.grid-item { width: 50%; }
	.grid-item--width2 { width: 100%; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.grid-item { width: 33.33%; }
	.grid-item--width2 { width: 66.67%; }
}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}






/*
 * Swipers
 * ======================================================== */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #E67932;
}



/* Accordion
   ---------------------------------------- */
.accordion,
.accordion li {
	list-style: none;
	padding-left: 0;
}
.accordion h2 {
	cursor: pointer;
	font-size: 1.8rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.accordion h2 .icon {
	position: absolute;
	right: 20px;
	top: 5px;
	color: rgba(0,0,0,0.3);
}
.accordion h2:hover .icon {
	color: rgba(0,0,0,1);
}
.accordion .collapse {
	background: #eee;
	padding: 20px;
}
.accordion .collapse  p:last-child {
	margin-bottom: 0;
}



/*
 * Contact
 * ======================================================== */

.gmap {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

/* fixes potential theme css conflict */
.gmap img {
   max-width: inherit !important;
}








/*
 * Awardees page
 * ======================================================== */

.overview-awardees {
	flex-wrap: wrap;
    display: grid;
	/* grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); */
	grid-template-columns: 1fr 1fr;
    grid-gap: 55px;

}
.awardee-grid-item-1{
	width: 100%;
}
.awardee-grid-item-2 {
}

.grid-awardees {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
}
.grid-awardees-alt {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 30px;
	padding-top: 30px;
	padding-bottom: 120px;
	
}
.awardee-card {
	display: flex;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	background: var(--bg-color-main);
	position: relative;
}
.grid-awardees-alt .awardee-card {
	display: block;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	background: var(--bg-color-main);
	position: relative;
}
.awardee-card:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	border-bottom: 20px solid gold;
	position: absolute;
	left: -20px;
	top: 0;
	transform: rotate(-45deg);
	transform-origin: center top;
}
.item.awardee-card > .inner {
	height: 100%;
	position: relative;
}
.item.awardee-card > .inner .award-year {
	padding: 20px 0 0 0;
	font-size: 21px;
}

.awardee-grid-item-2 .awardee-card:after,
.awardees-YSA .awardee-card:after {
	border-bottom: 20px solid lightgray;
}
.awardee-inner-left {
	width: 40%;
}
.awardee-inner-right {
	background: #f4f4f4;
	width: 60%;
}
.award-reason,
.award-motivation {
	font-size: 14px;
	font-weight: 400;
}
h3.award-year {}
h4.motivation-label {}
.awardee-card .award-foldout-trigger {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	border: 0;
	margin: 0;
	color: var(--tertiary-button-bg-color);
	background: transparent;
}
.awardee-card .award-foldout-trigger:hover {
	color: var(--tertiary-button-bg-color-hover);
	background: transparent;
}
.awardee-fold-out {
	display: block;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	overflow: hidden;
	height: auto;
	z-index: 2;
	transition: all 250ms ease-in-out;
	top: 0;
	max-height: 0;
	opacity: 0;
}
.awardee-fold-out.open {
	min-height: 100%;
	max-height: 999px;
	opacity: 1;
}
.awardee-fold-out .award-motivation {
	padding: 30px;
}
.awardee-card a.award-link-url {
	color: var(--primary-link-color);
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}
.awardee-card a.award-link-url:hover {
	color: var(--primary-link-color-hover);
	text-decoration: none;
}
.awardee-card a.award-link-url:hover span {
	text-decoration: underline;
}
.awardee-card a.award-link-url i {
	opacity: 0.5;
	font-size: 80%;
}

	
/*
 * View members link
 *
 */

.view-members-link {
	display: none;
	text-align: center;
}
.is-active-member .view-members-link {
	display: block;
}
.view-members-link > span {
	display: inline-block;
	padding: 40px;
}


/*
 * Paid Membership Pro
 * ======================================================== */

/* let the block escape its surrounding container */
#pmpro_levels {
	background: rgb(23, 175, 222, 0.1);
	width: 100vw;
	width: calc( var(--vw, 1vw) * 100);
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 50px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pmpro_levels.pmpro_advanced_levels-div .column,
#pmpro_levels.pmpro_advanced_levels-div .columns {
	float: none;
	margin-left: 0;
}
#pmpro_levels .pmpro_level {
	width: 30%;
	padding: 10px;
}
#pmpro_levels .pmpro_level .entry.post {
	padding: 30px 30px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.14);
	background: var(--bg-color-main);
}
#pmpro_levels.pmpro_advanced_levels-div .entry-footer {
    height: auto;
}
#pmpro_levels.pmpro_advanced_levels-div h2 {
	font-size: 21px;
	font-weight: 540;
	margin-bottom: 3rem;
	text-align: center;
}
.pmpro_level .entry-content {
	font-size: 14px;
	line-height: 24px;
	font-weight: 350;	
}
.pmpro_level .entry-content ul {
	list-style-position: outside !important;
	list-style: none;
	padding-left: 20px;
}
.pmpro_level .entry-content ul li:before {
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	color: var(--primary-color);
}
.pmpro_level .entry-meta {
	text-align: center;
}

@media (max-width: 1200px) {
	#pmpro_levels {
		display: block;
	}	
	#pmpro_levels .pmpro_level {
		width: 100%;
	}
}


#pmpro_levels .pmpro_btn,
#pmpro_levels .pmpro_btn:link,
#pmpro_levels .pmpro_content_message a,
#pmpro_levels .pmpro_content_message a:link {
    box-shadow: none;

    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;

	color: var(--primary-button-text-color-hover);
	background-color: var(--primary-button-bg-color);
	border-color: var(--primary-button-bg-color);
	border-radius: 25px;
	height: 50px;
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: .1rem;
	text-transform: none;

}
#pmpro_levels .pmpro_btn.hover,
#pmpro_levels .pmpro_btn:hover,
#pmpro_levels .pmpro_content_message a.hover,
#pmpro_levels .pmpro_content_message a:hover,
#pmpro_levels .pmpro_btn:focus,
#pmpro_levels .pmpro_content_message a:focus {
    color: var(--primary-button-text-color-hover);
    background-color: var(--primary-button-bg-color-hover);
    border-color: var(--primary-button-bg-color-hover);
}
#pmpro_levels .pmpro_btn.disabled {
	color: var(--tertiary-button-text-color-hover);
	background-color: var(--tertiary-button-bg-color);
	border-color: var(--tertiary-button-bg-color);
	opacity: 0.75;
	cursor: not-allowed !important;
}
#pmpro_levels + #nav-below {
	display: none;
}


#pmpro_account .pmpro_box h3 {
    margin: 1em 0;
}

#pmpro_actionlink-change,
#pmpro_actionlink-cancel,
#pmpro_actionlink-profile,
#pmpro_actionlink-change-password,
#pmpro_actionlink-logout,
#pmpro_actionlink-renew,
.entry-content a.pmpro_a-print {
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1px 10px;
	border-radius: 4px;
	font-weight: 500;
	background: var(--light-grey-color);
	color: var(--secondary-button-bg-color);

}
#pmpro_actionlink-change:hover,
#pmpro_actionlink-cancel:hover,
#pmpro_actionlink-profile:hover,
#pmpro_actionlink-change-password:hover,
#pmpro_actionlink-logout:hover,
#pmpro_actionlink-renew:hover,
.entry-content a.pmpro_a-print:hover,
#pmpro_actionlink-change:active,
#pmpro_actionlink-cancel:active,
#pmpro_actionlink-profile:active,
#pmpro_actionlink-change-password:active,
#pmpro_actionlink-logout:active,
#pmpro_actionlink-renew:active,
.entry-content a.pmpro_a-print:active {
	text-decoration: none;
	background: var(--secondary-button-bg-color);	
	color: var(--secondary-button-text-color-hover);
}
#pmpro_actionlink-change:before,
#pmpro_actionlink-cancel:before,
#pmpro_actionlink-profile:before,
#pmpro_actionlink-change-password:before,
#pmpro_actionlink-logout:before,
#pmpro_actionlink-renew:before,
.entry-content a.pmpro_a-print:before {
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 6px;
	content: "\f040";
}
#pmpro_actionlink-cancel:before {
	content: "\f00d";
}
#pmpro_actionlink-change-password:before {
	content: "\f023";
}
#pmpro_actionlink-logout:before {
	content: "\f08b";
}
#pmpro_actionlink-renew:before {
	content: "\f021";
}
.entry-content a.pmpro_a-print {
    line-height: 1.6;
}
.entry-content a.pmpro_a-print:before {
	content: "\f02f";
}

#pmpro_account-profile {
	display: none;
}

#pmpro_account-profile ul strong {
	font-weight: 600;
}


form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type="text"],
#loginform input[type="password"] {
    width: 100%;
	margin-top: 10px;
	font-size: 14px;
}





/*
 * Membership + donate sidebar
 * ======================================================== */

#sidebar-members-donate {
	padding-bottom: 40px;
	background: var(--very-light-grey-color);
}
@media only screen and (max-width: 1200px) {
	#sidebar-members-donate .panels-holder .item-box.item-box-2col {
		width: 100%;
	}
}
.about-membership {
	background: var(--primary-button-bg-color);
	color: #fff;
}
.about-membership a {
	color: #fff;
	color: rgba(255,255,255,0.75);
	text-decoration: underline;
	text-decoration-style: dotted;
}
.about-membership a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-style: solid;
}
.about-membership button,
.about-membership .button {
	color: var(--primary-button-bg-color);
	background: #fff;
	border: 1px solid transparent;
	margin-bottom: 0;
	text-decoration: none;
}
.about-membership button:hover,
.about-membership .button:hover {
	color: var(--primary-button-bg-color);
	background: rgba(255,255,255,0.9);
	border: 1px solid transparent;
	text-decoration: none;
}
.about-membership ul {
	margin-bottom: 0;
    list-style-position: outside !important;
    list-style: none;
	padding-left: 20px;
}
.about-membership ul li::before {
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #fff;
	color: rgba(255,255,255,0.4);
}






.paypal-donate {}
.paypal-donate form {
	padding: 2em 0 0 0;
	margin-bottom: 0;
}
.paypal-button {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}





/*
 * Footer
 * ======================================================== */
.prefooter {
	background: var(--very-light-grey-color);
}
.footer {
	background: #000;
	color: #ccc;
	font-size: 12px;
}
.footer .section.container .left,
.footer .section.container .right {
	width: 50%;
}
.footer a {
	color: #ddd;
}
.footer a:hover {
	color: #fff;
}


.grecaptcha-badge{visibility:collapse !important;}

#user_switching_switch_on {
	background: #000;
	margin-bottom: 0;
	padding: 10px 20px;
}
#user_switching_switch_on a {
	background: var(--primary-link-color);
	text-decoration: none;
	outline: 0;
	color: #fff;
	padding: 1px 12px;
	display: inline-block;
	border-radius: 4px;
}
#user_switching_switch_on a:hover {
	background: var(--primary-link-color-hover);
	text-decoration: none;
}
/*
 * WooCommerce adjustments
 * ======================================================== */


/* same as pmpro buttons */
.added_to_cart.wc-forward {
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1px 10px;
	border-radius: 4px;
	font-weight: 500;
	background: var(--light-grey-color);
	color: var(--secondary-button-bg-color);
}
.added_to_cart.wc-forward:hover,
.added_to_cart.wc-forward:active {
	text-decoration: none;
	background: var(--secondary-button-bg-color);	
	color: var(--secondary-button-text-color-hover);
}
/*
.added_to_cart.wc-forward:before {
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 6px;
	content: "\f291";
}
*/

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button.product_type_simple {
	font-size: 12px;
	height: auto;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce .button.product_type_simple {
	border-radius: 0;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce .button.product_type_simple:hover {
	border-radius: 0;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.woocommerce a.button.add_to_cart_button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f055";
	padding-right: 8px;
}

.woocommerce-result-count,
/* .single-product .product_meta .posted_in, */
.single-product article .date {
	display: none;
}
.single-product .product_meta .posted_in {
	display: block;
}
.single-product .main {
	padding-top: 120px;
}
.single-product article h1 {
	font-size: 3.4rem;
}
.single-product .woocommerce-tabs h2 {
	font-size: 1.8rem;
}
.single-product .post-nav {
	display: flex;
	justify-content: space-between;
}
.single-product .post-nav a {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.single-product .post-nav a:hover {
	font-weight: 400;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-bottom-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
}
.woocommerce-loop-product__title {}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: rgba(65, 205, 215,1);
	border: 1px solid rgba(65, 205, 215,0);
	color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fff;
	border: 1px solid rgba(65, 205, 215,1);
	color: rgba(65, 205, 215,1);

}
.single_add_to_cart_button:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f055";
	padding-right: 8px;
}
/*
.woocommerce .coupon {
	display: none;
}
*/
#ship-to-different-address {
	font-size: 1.3rem;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'FontAwesome';	
    content: "\f291" !important;
}
.cart-contents:hover {
    text-decoration: none;
}
.fa.fa-shopping-basket {
	font-weight: 600 !important;
}
.cart-contents-count {
	position: absolute;
    color: #000;
    background: rgba(65, 205, 215,1); 
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 17px; 
    width: 17px;
    transform: translateY(-50%) translateX(50%); 
    font-size: 10px;
}
.woocommerce .products .product.outofstock .woocommerce-loop-product__link {
	position: relative;
	display: inline-block;
}
.woocommerce .products .product.outofstock .woocommerce-loop-product__link:before {
	position: absolute;
	content: "verkocht";
	background: #000;
	display: inline-block;
	padding: 4px 10px;
	font-family: Lato;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 2;
	right: 0;
	color: rgba(255,255,255,0.7);
	letter-spacing: 1px;
}

.en-US.woocommerce .products .product.outofstock .woocommerce-loop-product__link:before {
	content: "sold";
}


/* Woocommerce  */
.woocommerce .woocommerce-address-fields button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	color: var(--primary-button-text-color-hover);
	background-color: var(--primary-button-bg-color);
	border-color: var(--primary-button-bg-color);
	border-radius: 25px;
	height: 50px;
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: .1rem;
	text-transform: none;

}



.woocommerce .woocommerce-address-fields button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
	color: var(--primary-button-text-color-hover);
	background-color: var(--primary-button-bg-color-hover);
	border-color: var(--primary-button-bg-color-hover);
}



.woocommerce .cart .button {
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 10px;
	border-radius: 4px;
	font-weight: 500;
	background: var(--light-grey-color);
	color: var(--secondary-button-bg-color);

}

.woocommerce .cart .button:hover {
	text-decoration: none;
	background: var(--secondary-button-bg-color);
	color: var(--secondary-button-text-color-hover);
}




.woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation-link {}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link.is-active a:hover {
	color: #000;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation-link:before,
.back-to-dashboard-link:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	padding-right: 0;
	color: var(--primary-link-color);
	opacity: 0.3;
}
.woocommerce-MyAccount-navigation-link.is-active:before {
	color: #000;
}
.woocommerce-MyAccount-navigation-link--dashboard:before,
.back-to-dashboard-link:before {
	content: "\f0e4";
}
.woocommerce-MyAccount-navigation-link--z_pmpro_account:before {
	content: "\f0c0";
}
.woocommerce-MyAccount-navigation-link--orders:before {
	content: "\f009";
}
.woocommerce-MyAccount-navigation-link--edit-address:before {
	content: "\f2b9";
}
.woocommerce-MyAccount-navigation-link--z_pmpro_account_profile:before {
	content: "\f007";
}
.woocommerce-MyAccount-navigation-link--z_pmpro_account_change_password:before {
	content: "\f023";
}