/*
Theme Name: Splitting Up
Author: George English
Author URI: http://englishwebdesign.com
Description: Bespoke theme
Version: 9999.9.9
*/

@import 'css/slick.css?v=2021022502';

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	box-sizing: border-box;
	margin: 0;

	/*font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Sans Serif', 'Arial', sans-serif;*/
	font-family: 'Barlow', sans-serif;
	font-weight: 400;

	line-height: 1.5;

	--yellow: 	#fcc000;
	--orange: 	#ef7b44;
	--darkblue: #021627;
	--beige: 	#fde8d7;
	--purple: 	#253ec4;

	background: var(--darkblue);
	color: #fff;

}

.sr-only,
.screen-reader-text,
.screen-reader-response {
	position: absolute !important;
	width: 1px !important;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.col img {
	width: 100%;
}

hr {
	border: none;
	margin: 50px 0;
	border-top: 1px solid var(--yellow);
}

b, strong {
	font-weight: 600; /*500;*/
}

a, .link {
	cursor: pointer;
	text-decoration: none;
	color: var(--purple);
	border-bottom: 1px solid;
}

a:not(.btn):hover {
	/*color: #3eb5c1;*/
}

a u {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid;
}

/*.section-dark a {
	color: #d4cab5;
}*/

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}

@media (max-width: 567px) {

	.hidden-mobile {
		display: none;
	}

}

@media (min-width: 568px) {

	.container {
		width: 90%;
		padding: 0 20px;
	}

	.hidden-not-mobile {
		display: none;
	}

}

/*@media (min-width: 1600px) {

	.container {
		width: 85%;
	}

}*/

.row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px;

	flex-wrap: wrap;
}

.col {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;

	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row.small-gutter {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}

.row.small-gutter > .col {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.col-20,
.col-25,
.col-33,
.col-40,
.col-50,
.col-60,
.col-66,
.col-75 {
	flex-basis: 100%;
	max-width: 100%;
}

.margin-gutter {
	margin-bottom: 30px;
}

/*@media (max-width: 480px) {

	.row-slider .col {
		min-width: calc(100vw - 90px);
	}

}

@media (max-width: 567px) {

	.row-slider {
		flex-wrap: nowrap;
		margin-right: -30px;
		overflow-x: auto;
		padding-right: 15px;
	}

}*/

@media (min-width: 568px) {

	.col-20,
	.col-25,
	.col-33,
	.col-40,
	.col-50,
	.col-60,
	.col-66,
	.col-75 {
		flex-basis: 50%;
		max-width: 50%;
	}

}

@media (min-width: 768px) {

	
}

@media (min-width: 1200px) {

	.row.wide-gutter .margin-gutter {
		margin-bottom: 50px;
	}

	.row.wide-gutter {
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: -50px;
	}

	.row.wide-gutter > .col {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}

	.col-20 {
		flex-basis: 20%;
		max-width: 20%;
	}

	.col-25 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-33 {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-40 {
		flex-basis: 40%;
		max-width: 40%;
	}

	.col-60 {
		flex-basis: 60%;
		max-width: 60%;
	}

	.col-66 {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}

	.col-75 {
		flex-basis: 75%;
		max-width: 75%;
	}

}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.row.no-gutter {
	margin: 0 !important;
}

.row.no-gutter > .col {
	padding: 0 !important;
}

h1, h2, h3, h4, h5, h6, p, ul, table {
	margin: 0 0 20px;
}

/* Fonts */

@font-face {
    font-family: 'Domaine Display Narrow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/DomaineDispNar-Semibold.woff') format('woff');
}

.font-serif {
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.025em;
	font-size: calc(1em - 1px);
}

h1, h2, h3 {
	font-family: 'Yeseva One';
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
}

h1, h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
	line-height: 1.1;
}

h4 {
	font-size: 1em;
	font-weight: 500;
}

.pre-heading {
	text-transform: uppercase;
	color: #aaa;
	letter-spacing: 0.075em;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

/* */

.content-block {
	line-height: 1.666;
	font-size: 17px;
}

.content-block-title {
	font-size: 48px;
	margin-bottom: 30px;
}

.content-block.pad-top {
	padding-top: 50px;
}

@media (min-width: 1024px) {

	.content-block {
		font-size: 20px;
	}

	.content-block .font-serif {
		font-size: 18px;
	}

	.content-block-title {
		font-size: 5vw;
	}

	.content-block.pad-top {
		padding-top: 100px;
	}

}

@media (min-width: 1200px) {

	.content-block-title {
		margin-bottom: 80px;
	}

	.content-block.pad-left {
		padding-left: 100px;
	}

	.content-block.pad-right {
		padding-right: 100px;
	}

	.content-block.pad-top {
		padding-top: 150px;
	}

}

/* */

.site-main2 {
	background: #fff;
	color: var(--darkblue);
	padding: 30px;

	max-width: 768px;

	border-radius: 10px;
}

.site-main2 .entry-content a {
	color: var(--orange);
}

@media (min-width: 1024px) {

	.site-main {
		padding: 0 12.5%;
	}

	.site-main2 {
		padding: 50px;
	}

}

.entry-content-container {
	max-width: 960px;
}

.entry-content {
	font-size: 17px;
	line-height: 1.666;
}

@media (min-width: 568px) {

	.entry-content {
		font-size: 19px;
	}

}

.entry-content a {
	color: var(--yellow);
	border-bottom: 1px solid;
}

.entry-content h2 {
	margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3 {
	scroll-margin-top: 50px;
}

.entry-content p + h2,
.entry-content p + h3 {
	margin-top: 60px;
}

.entry-content h3 {
	font-family: inherit;
	font-size: 28px;
}

.entry-content ul {
	padding: 0;
	list-style: none;
}

.entry-content ul li {
	padding-left: 30px;
	position: relative;
}

.entry-content ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--yellow);
}

/* Quotes */

.entry-content blockquote {
	font-size: 1.5em;
	font-style: italic;
	color: var(--yellow);
	
	line-height: 1.25;
	margin: 1.5em 0;

	border-left: 0.1em solid;

	padding-left: 1em;	
}

@media (min-width: 1024px) {

	.entry-content blockquote {
		font-size: 2em;
		margin-left: -16.666%;
		padding-left: 8.333%;
		max-width: 20em;
	}

}

.entry-content blockquote p:last-child {
	margin: 0;
}

.entry-content table {
	white-space: unset;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 40px;
}

.entry-content .table-wrapper {
	overflow: auto;
}

@media (max-width: 567px) {

	.entry-content .table-wrapper {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
	}

	.entry-content table {
		font-size: 14px;
	}

}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 1.5em;
	vertical-align: top;
	text-align: left;
}

.entry-content th {
	font-weight: 500;
	border-bottom: 2px solid;
}

@media (min-width: 568px) {

	.entry-content th,
	.entry-content td {
		padding-right: 3em;
	}

	.entry-content th:last-child,
	.entry-content td:last-child {
		padding-right: 0;
	}

}

/* Images */

.entry-content img {
	display: block;
	width: 100%;
	box-shadow: 0 20px 30px -10px rgba(0,0,0,0.333);

	margin: 3em 0;
}

.entry-content figure {
	font-size: 14px;
	padding: 2em;
	background: rgba(0,0,0,0.2);
}

.entry-content figure img {
	margin-top: 0;
}

.entry-content .alignleft {
	float: left;
	width: 50% !important;
	
	margin-right: 2.5em;

	margin-top: 2em;
	margin-bottom: 2em;
}

.entry-content .alignright {
	float: right;
	width: 50% !important;

	margin-left: 2.5em;

	margin-bottom: 2em;
}

@media (max-width: 567px) {

	.entry-content .alignleft,
	.entry-content .alignright {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}

	.entry-content .alignleft {
		margin-left: -30px;
		margin-right: 2em;

	}

	.entry-content .alignright {
		margin-right: -30px;
		margin-left: 2em;
	}

}

@media (min-width: 1024px) {

	.entry-content .alignnone {
		margin-left: -16.666%;
		margin-right: -16.666%;
		width: 133.333%;
		max-width: 133.333%;
	}
	
	.entry-content .alignleft {
		margin-left: -16.666%;
	}

	.entry-content .alignright {
		margin-right: -16.666%;
	}

}

/* */

/*.section-padded-top {
	padding-top: 0;
}*/

.section-intro {
	padding: 50px 0;
	font-size: 17px;
	line-height: 1.666;
	text-align: center;
}

.section-intro p:last-child {
	margin-bottom: 0;
}

.section-intro .container {
	max-width: 40em; /*36em;*/
}

.section-intro h2,
.section-intro h1 {
	font-size: 36px;
	margin-top: 1em;
}

.page-intro {
	-webkit-clip-path: circle(300vw at 50% calc(-300vw + 100%));
			clip-path: circle(300vw at 50% calc(-300vw + 100%));
}

.page-intro h2,
.page-intro h1 {
	margin-top: 1.5em;
}

@media (min-width: 768px) {

	.section-intro {
		padding: 100px 0;
		font-size: 19px;
	}

}

@media (min-width: 1024px) {

	.section-intro h2,
	.section-intro h1 {
		font-size: 3.75vw;
	}

	/*body.home .page-intro h2,*/
	body.archive .page-intro h2,
	body.error404 .page-intro h1 {
		font-size: 5vw;
	}

	body.single-post .page-intro .post-category {
		margin-bottom: 30px;
	}

	.section-intro {
		padding: 120px 0;
		font-size: 22px;
		line-height: 1.75;
	}

}

/* Animation */

@media (prefers-reduced-motion: no-preference) {

	.animate {
		transition: opacity 0.8s, transform 0.8s;
	}

	body.intersection-observer .animate.animate-hidden {
		opacity: 0;
		transform: translateY(30px) scale(0.98);
	}

	.animate + .animate {
		transition-delay: 0.1s;
	}

	.animate + .animate + .animate {
		transition-delay: 0.2s;
	}

	.animate + .animate + .animate + .animate {
		transition-delay: 0.3s;
	}

	.animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.4s;
	}

	.animate + .animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.5s;
	}

}

/* */

.site-header {
	position: absolute; /*fixed;*/
	top: 0; 
	left: 0; 
	right: 0; 
	z-index: 100;
	
	padding: 30px;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: transform 0.3s, background 0.3s;
}

/*.site-header > * {
	position: relative;
}

body.header-fixed:not(.scrolled-up) .site-header {
	transform: translateY(-100%);
}

body.header-fixed .site-header {
	background: var(--darkblue);
}

body.header-fixed .site-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle closest-corner at 50% 25%, rgb(37, 62, 196, 0.333), rgb(37, 62, 196, 0));
}*/

.site-header ul,
.footer-main ul {
	list-style: none;
	display: flex;
	justify-content: center;

	padding: 0; 
	margin: 0;

	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.site-header li + li,
.footer-main li + li {
	margin-left: 50px;
}

.site-header li:nth-child(1) {
	margin-left: 5px;
}

.site-header li:nth-child(4) {
	margin-left: 200px;
}

.site-header a {
	color: inherit;
	border: none;
	display: inline-block;
}

.site-header ul a {
	border-bottom: 1px solid transparent;
}

.site-header ul a:hover {
	border-bottom: 1px solid;
}

.site-header .menu-primary-menu-container {
	position: absolute;
}

.site-header .logo {
	position: relative;
}

.site-header .logo img {
	height: 90px;
	width: auto;
}

.current-menu-item {
	font-weight: 600;
}

/* */

.menu-toggle {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 300;

	background: #fff;
	color: #ef7b44;
	border: none;

	width: 54px;
	height: 54px;
	border-radius: 50%;

	box-shadow: 0 2px 6px rgba(0,0,0,0.075);

	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	cursor: pointer;
}

.menu-toggle:active {
	transform: scale(0.9);
}

@media (min-width: 1024px) {
	.menu-toggle {
		top: 70px;
		right: 70px;
	}
}

.menu-toggle:hover {
	color: #ef7b44;
}

.burger-bar {
	display: block;
	width: 20px;
	border-top: 2px solid;
}

.burger-bar-1 {
	margin-bottom: 4px;
}

.burger-bar-3 {
	margin-top: -2px;
	margin-bottom: 4px;
}

body.menu-toggled-on .burger-bar {
	transition: transform 0.2s;
}

body.menu-toggled-on .burger-bar-1,
body.menu-toggled-on .burger-bar-4 {
	opacity: 0;
}

body.menu-toggled-on .burger-bar-2 {
	transform: rotate(45deg);
}

body.menu-toggled-on .burger-bar-3 {
	transform: rotate(-45deg);
}

.site-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;

	background: rgba(246, 217, 79, 0.9); /*#f6d94f;*/
	background: radial-gradient(hsla(50, 90%, 64%, 0.95) 50%, hsla(50, 90%, 52%, 0.95));
	
	-webkit-backdrop-filter: blur(20px);
			backdrop-filter: blur(20px);

	opacity: 0;
	
	pointer-events: none;

	transition: 0.2s;

	padding-top: 100px;
	padding-bottom: env(safe-area-inset-bottom);
	font-size: 18px;

	overflow-y: auto;
}	

.site-header-menu .container {
	transition: 0.2s;
	transform: scale(1.025);
}

body.menu-toggled-on {
	overflow: hidden;
}

body.menu-toggled-on .site-header-menu {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

body.menu-toggled-on .site-header-menu .container {
	transform: none;
}

.site-header-menu h4 {
	font-size: 20px;
}

.site-header-menu ul a {
	display: block;
	transition: 0.2s;
}

.site-header-menu .current-menu-parent a,
.site-header-menu .current-menu-item a {
	font-weight: 500;
	font-family: 'Domaine Display Narrow';
	font-size: 1.2em;
	padding-top: 0.1em;
	margin-bottom: -0.1em;
}

.site-header-menu a {
	color: inherit;
}

@media (hover: hover) {

	.site-header-menu a:hover {
		color: #f2536e;
		transition: 0s;
	}

}

.site-header-menu ul {
	list-style: none;
	padding: 0;
	font-size: 28px; 
	line-height: 1.5;
}

table {
	border-collapse: collapse;
	white-space: nowrap;
}

table td {
	padding: 0;
	padding-right: 15px;
}

@media (max-width: 567px) {

	.site-header-menu .container > .row > .col {
		flex-basis: 100%;
	}

	.site-header-menu ul {
		text-align: center;
	}

	.site-header-menu:after {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 60px;
		background: linear-gradient(hsla(50, 90%, 52%, 0), hsla(50, 90%, 52%, 1) 80%);
	}

	.site-header-menu h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.site-header-menu {
		font-size: 15px;
	}

}

@media (min-width: 1024px) {

	.site-header-menu {
		border: 40px solid #fff;
	}

	.site-header-menu ul {
		font-size: 3.125vw;
		line-height: 1.25;
	}

}

@media (orientation: landscape) and (min-height: 768px) {

	.site-header-menu {
		display: flex;
		align-items: center;
	}

}

/* */

.scroll-down-arrow {
	width: 48px;
	height: 48px;
	background: #fff;
	border: none;
	border-radius: 50%;
	color: var(--orange);

	position: absolute;
	left: calc(50% - 24px);
	bottom: 30px;
	z-index: 5;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 10px 20px rgba(0,0,0,0.15);

	transition: 0.4s;
}

@media (max-width: 567px) {
	.scroll-down-arrow {
		width: 48px;
		height: 48px;

		left: calc(50% - 24px);
		bottom: 24px;
	}
}

body.header-fixed .scroll-down-arrow { 
	opacity: 0;
	transform: scale(0.75);
}

/* Posts */

.post-grid-slider {
	overflow: hidden;
}

body.home .post-grid-slider {
	background-color: rgba(212, 202, 181, 0.2);
}

.post-grid-slider .slick-slider {
	margin-bottom: 0 !important;
}

.post-grid-slider {
	padding-bottom: 50px;
}

@media (min-width: 1024px) {
	.main-content {
		padding-bottom: 100px;
	}

	.post-grid-slider {
		padding-bottom: 70px;
	}

}

@media (min-width: 1200px) {
	.main-content{
		padding-bottom: 150px;
	}
}

@media (min-width: 1400px) {
	.post-grid-slider {
		padding-bottom: 100px;
	}
}

.post-container {
	/*background: #fff;*/
	
	display: flex;
	flex-direction: column;

	height: 100%;

	color: inherit;

	transition: 
		box-shadow 1s cubic-bezier(0.075, 0.82, 0.165, 1), 
		transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

	position: relative;

	overflow: hidden;
	border-radius: 16px;
	border: none;
}

.post-image {
	position: relative;
	padding-top: 56.25%;
	background-color: rgba(212, 202, 181, 0.2);
	background-size: cover;
	background-position: center;

	

	transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (max-width: 567px) and (hover: none) {

	.post-image {
		padding-top: 60%;
	}

}

/*@media (hover: hover) {
	.post-image {
		-webkit-clip-path: ellipse(calc(25% - 15px) calc(50% - 15px) at 50% calc(50% + 15px));
				clip-path: ellipse(calc(25% - 15px) calc(50% - 15px) at 50% calc(50% + 15px));
	}
}*/

.post-image img {
	position: absolute; 
	top: 50%;
	left: 50%; 
	width: 50%; 
	transform: translate(-50%, -50%);
}

.post-container .post {
	background: #fff;
	color: var(--darkblue);

	padding: 30px;
	padding-bottom: 10px;
	line-height: 1.666;

	flex-grow: 1;
	display: flex;
	flex-direction: column;

	font-size: 17px;
}

.post-container-small .post {
	font-size: 15px;
}

.post-container.type-post .post {
	background: var(--darkblue);
	color: #fff;
}

.post-container.type-expert .post {
	background: #fff;
	color: var(--darkblue);
}

/*.post-container.type-expert .post {
	background: radial-gradient(circle farthest-corner at 50% 25%, rgb(37, 62, 196, 0.25), rgb(37, 62, 196, 0));
}*/

.post-container.type-post .post a,
.post-container.type-post .post .link {
	color: var(--yellow);
}

.post-container.type-post .post a:hover,
.post-container.type-post .post .link:hover {
	color: #fff;
}

/*.post-container.type-glossary_word .post {
	background: var(--beige);
}*/

@media (min-width: 1024px) {

	.post-container.type-glossary_word .post-title,
	.post-container.type-post .post-title {
		max-width: 12em;
	}

	/*.post-container-small .post {
		padding-top: 50px;
	}*/

	.post-container:not(.post-container-small) .post {
		padding: 50px;
		padding-bottom: 30px;
	}

}

.post-read-more {
	white-space: nowrap;
}

.post-excerpt .post-read-more {
	display: none;
}

@media (hover: hover) and (min-width: 1024px) {

	.post-container.popup:hover,
	a.post-container.type-post:hover {
		box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
		transform: translateY(-20px);
	}

	/*.post-container:hover .post-image {
		-webkit-clip-path: ellipse(60% 120% at 50% calc(50% + 15px));
				clip-path: ellipse(60% 120% at 50% calc(50% + 15px));
		filter: grayscale(0%);
		opacity: 1;
	}*/

}

.post-category {
	opacity: 0.4;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.5;
}

.post-container.category-events .post-category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-category-icons {
	display: flex;
}

.post-container.category-events .post-category > span:first-child {
	margin-right: 20px;
	margin-bottom: 5px;
}

@media (max-width: 374px) {

	.post-container.category-events .post-category > span:first-child {
		margin-right: 10px;
	}

}

/*@media (min-width: 568px) {
	.post-container.category-events .post-category {
		margin-bottom: 20px;
	}
}*/

.post-category svg {
	vertical-align: top;
	margin-left: auto;
	opacity: 0.75;
	margin-top: -2px;
}

.post-category svg + svg {
	margin-left: 16px;
}

@media (max-width: 1023px) {

	.post-category svg {
		transform: scale(0.75);
	}

	.post-category svg + svg {
		margin-left: 10px;
	}

}

.post-title {
	font-size: 26px;
}

.post-container.type-post.default .post-title,
.post-container.type-expert .post-title {
	font-size: 32px;
}

.post-container-small .post-title {
	font-size: 24px;
	margin-top: 0.2em;
	margin-bottom: 15px;
}

.post-container.type-question .post-title {
	font-size: 24px;
	font-family: inherit;
}

/* */

body.single-post .banner {
	position: relative;
	min-height: 100vw;
	background-size: cover;
	background-position: 50% 20%;

	-webkit-clip-path: circle(200vw at 50% calc(-200vw + 100vw));
			clip-path: circle(200vw at 50% calc(-200vw + 100vw));
}

@media (max-width: 1023px) {

	body.single-post .time {
		display: block;
	}

	body.single-post .time .bullet {
		display: none;
	}

}

@media (min-width: 1024px) {

	body.single-post .banner {
		min-height: calc(100vh - 40px); 

		-webkit-clip-path: circle(200vw at 50% calc(-200vw + 100vh - 40px));
				clip-path: circle(200vw at 50% calc(-200vw + 100vh - 40px));
	}

	/*body.single-post .banner:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.6));
	}

	body.single-post .page-intro {
		position: absolute; 
		width: 100%; 
		transform: translateY(-100%); 
		color: #fff;
		text-shadow: 
			0 1px 1px rgba(0,0,0,0.05),
			0 2px 2px rgba(0,0,0,0.05),
			0 4px 4px rgba(0,0,0,0.05),
			0 8px 8px rgba(0,0,0,0.05),
			0 16px 16px rgba(0,0,0,0.05),
			0 32px 32px rgba(0,0,0,0.05),
			0 64px 64px rgba(0,0,0,0.05);
	}

	body.single-post .page-intro + section {
		padding-top: 120px;
	}*/

}

/* */

#teamOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(2, 22, 40, 0.9);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

#teamOverlay.active {
	opacity: 1;
	visibility: visible;
}
/* */

/*.section-team {
	overflow: hidden;
}*/

.section-team .col {
	position: relative;
}

.section-team .post-container.popup {
	cursor: pointer;
}

.section-team .post-image {
	-webkit-clip-path: none;
			clip-path: none;
	/*background-position: 50% 10%;*/
}

.section-team .post-category {
	margin-top: auto;
}

.section-team .post-title {

}

.section-team .post-container.popup .post-content {
	display: none;
}

.section-team .post-content h4 {
	margin-bottom: 15px;
}

.section-team .post-excerpt .post-read-more {
	display: inline;
}

.section-team .contact-details-container {
	margin-top: auto;
}

.section-team .post-close {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	z-index: 5;

	align-items: center;
	justify-content: center;
	
	border-radius: 50%;
	color: var(--orange);
	cursor: pointer;
}

.section-team .active {
	z-index: 20;
}

.section-team .active .post-container {
	box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	height: auto;

	overflow: hidden; /* Prevents horizontal scrolling, do not remove */
	/*padding: 30px;*/

	/*transform: translateY(-30px);*/
}  

.section-team .active .post {
	padding: 70px;
	padding-bottom: 50px;
}

.section-team .active .post-excerpt {
	display: none;
}

.section-team .active .post-close {
	display: flex;
}

.section-team .active .post-container.popup .post-content {
	display: block;
}

.section-team .active .social-icons {
	margin-top: 0;
}

@media (max-width: 1023px) {

	#teamOverlay.active {
		z-index: 350;
	}

	.section-team .post-container .row {
		margin-bottom: 0;
	}

	.section-team .post-container .col {
		padding-bottom: 0;
	}

	.section-team .col-50 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.section-team .hidden-mobile {
		display: none;
	}

	/*.section-team .post-image {
		padding-top: 120%;
	}*/

	.section-team .contact-details-container {
		display: none;
	}

	.section-team .active {
		z-index: 400;
	}

	.section-team .active .social-icons {
		margin-bottom: 10px;
	}

	.section-team .active .contact-details-container {
		display: block;
	}

	.section-team .active .post-title {
		padding-right: 60px;
	}

	.section-team .post-close {
		top: 20px;
		right: 20px;

		width: 54px;
		height: 54px;
		background: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,0.075);
	}

}

@media (max-width: 567px) {

}

@media (min-width: 568px) {

	/*.section-team .post-container {
		padding: 30px;
	}*/

	.section-team .post-container .post {
		/*padding: 0;
		/*padding-top: 20px;*/

		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}

	

	/*.section-team .post-image {
		padding-top: 140%;
	}*/

}

@media (min-width: 1024px) {

	#teamOverlay.active {
		transition: 0.5s;
	}

	/*.section-team .post-container {
		padding: 40px;
	}*/

	.section-team .post-container .row {
		height: calc(100% + 50px);
	}

	.section-team .active .post-container {
		/*left: -25px;
		right: -25px;
		top: -25px;
		padding: 65px;*/
		transform: translateY(-40px);
	}

}

/* */

.post-container.type-expert .post {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.post-container.type-expert .post-image {
	width: 25%;
	flex-shrink: 0;

	padding-top: 0;
	border-radius: 10px;
	/*clip-path: ellipse(50% 40% at 50% 50%);*/

	margin-left: 6.25%;
}

.post-container.type-expert .post-image:before {
	content: "";
	display: block;
	padding-top: 125%;
}

@media (max-width: 567px) {
	.post-container.type-expert .post-image {
		padding-top: 100%;
		background-position: 50% 25%;
		margin-bottom: 30px;
		border-radius: 50%;
		clip-path: none;
	}
}

@media (min-width: 568px) and (hover: hover) {
	.active .post-container.type-expert:hover .post-image,
	.post-container.type-expert:hover .post-image {
		-webkit-clip-path: ellipse(80% 64% at 50% 50%);
				clip-path: ellipse(80% 64% at 50% 50%);
	}
}


/* */

.nav-links {
	text-align: center;
	display: flex;
	justify-content: center;
}

.nav-links a,
.nav-links span {
	min-width: 50px;
	line-height: 50px;
	padding: 0px 15px;

	color: inherit;
}

.nav-links a:hover,
.nav-links a:focus {
	color: #3eb5c1;
}

.nav-links .current {
	font-weight: 500;
	color: #3eb5c1;
	background: #fff;
	cursor: default;
	margin: 0 10px;
	border-radius: 25px;

	box-shadow: 
		0 1px 1px rgba(0, 0, 0, 0.02), 
		0 2px 2px rgba(0, 0, 0, 0.02),
		0 4px 4px rgba(0, 0, 0, 0.02), 
		0 8px 8px rgba(0, 0, 0, 0.02),
		0 16px 16px rgba(0, 0, 0, 0.02);
}

@media (max-width: 480px) {
	.nav-links .prev,
	.nav-links .next {
		display: none;
	}
}

/* */

.wpcf7 {
	margin: 50px 0;
}

.wpcf7 .row {
	margin-bottom: 0;
}

.wpcf7 .row > .col {
	padding-bottom: 0;
}

.form-group {
	margin-bottom: 30px;
	text-align: left;
}

.btn {
	border: none;
	background: linear-gradient(30deg, var(--orange), var(--yellow) 100%);
	color: var(--darkblue);
	padding: 15px 25px;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	margin: 0;
	border-radius: 8px;
	display: inline-block;
	text-align: center;

	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-lg:hover {
	transform: scale(1.05);
	
}

.btn-glow {
	transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-glow:hover {
	box-shadow: 
		0 0 0 5px rgba(252, 192, 0, 0.2),
		0 10px 20px rgba(252, 192, 0, 0.333);
}

.btn-lg {
	padding: 20px 40px;
	min-width: 240px;
	font-size: 14px;
}

.btn-purple {
	background: var(--purple);
	color: #fff;
}

.btn-purple:hover {
	background: hsl(231, 68%, 52%);
}

.btn-white {
	background: #fff;
	color: var(--purple);
}

.btn-white:hover {
	box-shadow: none;
}

p + p .btn,
p + .btn {
	margin-top: 15px;
}

.wpcf7 .btn {
	width: 100%;
	border-radius: 8px;
}

.wpcf7 .btn:hover {
	background: hsl(350, 80%, 61%);
}

.wpcf7-not-valid-tip {
	color: #f2536e;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	font-style: italic;
}

.form-control.wpcf7-not-valid {
	border-bottom: 1px solid #f2536e; 
}

.wpcf7-response-output:empty {
	display: none;
}

.wpcf7-response-output {
	display: inline-block;
	/*margin-top: 10px;*/
	text-align: left;
	color: #f2536e;

	background-color: rgba(242, 84, 111, 0.1);
	background-image: url('img/alert-primary.svg');
	background-repeat: no-repeat;

	background-size: 24px;
	background-position: 20px 50%;

	padding: 20px;
	padding-right: 30px;
	padding-left: 60px;

	line-height: 20px;
	font-size: 17px;

	border-radius: 30px;

	transition: background-color 0.4s, color 0.4s;
}

.wpcf7-form.sent .wpcf7-response-output {
	color: #3eb5c1;
	background-color: rgba(62, 181, 193, 0.1);
	background-image: url('img/check.svg');
}

/* Recaptcha */

.grecaptcha-badge {
	visibility: hidden;
}

small {
	display: block;
	font-size: 14px;
	color: #aaa;
}

small a {
	border-bottom: 1px solid;
}

/* */

.form-control {
	display: block;
	width: 100%;
	height: 56px;
	border: none; /*2px solid transparent;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 56px;
	padding: 0;
	background: transparent; /*rgba(0,0,0,0.15);*/
	color: #000;

	border-radius: 0;
	-webkit-appearance: none;

	font-family: inherit;
	font-size: 17px;			
}

textarea.form-control {
	min-height: 140px;
}

select.form-control {
	background: #fff;
	-webkit-appearance: none;

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 
0 2px 2px rgba(0, 0, 0, 0.02),
0 4px 4px rgba(0, 0, 0, 0.02), 
0 8px 8px rgba(0, 0, 0, 0.02),
0 16px 16px rgba(0, 0, 0, 0.02);

border: none !important;

	padding-left: 22px;

	background-repeat: no-repeat;
	background-image: url('img/chevron-down.svg');
	background-position: calc(100% - 18px) 50%;
}

::placeholder {
	color: #000;
	opacity: 0.5;
}

.form-control:hover {
	border-bottom: 1px solid #3eb5c1;
}

.form-control:focus {
	outline: none;
	border-bottom: 1px solid #3eb5c1;
	transition: 0.4s;
}

/* */

/*.site-footer {
	background: var(--darkblue); 
	color: #fff;
	padding: 120px 0;

	font-size: 15px;
	position: relative;
	text-align: center;
}

.site-footer h4 {
	margin-bottom: 10px;
}

.site-footer a {
	color: inherit;
}

.site-footer td {
	padding: 0;
	padding-right: 15px;
}

.footer-bottom {
	border-top: 1px solid;
	font-size: 14px;
	font-weight: 400;
	padding-top: 20px;

	margin-top: 80px;
}

.site-header-menu .social-icons,
.site-footer .social-icons {
	margin-top: 20px;
}

.site-header-menu .social-icons a + a,
.site-footer .social-icons a + a {
	margin-left: 20px;
}

.menu-footer-bottom-menu-container,
.menu-footer-bottom-menu-container * {
	display: inline;
}

.menu-footer-bottom-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer-bottom-menu-container li:before {
	content: "\00a0|\00a0\00a0";
}*/

.site-footer {
	background: linear-gradient(30deg, var(--orange), var(--yellow));
	color: var(--darkblue);
	padding-top: 80px;
	position: relative;
}

.site-footer a {
	border: none;
    color:inherit
}

.site-footer .contact-details{
    text-align:center;

}
@media (min-width: 568px){
    .site-footer .contact-details{

        font-size: 22px;
    }
}
.site-footer .contact-details span{
   display: flex;
   align-items: center;
}
.site-footer .contact-details a{
    color:inherit;
    text-decoration:none !important
}

.site-footer .contact-details svg{
    color: inherit;
    margin-right: 16px;
}

.site-footer ul{
    list-style:none;
    padding:0
}
.footer-main {
    padding:30px 0;
    text-align:center
}
@media (min-width: 568px){
    .footer-main{
        padding:50px 0
    }
}

.footer-main .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.site-footer .menu-primary-menu-container {
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}




.footer-bottom {
	font-size: 15px;
	padding-bottom: 30px;
}

@media (max-width: 991px){
    .footer-bottom{
        text-align:center
    }
}
.footer-bottom .website-by{
    margin-top:10px
}
@media (min-width: 992px){
    .footer-bottom .website-by{
        margin:0;
        text-align:right
    }
}
@media (min-width: 568px){
    .menu-footer-bottom-menu-container ul{
        margin:0;
        display:inline
    }
    .menu-footer-bottom-menu-container li{
        display:inline
    }
    .menu-footer-bottom-menu-container li:before{
        content:"\00a0|\00a0\00a0"
    }
    .menu-footer-bottom-menu-container li:first-child:before{
        content:""
    }
}
@media (min-width: 992px){
    .menu-footer-bottom-menu-container{
        text-align:center
    }
}
.menu-footer-bottom-menu-container ul{
    margin:10px 0
}



.footer-legal {
	padding: 50px 0;
	background: var(--darkblue);
	color: #fff;

	font-size: 14px;

	text-align: center;
	position: relative;
	overflow: hidden;
}

.footer-legal p:last-child {
	margin-bottom: 0;
}

/* */

.social-icons {
	display: flex;
	align-items: center;
}

.social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;

	
	
	border-radius: 50%;
}

.social-icons a + a {
	margin-left: 10px;
}


.section-team .social-icons svg {
	width: 16px;
	height: 16px;
}

.section-team .social-icons {
	margin-top: -10px;
	flex-wrap: wrap;
}

.section-team .social-icons a {
	background-color: #fff;
	border: 2px solid #eee;

	width: 48px;
	height: 48px;

	margin-top: 10px;
	margin-left: 0;
	margin-right: 10px;

	transition: transform 0.5s cubic-bezier(0.075,0.82,0.165,1);
	color: rgba(242, 84, 111, 1);	 
}

.section-team .social-icons a:hover,
.section-team .social-icons a:focus {
	color: #fff;
	transform: translateY(-5px);
	transition: transform 0.5s cubic-bezier(0.075,0.82,0.165,1), box-shadow 0.5s cubic-bezier(0.075,0.82,0.165,1);

	background: rgba(242, 84, 111, 1);
	border-color: rgba(242, 84, 111, 1);
	box-shadow:
		0 1px 1px rgba(242, 84, 111,0.1),
		0 2px 2px rgba(242, 84, 111,0.1),
		0 4px 4px rgba(242, 84, 111,0.1),
		0 8px 8px rgba(242, 84, 111,0.1),
		0 16px 16px rgba(242, 84, 111,0.1);
}

/*.section-team .social-icons a.website {
	color: #3eb5c1;
}

.section-team .social-icons a.website:hover,
.section-team .social-icons a.website:focus {
	color: #fff;
	
	background: #3eb5c1;
	border-color: #3eb5c1;
	box-shadow:
		0 1px 1px rgba(62, 181, 193, 0.1),
		0 2px 2px rgba(62, 181, 193, 0.1),
		0 4px 4px rgba(62, 181, 193, 0.1),
		0 8px 8px rgba(62, 181, 193, 0.1),
		0 16px 16px rgba(62, 181, 193, 0.1);
}*/

/*.section-team .social-icons a.fb {
	color: #1877F2;
}*/

/*.section-team .social-icons a.fb:hover,
.section-team .social-icons a.fb:focus {
	color: #fff;
	
	background: #1877F2;
	border-color: #1877F2;
	box-shadow:
		0 1px 1px rgba(24, 119, 242, 0.1),
		0 2px 2px rgba(24, 119, 242, 0.1),
		0 4px 4px rgba(24, 119, 242, 0.1),
		0 8px 8px rgba(24, 119, 242, 0.1),
		0 16px 16px rgba(24, 119, 242, 0.1);
}*/

/*.section-team .social-icons a.tw {
	color: #1DA1F2;
}*/

/*.section-team .social-icons a.tw:hover,
.section-team .social-icons a.tw:focus {
	color: #fff;
	
	background: #1DA1F2;
	border-color: #1DA1F2;
	box-shadow:
		0 1px 1px rgba(29, 161, 242, 0.1),
		0 2px 2px rgba(29, 161, 242, 0.1),
		0 4px 4px rgba(29, 161, 242, 0.1),
		0 8px 8px rgba(29, 161, 242, 0.1),
		0 16px 16px rgba(29, 161, 242, 0.1);
}*/

/* Sidebar nav */

.sidebar-nav {
	position: sticky;
	top: 50px;
	overflow: hidden;
}

.sidebar-nav > ul > li > a {
	font-size: 18px;
	font-weight: 500;
}

.sidebar-nav > ul > li > a:first-child {
	display: none;
}

.sidebar-nav > ul > li > a:last-child {
	display: block;
}

.sidebar-nav h3 {
	margin-bottom: 30px;
}

.sidebar-nav a {
	color: inherit;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
	border-color: #f2536e;
	color: #f2536e;
}

/*.sidebar-nav a + ul {
	display: none;
}*/

/*.sidebar-nav a.active + ul {
	display: block;
}*/

.sidebar-nav ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav ul a {
	display: block;
	padding: 5px 0 5px 30px;
	border-left: 3px solid #ddd;
}

/* Blobs */

.blob {
	color: var(--orange);
	position: absolute;
	width: 28%;

	pointer-events: none;
}

body:not(.home) .blobs-top-right {
	position: relative;
}

.blobs-top-right .blob {
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}


.blobs-bottom-left .blob {
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
}

.blob + .blob {
	color: var(--yellow);
	/*filter: drop-shadow(0 0 1vw rgba(0,0,0,0.15));*/
}

.blob + .blob .outer {
	transform: scale(0.8);
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes skew {
	0% {
		transform: skewX(-10deg);
	}
	50% {
		transform: skewX(10deg);
	}
	100% {
		transform: skewX(-10deg);
	}
}

.blob:not(.no-animation) .inner {
	animation-name: rotate;
	animation-duration: 120s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.blob:not(.no-animation) svg {
	animation-name: skew;
	animation-duration: 19s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);

	vertical-align: top;
}

.blob.blue {
	width: 40%; 
	opacity: 0.125; 
}

.blob.blue .inner {
	animation-direction: reverse;
}

.blob.blue svg {
	color: var(--purple);
}

body.animation-skipped .aquarium .blob {
	display: none;
}

/* */

.cat-bar-container {
	margin-top: -40px;
	padding-bottom: 40px;
}

.cat-bar {
	text-align: center;
	font-weight: 400;
	position: relative;
	color: #fff;
	line-height: 20px;

	display: flex;
	justify-content: center;
}

.cat-bar span,
.cat-bar a {
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}

.cat-bar-tabs span,
.cat-bar-tabs a {
	/*padding: 10px 0;*/
	position: relative;
	cursor: default;
}

*[data-search] {
	cursor: pointer !important;
}

.cat-bar-tabs .active:after {
	content: "";
	position: absolute;

	top: 10px;
	left: calc(50% - 40vw);

	width: 80vw;
	height: 70px;

	-webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
			clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

.cat-bar-tabs {
	font-size: 19px;
	margin-bottom: 20px;
}

.sub-cat-bar {
	position: relative;
	flex-wrap: wrap;
	font-size: 15px;
}

.sub-cat-bar a,
.sub-cat-bar span {
	padding: 10px 20px;
	background: var(--purple);
	color: #fff;
	border: none;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 10px;
}

.sub-cat-bar a:hover,
.sub-cat-bar span:hover {
	background: hsl(231, 68%, 52%);
}

.sub-cat-bar span.active,
.sub-cat-bar a.active {
	background: #fff;
	color: var(--purple);
}

/*.sub-cat-bar-topics span {
	padding: 0;
}

.sub-cat-bar-topics span .circle {
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
}*/

.sub-cat-bar-glossary span {
	padding-left: 0;
	padding-right: 0;
	min-width: 40px;

}

@media (max-width: 567px) {
		
	.cat-bar {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}

@media (min-width: 568px) {
	.cat-bar-tabs > * + * {
		margin-left: 40px;
	}

	.sub-cat-bar > * {
		margin-left: 10px;
		margin-right: 10px;
	}

}





/* Glossary */

body.page-template-glossary .page-intro {
	background: var(--purple);
	color: #fff;
}

body.page-template-glossary .sidebar-nav-glossary{
    position:sticky;
    top:100px;
}

.section-glossary{
	padding: 120px 0;
}

.section-glossary hr:last-child {
	display: none;
}

.section-glossary .circle-container{
    position:relative
}
@media (min-width: 480px){
    .section-glossary .circle-container{
        padding-left:120px
    }
    .section-glossary .circle-container .circle{
        position:absolute;
        left:0;
        top:-10px
    }
}
@media (min-width: 568px){
    .section-glossary .circle-container{
        padding-left:140px
    }
}

.section-glossary .circle{
    height:80px;
    width:80px;
    font-size:48px;
    text-align:center;
    line-height:80px;
    border-radius:50%;

    box-shadow:0 10px 20px -5px rgba(0,0,0,0.1);
    margin-bottom:20px;

    background: rgb(37, 62, 196, 0.2);

    color: var(--purple);
    box-shadow:none;
    position:relative
}

.section-glossary .circle span{
    position:relative;
}
.section-glossary .circle-container:last-of-type hr:last-of-type{
    display:none
}
.section-glossary .squircle{
    border-radius:25%
}


.section-glossary-intro{
    display: none;
}


@media (max-width: 991px){
    .section-glossary-intro .section-title{
        text-align:center
    }
}
.glossary-definitions{
    position:relative;
    margin-bottom:50px;
    display:none
}
@media (min-width: 480px) and (pointer: fine){
    .glossary-definitions{
        display:block
    }
}
.glossary-definitions .item{
    position:absolute;
    width:100%;
    opacity:0;
    display:flex
}
.glossary-definitions .item .inner{
    transform:translateY(10px);
    opacity:0;
    transition:0.4s
}
.glossary-definitions .item>div:nth-child(1){
    width:50%
}
@media (max-width: 1799px){
    .glossary-definitions .item>div:nth-child(1){
        width:90%
    }
}
.glossary-definitions .item>div:nth-child(2){
    width:33.333%;
    position:relative;
    padding-left:5%;
    opacity:0;
    transition-delay:0.2s
}
@media (max-width: 1799px){
    .glossary-definitions .item>div:nth-child(2){
        display:none
    }
}
.glossary-definitions .item>div:nth-child(2):after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.glossary-definitions .item.active{
    position:relative;
    opacity:1;
    z-index:1
}
.glossary-definitions .item.active .inner{
    opacity:1;
    transform:none
}
.glossary-definitions .item:focus,.glossary-definitions .item:hover{
    color:inherit
}
.glossary-definitions h3{
    line-height:1.25;
    margin-bottom:15px
}
.glossary-definitions h3,.glossary-definitions p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.glossary-alphabet{
    display:flex;
    flex-wrap:wrap
}
@media (max-width: 567px){
    .glossary-alphabet{
        justify-content:space-between
    }
}
@media (min-width: 1800px){
    .glossary-alphabet{
        padding-top:8px;
        margin-right:-8px
    }
}
.glossary-alphabet .letter{
    width:48px;
    line-height:48px;
    text-align:center;
    border-radius:25%;
    position:relative;
    color: #fff;
    border: none;
}
@media (min-width: 1800px){
    .glossary-alphabet .letter{
        margin-bottom:8px;
        margin-right:8px
    }
}

.glossary-alphabet .letter:not(.has-words) {
	opacity: 0.4;
}

.glossary-alphabet .letter.has-words{
    font-weight:700;
}
.glossary-alphabet .letter.has-words.active,
.glossary-alphabet .letter.has-words:hover {
    background: #fff;
    color: var(--darkblue);
    cursor:pointer;
    font-weight:600;
    box-shadow:0 10px 20px -10px rgba(0,0,0,0.1)
}

.glossary-alphabet .letter-count{
    position:absolute;
    bottom:100%;
    margin-bottom:15px;
    left:50%;
    background: var(--yellow);
    opacity:0;
    pointer-events:none;
    white-space:nowrap;
    transform:translateX(-50%) translateY(10px) scale(0.9);
    padding:0 10px;
    border-radius:5px;
    font-size:13px;
    line-height:32px;
    color: var(--darkblue);
    transition:0.2s;
    z-index:1;
    font-weight: 500;
}
.glossary-alphabet .letter-count:after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-5px;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color: var(--yellow) transparent transparent transparent
}
.glossary-alphabet .letter:hover .letter-count{
    transform:translateX(-50%);
    opacity:1
}
