@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Regular.eot');
	src: url('assets/fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Regular.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Regular.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Regular.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Regular.svg#brandon_grotesque_regularRg') format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Regular-Italic.eot');
	src: url('assets/fonts/BrandonGrotesque-Regular-Italic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Regular-Italic.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Regular-Italic.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Regular-Italic.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Regular-Italic.svg#BrandonGrotesque-RegularItalic') format("svg");
	font-style: italic;
	font-weight: 400;
	font-display: optional;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Bold-Regular.eot');
	src: url('assets/fonts/BrandonGrotesque-Bold-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Bold-Regular.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Bold-Regular.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Bold-Regular.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Bold-Regular.svg#brandon_grotesquebold') format("svg");
	font-style: normal;
	font-weight: 600;
	font-display: optional;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Bold-Italic.eot');
	src: url('assets/fonts/BrandonGrotesque-Bold-Italic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Bold-Italic.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Bold-Italic.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Bold-Italic.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Bold-Italic.svg#brandon_grotesquebold_italic') format("svg");
	font-style: italic;
	font-weight: 600;
	font-display: optional;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Light-Regular.eot');
	src: url('assets/fonts/BrandonGrotesque-Light-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Light-Regular.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Light-Regular.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Light-Regular.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Light-Regular.svg#brandon_grotesquelight') format("svg");
	font-style: normal;
	font-weight: 300;
	font-display: optional;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Light-Italic.eot');
	src: url('assets/fonts/BrandonGrotesque-Light-Italic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Light-Italic.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Light-Italic.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Light-Italic.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Light-Italic.svg#brandon_grotesquelight_italic') format("svg");
	font-style: italic;
	font-weight: 300;
	font-display: optional;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Medium.eot');
	src: url('assets/fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Medium.woff2') format('woff2'), url('assets/fonts/BrandonGrotesque-Medium.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Medium.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Medium.svg#brandon_grotesquemedium') format("svg");
	font-style: normal;
	font-weight: 500;
	font-display: fallback;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('assets/fonts/BrandonGrotesque-Medium-Italic.eot');
	src: url('assets/fonts/BrandonGrotesque-Medium-Italic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/BrandonGrotesque-Medium-Italic.woff') format('woff'), url('assets/fonts/BrandonGrotesque-Medium-Italic.ttf') format('truetype'), url('assets/fonts/BrandonGrotesque-Medium-Italic.svg#BrandonGrotesque-RegularItalic') format("svg");
	font-style: italic;
	font-weight: 500;
	font-display: optional;
}

html {
	scroll-behavior: smooth;
}

:root {
	--body-color: #223038;
	--body-color-lighter: rgba(34, 48, 56, .7);
	--body-color-darker: rgba(34, 48, 56, .4);
	--accent-color: #465378;
	--lighter-color: #ffffff;
	--lighter-bg-color: #e7edef;
	--link-color: #465378;
	--link-hover-color: #2a6496;
	--banner-alert-color: #c94e1b;
	--banner-cta-color: #007681;
	--banner-cta-color-hover: #00565e;
	--hero-pages-bg-color: #485f95
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--body-color);
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	font-size: 18.5px
}

a {
	color: var(--link-color);
	text-decoration: none;
}

article a,
main a {
	text-decoration: underline;
}

article h2 a {
	text-decoration: none;
	color: var(--body-color);
}

a:hover,
a:focus {
	color: var(--link-hover-color);
	text-decoration: underline;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

table {
	width: 100%
}

summary:focus {
	outline: 0;
}

#gtm {
	height: 0;
	width: 0;
	display: none;
	visibility: hidden;
}

h1 {
	font-weight: 400;
	font-size: 32px;
}

h2 {
	font-weight: 400;
	font-size: 28px
}

h3 {
	font-weight: 400;
	font-size: 22px;
	clear: both
}

article h2 {
	color: var(--body-color);
}

iframe {
	max-width: 100%;
}


/* HAMBURGER MENU */

header {
	z-index: 1;
	position: relative;
}


/* Wrapper */

#hamnav {
	position: sticky;
	top: 0;
	height: 50px;
	white-space: nowrap;
}


/* Hide Hamburger */

#hamnav label,
#hamburger {
	display: none;
}


/* Horizontal Menu Items */

#hamitems {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#hamitems a {
	padding: 10px;
	color: #000;
	margin-right: 5px;
}

#hamitems a:hover {
	color: var(--body-color-lighter);
	text-decoration: none;
}

/* test dropdown menu */
.dropdown {
	position: relative;
	display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content p a {
	padding-right: 20px !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}

a#login {
	padding: 10px 40px;
	background: var(--banner-cta-color);
	border-radius: 6px;
	color: var(--lighter-color);
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}

a#login:hover {
	color: var(--lighter-color);
}

nav {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

nav div {
	display: inline-block;
	font-size: 16px;
}

.nav-item a {
	color: inherit;
	text-decoration: none;
}

.nav-login a {
	padding: 10px 50px;
	background: var(--accent-color);
	border-radius: 6px;
	color: var(--lighter-color);
	text-decoration: none;
	font-weight: 600;
}

.nav-item {
	text-transform: uppercase;
}

.logo {
	background: url(assets/img/logo.svg) no-repeat;
	width: 141px;
	height: 60px;
	float: left;
	position: relative;
}

#hero-container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#hero-pane {
	background-image: url(assets/img/temp.jpg);
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 570px;
	background-blend-mode: multiply;
	color: var(--lighter-color);
}

#hero-title {
	background: rgba(0, 0, 0, .1);
	padding: 20px;
	font-size: 3rem;
	margin: 0 auto;
	width: auto;
	text-align: center;
	box-sizing: border-box;
}

#hero-body {
	font-size: 1.5rem;
	width: 684px;
	margin: 40px auto;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	padding: 20px;
}

.search-icon {
	width: 13px;
	height: 25px
}

figure {
	margin: 0 auto;
	display: table
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 1rem;
	text-align: center
}

#search-footer {
	filter: invert(1);
}

#newsletter-popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	background: rgba(255, 255, 255, .9);
	padding: 0 20px;
	border-radius: 10px;
	display: inline-block;
	float: right;
	/* margin-bottom: 30px; */
	color: #000;
	text-align: center;
	display: block
}

#newsletter-popup a {
	color: inherit;
}

#newsletter-popup img {
	width: 250px;
}

#newsletter-popup:target {
	display: none
}

a#newsletter-popup-close {
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 2px;
	color: var(--body-color);
}

.button {
	background: var(--accent-color);
	padding: 15px 60px;
	border-radius: 4px;
	font-size: 17px;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	white-space: nowrap;
}

.button a {
	color: var(--lighter-color);
	text-decoration: none;
	font-weight: 500;
}

#hero-bottom::before {
	background: var(--lighter-color) url(assets/img/section1_bg.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
	height: 0;
	/* temporarily removed */
	content: " ";
	position: absolute;
	width: 100%;
}

#hero-bottom {
	height: 0;
	/* temporarily removed */
}

#home-section1 {
	color: var(--body-color-lighter);
}

.blocks {
	flex-grow: 1;
	padding: 2%;
}

.blocks img {
	height: 160px;
	width: 160px;
	padding: 4%;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 4%;
}

#blocks-container {
	display: flex;
	text-align: center;
	margin: 8% 0;
	align-content: center;
	align-items: end;
}

.blocks div {
	display: block;
	color: var(--body-color);
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px
}

#platforms {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

#platforms>div {
	flex-basis: 400px;
	margin: 0 15px;
	position: relative
}

div#student-platform:before,
div#teacher-platform:before {
	border-radius: 16px;
	position: absolute;
	background: #fff;
	top: 10px;
	padding: 4px 10px;
	left: 10px;
	font-weight: 500;
}

div#student-platform:before {
	content: "For students"
}

div#teacher-platform:before {
	content: "For teachers"
}

.platforms-login {
	text-align: center
}

/* temporary login page */
.buttons-platforms {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.old-site-message {
	color: red;
	font-size: 1rem;
	text-align: center;
}

.platforms-login a {
	color: #000;
}

.platforms-login:last-of-type {
	margin-bottom: 10px;
}

#register-cta {
	display: flex;
}

video {
	width: 100%;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}

#home-section3 {
	margin-bottom: 60px;
}

#quote-container {
	display: block;
	background: #38454C;
	background-size: 100% 100%;
	color: var(--lighter-color);
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 20px 150px;
	position: relative;
	/* clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%) */
}

#quote-slider>ul {
	height: 125px;
	text-align: center;
	white-space: unset;
}

#quote-container::before,
#quote-container::after {
	content: '';
	display: block;
	width: 45px;
	height: 32px;
	background: url(assets/img/icon-quote-open.svg) no-repeat;
	background-size: cover;
	background-position: 50% 14.5%;
	position: absolute;
	top: 50px;
	left: 70px;
}

#quote-container::after {
	transform: rotate(180deg);
	left: auto;
	right: 70px;
}

#quote-before {
	background: #38454C;
	height: 40px;
	margin-top: 50px;
	transform: skewY(-2deg);
	margin-bottom: -17px;
}

#quote-after {
	height: 42px;
	background: #38454C;
	transform: skewY(2deg);
	margin-top: -17px;
}

.quote-author {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.home-section4 {
	background-color: var(--lighter-bg-color);
	text-align: center;
	padding: 20px 0;
}

#page summary {
	margin-bottom: 20px;
}

summary {
	cursor: pointer;
}

details[open] summary~* {
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
	0% {
		opacity: 0;
		margin-left: -10px;
	}

	100% {
		opacity: 1;
		margin-left: 0px;
	}
}

#geochart-colors {
	position: relative;
	width: 100%;
	height: 600px;
	font-family: 'Brandon Grotesque Regular', 'Arial', sans-serif;
}

#home-section5 {
	background-color: #67769e;
	background-position: top 10px left -10px, bottom -20px right 20px;
	min-height: 366px;
	color: var(--lighter-color);
	text-align: center;
	flex-direction: column;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat, no-repeat;
	background-image: url(assets/img/social-media-share-icon.svg), url(assets/img/teacher2.svg);
	background-size: 200px, 230px;
}

.transparent-cta {
	width: auto;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid var(--lighter-color);
	align-items: center;
	padding: 15px 65px;
	display: inline-block;
}

.transparent-cta:hover {
	background: var(--lighter-color);
}

.transparent-cta-wrapper a {
	color: var(--lighter-color);
}

.transparent-cta-wrapper a:hover {
	color: var(--accent-color);
}

.google-visualization-tooltip {
	width: 200px;
}

.country-text-ctas .transparent-cta {
	flex-basis: 300px;
	justify-content: center;
}

#home-section5 .container,
#about-tbi .container {
	width: 584px;
	padding: 4%;
	box-sizing: content-box;
	margin-bottom: 15px
}

.container h1,
.container h2 {
	margin: 0;
}

#banner-text .container {
	background: var(--lighter-bg-color);
	padding: 30px 6% 50px;
	line-height: 30px;
	border-radius: 5px;
	margin-top: 2%;
	width: 660px;
}

#banner-text .container h3 {
	text-align: center;
}

#banner-text .container img {
	height: 115px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.banner-cta {
	background-color: var(--banner-cta-color);
	border-radius: 5px;
	color: var(--lighter-color);
	font-size: 18px;
	padding: 18px;
	transition: .25s;
	text-decoration: none;
	margin: 4% 0;
	flex-shrink: 0;
	flex-grow: 0;
	text-align: center;
	cursor: pointer;
	display: inline-block
}

a.banner-cta:visited {
	color: #fff;
}

.banner-cta:hover {
	background-color: var(--banner-cta-color-hover);
}

a.banner-cta:hover {
	color: var(--lighter-color);
	text-decoration: none;
}

.buttons-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px
}

hr.divider {
	border: 2px solid #dee4e6;
}

/* data tooltips */
[data-tooltip]::after {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	content: attr(data-tooltip);
	left: 0;
	top: calc(100% + 10px);
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgb(100 100 100 / 40%);
	z-index: 10;
	padding: 5px;
	width: 300px;
	transform: translateY(-20px);
	transition: all 150ms cubic-bezier(.25, .8, .25, 1);
}

[data-tooltip] {
	position: relative;
	border-bottom: 1px dashed #fff;
	cursor: help;
	display: inline-block;
	font-size: 16px;
}

[data-tooltip]:hover::after {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 300ms;
}


/* FOOTER */

#footer-top {
	background-color: var(--body-color);
	padding: 0 4%;
}

.logo-footer {
	width: 34px;
}

#footer-top .container {
	display: flex;
	justify-content: space-between;
}

#footer-top img {
	width: 65%;
	max-width: 250px;
}

#social-media {
	float: right;
	display: flex;
	gap: 15px;
}

#social-media img {
	width: 22px;
}

footer {
	color: #D8DADA;
}

#footer-body {
	background: #39454c;
	padding: 4%;
}

#footer-body li a,
#copyright a {
	color: #D8DADA;
}

#footer-body .container {
	display: flex;
	flex-wrap: wrap;
}

#footer-body .container div:nth-of-type(1),
#footer-body .container div:nth-of-type(2) {
	flex-basis: 25%;
}

#footer-body .container div:nth-of-type(3) {
	flex-basis: 50%;
}

.footer-category {
	text-transform: uppercase;
	font-weight: 600;
}

#footer-body .container ul li {
	list-style-type: none;
	line-height: 2.2rem;
}

#footer-body .container ul {
	padding: 0;
}

p#copyright {
	margin: 0;
}

#footer-body .container div:nth-of-type(3) p {
	font-size: 13px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/* 	vertical-align: bottom; */
}

/* HOW IT WORKS */

p.definition {
	font-size: 1.7rem;
	background: rgba(134, 146, 175, .3);
	border-radius: 10px;
	text-align: center;
	padding: 40px 20px;
}

#page-hero {
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: var(--hero-pages-bg-color);
	background-repeat: no-repeat;
	min-height: 470px;
	/* min-height: 525px; */
	color: var(--lighter-color);
	text-align: center;
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.how-it-works-hero {
	background-image: url(assets/img/hitw_pics.jpg);
}

.who-we-are-hero {
	background-image: url(assets/img/who-we-are2.jpg);
}

.videoconferences-hero {
	background-image: url(assets/img/videoconferences-bg-overlay.jpg);
	background-blend-mode: multiply !important;
}

.sdgseries-hero {
	background-image: url(assets/img/internal-pages/sdg-header.jpg);
}

.sdgseries2023-hero {
	background-image: url(assets/img/events/sdgseries2023.jpg);
}

.studentadvisorygroup {
	background-image: url(assets/img/internal-pages/student-advisory-group.jpg);
}

.educatoradvisorygroup {
	background-image: url(assets/img/internal-pages/educator-advisory-group.jpg);
	/* https://unsplash.com/photos/smgTvepind4 */
}

.alumni-hero {
	background-image: url(assets/img/internal-pages/alumni-hero.jpg);
	/* https://unsplash.com/photos/vdXMSiX-n6M */
}

.search-hero {
	background-image: url(assets/img/internal-pages/search.jpg);
}

.events-hero {
	background-image: url(assets/img/internal-pages/events.jpg);
}

.educationvc-hero {
	background-image: url(assets/img/internal-pages/education-week4.jpg);
	background-position: bottom center !important;
}

.firesidechat-hero {
	background-image: url(assets/img/events/firesidechat.jpg);
	background-blend-mode: multiply !important;
}

.resources-hero {
	background-image: url(assets/img/hero-resources.jpg);
	/* https://unsplash.com/photos/5fNmWej4tAA */
}

.resources-hero2 {
	background-image: url(assets/img/eod.jpg);
}

.news-hero {
	background-image: url(assets/img/internal-pages/news-hero.jpg);
	background-position: top center !important;
}

.get-involved-hero {
	background-image: url(assets/img/internal-pages/get-involved.jpg);
	/* https://unsplash.com/photos/Zyx1bK9mqmA */
}

.educator-awards-hero {
	background-image: url(assets/img/internal-pages/educator-awards.jpg);
}

.uda-hero {
	background-image: url(assets/img/internal-pages/uda-hero.jpg);
	/* https://placeit.net/c/mockups/stages/woman-using-iphone-6-and-ipad-mini-mockup-generator */
}

.teacher-portal-hero {
	background-image: url(assets/img/internal-pages/teacher-portal-hero.jpg);
	/* https://placeit.net/c/mockups/stages/woman-using-iphone-6-and-ipad-mini-mockup-generator */
}


.mooc-event-hero {
	background-image: url(assets/img/events/intro-to-dialogue-event-bg.jpg);
	/* https://elements.envato.com/young-disable-student-in-wheelchair-making-notes-i-CRFRDCT */
}

.photo-contest-hero {
	background-image: url(assets/img/events/photocontest-hero.jpg);
	/* https://elements.envato.com/close-up-portrait-of-a-girl-taking-picture-with-ca-PAJ7F6V */
}

.wahda {
	background-image: url(assets/img/internal-pages/wahda3.jpg);
}

.resources-hero a,
.resources-hero2 a {
	color: #fff
}

#page-hero h1,
#page-hero h2 {
	background: rgba(255, 255, 255, .1);
	display: inline-block;
	padding: 30px;
	font-size: 2.7rem;
}

#page-hero .container {
	width: 60%;
	padding: 4%;
}

#page-hero p {
	line-height: 30px;
	font-size: 1.5rem;
}

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

.experience div {
	flex-grow: 1;
	box-sizing: border-box;
}

.experience div:nth-of-type(1) {
	flex-basis: 60%;
}

.experience div:nth-of-type(2) {
	flex-basis: 380px;
	padding: 4%;
}

.skills {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 30px;
	align-items: center;
}

.skill1-icon {
	grid-area: 1 / 1 / 2 / 2;
}

.skill1-text {
	grid-area: 1 / 2 / 2 / 3;
}

.skill2-icon {
	grid-area: 2 / 1 / 3 / 2;
}

.skill2-text {
	grid-area: 2 / 2 / 3 / 3;
}

.skill3-icon {
	grid-area: 3 / 1 / 4 / 2;
}

.skill3-text {
	grid-area: 3 / 2 / 4 / 3;
}

.skill4-icon {
	grid-area: 4 / 1 / 5 / 2;
}

.skill4-text {
	grid-area: 4 / 2 / 5 / 3;
}

.skill5-icon {
	grid-area: 5 / 1 / 6 / 2;
}

.skill5-text {
	grid-area: 5 / 2 / 6 / 3;
}

img.toc {
	border: 1px solid #000;
	padding: 30px;
	box-sizing: border-box;
}

img.smallimg {
	width: 400px
}

h3.goal {
	background: rgba(134, 146, 175, .3);
	padding: 40px 20px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.7em;
}

.activities img {
	height: 203px;
	width: 305px;
}

.get-involved {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 2em
}

.get-involved img {
	height: 270px;
	margin: 0 auto
}

#about-tbi {
	background: url(assets/img/tbi-background.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 366px;
	flex-direction: column;
	text-align: center;
	color: var(--lighter-color);
	background-color: var(--banner-cta-color);
	background-blend-mode: soft-light;
}

.invert {
	transform: rotate(180deg);
}


/* COOKIE POLICY PAGE */

.cookies {
	cursor: pointer;
}

.cookies:hover {
	text-decoration: underline;
}


th,
td {
	border-color: #000;
	border: 1px solid;
	text-align: left;
	padding: 10px;
}

/* IMPACT */

.impact {
	display: flex;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.impact span {
	font-size: 50px;
	display: block;
	font-weight: 700;
}

.flourish-credit {
	display: none;
}

.impact-framework-list li {
	margin-bottom: 15px;
	list-style-type: circle
}

.impact-framework {
	background: #465378;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	display: inline-block;
}

.awareness {
	background: #465378;
}

.practice {
	background: #5AA2AE
}

.transformation {
	background: #7F8FA9
}

.arrow-impact {
	font-size: 32px
}

.impact-container {
	display: flex
}


/* WHO WE ARE */

.values {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 0 30px;
}

.values div {
	max-width: 200px;
}

summary h4 {
	display: inline;
}

.partners {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 40px 0px;
	align-items: center;
	text-align: center;
	grid-template-areas: "andra-pradesh british-council jordan-moe""miur northern-territories prepatec""sacred-heart usaid unesco";
}

.andra-pradesh {
	grid-area: andra-pradesh;
}

.british-council {
	grid-area: british-council;
}

.jordan-moe {
	grid-area: jordan-moe;
}

.miur {
	grid-area: miur;
}

.northern-territories {
	grid-area: northern-territories;
}

.prepatec {
	grid-area: prepatec;
}

.sacred-heart {
	grid-area: sacred-heart;
}

.unesco {
	grid-area: unesco;
}

.usaid {
	grid-area: usaid;
}

.partners img {
	width: 160px;
}

.jordan-moe img {
	width: 120px;
}

.andra-pradesh img {
	width: 120px;
}


/* PAGES */

#page article {
	background: var(--lighter-bg-color);
	color: var(--body-color-lighter);
}

#article-hero {
	background: var(--accent-color);
	min-height: 300px;
	display: flex;
	padding: 100px 30px 0;
	flex-direction: column;
}

article h1 {
	text-align: center;
	color: var(--lighter-color);
	padding: 10px 25px;
	background: rgba(255, 255, 255, .2);
	font-size: 45px;
	margin: 0 auto;
	font-weight: 500;
}

.blog article h1 {
	color: inherit;
	text-align: left;
	padding: 0;
	font-size: 32px;
}

article .container {
	background: var(--lighter-color);
	padding: 4%;
	margin-top: -4%;
}

#page .banner-cta {
	margin: 0;
}

.centered {
	text-align: center;
	display: block
}

.green-banner {
	margin: 30px 0;
	background: #39454c;
	color: #fff;
	padding: 1px 20px;
	border-radius: 5px;
}

.translation-links {
	background: #39454c;
	color: #fff;
	padding: 1px 20px;
	border-radius: 5px;
	margin-bottom: 25px
}

.green-banner a, .translation-links a {
	color: #fff
}

.testimonial {
	flex-basis: 50%;
}

.testimonials-container {
	display: flex;
	gap: 40px;
	align-items: center;
	text-align: center
}

/* EDUCATOR AWARDS */
.awards-icons {
	width: 32px;
	position: relative;
	top: -4px;
	margin-right: 5px;
}

.table-mobile-arrow {
	display: none;
}

/* SDG SERIES */

.sdg-icons {
	/* display: flex; */
	box-sizing: border-box;
	gap: 1%;
	justify-content: space-between;
}

.sdg-icons img {
	width: 24%;
}

ol.sdgtimeline {
	list-style-type: none;
	/*    counter-reset: item; */
}

ol.sdgtimeline li {
	counter-increment: item;
	margin-bottom: 5px;
}

ol.sdgtimeline li:before {
	content: "Week"' 'counter(item) ' '":";
	margin-right: 10px;
	font-weight: 700;
	border-bottom: 1px solid var(--banner-cta-color);
}

.small-image-right {
	width: 200px;
	float: right;
	padding: 0 3%
}

.medium-image-right {
	width: 450px;
	float: right;
	padding: 0 3%
}

.right {
	float: right;
	padding-left: 3%
}

.left {
	float: left;
	padding-right: 3%
}

/* SDG Teaching Resources */

.inactive {
	opacity: .3
}

.sdgblocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	grid-template-areas:
		". ."
		". .";
	text-align: center;

}

.sdgblocks a {
	text-decoration: none;
	color: #fff;
	border: 1px solid;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sdgblocks h3 {
	font-weight: 500
}


.sdgblocks a:nth-of-type(1) {
	background-color: #646E73
}

.sdgblocks a:nth-of-type(2) {
	background-color: #38454C
}

.sdgblocks a:nth-of-type(3) {
	background-color: #38454C
}

.sdgblocks a:nth-of-type(4) {
	background-color: #646E73
}

.sdgblocks a:hover {
	background-color: #E7EDEF;
	color: #000 !important
}

/* EVENT PAGES */

.twitter-article {
	filter: invert(21%)sepia(0%)saturate(10000%);
}

.event-guest {
	height: 250px
}

.event-container h2 {
	display: inline;
}

.event-container {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.event-label {
	padding: 5px 12px;
	background: #39454c;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	top: -3px;
	align-self: baseline;
}

.blog .event-label {
	margin-bottom: 12px
}

.news-hero .event-label {
	cursor: pointer;
	background: var(--banner-cta-color)
}

.labels-container {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

#filter-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	visibility: hidden;
	transition: visibility 0.3s, opacity 0.3s linear;
	opacity: 0;
	width: 100%;
	font-size: 16px;
}

#filter-text.visible {
	visibility: visible;
	opacity: 1;
}


/* MAILCHIMP NEWSLETTER */

#mce-error-response,
#mce-success-response {
	display: none
}

#mce-hidden {
	position: absolute;
	left: -5000px;
}

div#mce-submit div:hover {
	background: #39454c;
}

#newsletter-signup-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

fieldset.mc_fieldset.gdprRequired.mc-field-group {
	border: 0;
}

.mc-field-group input[type=text],
.mc-field-group input[type=email] {
	background: var(--lighter-bg-color);
	border: 0;
	border-radius: 2px;
	padding: 3% 2%;
	margin: 2% 0;
	width: 250px;
	font-size: 16px;
	font-family: inherit;
}

.content__gdpr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

input#mc-embedded-subscribe {
	background: none;
	border: 0;
	text-decoration: none;
	font-size: 18px;
	color: var(--lighter-color);
	flex-shrink: 0;
	cursor: pointer;
	font-family: inherit;
}


/* BLOG */

.blog .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main.blog {
	margin-bottom: 20px;
}

.blog article a:hover {
	text-decoration: none;
}


.blog article {
	padding-bottom: 3%;
}

.author-name {
	display: flex;
	align-items: center;
}

.author-name img {
	height: 2rem;
	width: 2rem;
	border-radius: 100%;
	margin-right: .5rem;
}

.author-name>span {
	margin-right: 15px;
}

.blog article:not(:first-of-type) {
	flex-basis: 48%;
}


/* TEACHER COMPANION GUIDE */

#teacher-companion-guide summary {
	font-size: 1.3rem;
	margin: 20px 0;
	font-weight: 500;
}

#teacher-companion-guide summary span {
	font-weight: 300 !important;
	margin-top: 0;
	font-style: italic;
	display: block
}

/* #teacher-companion-guide summary~* {
	margin-left: 30px;
} */

summary.teacher-companion-guide-headers {
	font-size: 125% !important;
}

#teacher-companion-guide .container details img {
	max-width: 85%;
}

#teacher-companion-guide .container td {
	border: 1px solid #333333;
	padding: 10px
}

p.tcg-ld,
p.tcg-topic,
p.tcg-written-dialogue,
p.tcg-debrief {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	margin: 5px;
}

p.tcg-ld {
	background: #595959;
}

p.tcg-topic {
	background: #465378;
}

p.tcg-debrief {
	background: #00626B;
}

p.tcg-written-dialogue {
	background: #C94E1B;
}

.tcg-cornerstone {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	grid-template-areas:
		". ."
		". .";
	text-align: center;
}

.tcg-cornerstone div {
	border: 1px solid;
	padding: 5px
}

.tcg-cornerstone h3 {
	font-weight: 500
}

.tcg-cornerstone .cornerstone1 {
	color: grey
}

.tcg-cornerstone .cornerstone2 {
	color: var(--banner-cta-color)
}

.tcg-cornerstone .cornerstone3 {
	color: burlywood
}

.tcg-cornerstone .cornerstone4 {
	color: lightcoral
}

/*
th:nth-of-type(3) {
	width: 20%;
}

#teacher-companion-guide th:nth-of-type(4) {
	width: 12% !important;
}
*/

#teacher-companion-guide details:first-of-type {
	margin-top: 40px;
}

#teacher-companion-guide details:last-of-type {
	margin-bottom: 40px;
}

.tcg-skills {
	max-width: 100px
}


/* OUR TEAM */

.team-member {
	display: grid;
	grid-template-columns: .35fr 1fr;
	margin-top: 30px;
	margin-bottom: 50px
}

.team-member img {
	width: 200px;
}

.team-member h3 {
	margin-top: 0;
}


/* RESOURCES */

article#eod {
	background: url(assets/img/eod.svg);
	background-repeat: no-repeat;
	background-position: bottom right 20px;
	background-size: 360px;
}

article#difficult-dialogue {
	background: url(assets/img/difficult-dialogue.svg);
	background-repeat: no-repeat;
	background-position: bottom right 20px;
	background-size: 120px;
}

article#teacher {
	background: url(assets/img/teacher.svg);
	background-repeat: no-repeat;
	background-position: bottom right 20px;
	background-size: 120px;
}

article#pon {
	background: url(assets/img/pon.svg);
	background-repeat: no-repeat;
	background-position: bottom right 20px;
	background-size: 120px;
}


/* ALUMNI PAGE */

.alumni-stories {
	display: flex;
	gap: 20px;
	flex-wrap: wrap
}

.alumni-stories img {
	padding: 4%;
	max-width: 270px;
}

/* EVENTS PAGE */
.event-container .buttons-container {
	justify-content: left;
	clear: both;
}

.event-container .buttons-container .banner-cta {
	margin: 2% 0;
	margin-right: 2%;
}

.event-time::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M12,0A12,12,0,1,1,0,12,12,12,0,0,1,12,0Zm0,1A11,11,0,1,1,1,12,11,11,0,0,1,12,1Zm0,11h6v1H11V4h1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 23px;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 4px;
}

.event-location::before {
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M500,10c-171.1,0-309.8,138.7-309.8,309.8C190.2,592.9,500,659.6,500,990c0-330.4,309.8-397.1,309.8-670.2C809.7,148.7,671.1,10,500,10z M500,722.3c-33-56.2-73-103.6-110.8-148.5c-70.9-84-126.9-150.3-126.9-254c0-131.1,106.6-237.7,237.7-237.7c131.1,0,237.7,106.6,237.7,237.7c0,103.8-56,170.1-126.9,254.1C573,618.7,532.9,666.1,500,722.3z'/%3E%3Cpath d='M500,203.5c-44.4,0-80.2,35.9-80.2,80.3c0,44.4,35.9,80.3,80.2,80.3c44.4,0,80.3-35.9,80.3-80.3C580.3,239.4,544.4,203.5,500,203.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 25px;
	display: inline-block;
	position: relative;
	top: 7px;
}


.events .event-container:not(:first-of-type) {
	border-top: 1px dashed;
	padding-top: 40px;
}


/* MOBILE */

@media only screen and (max-width: 876px) {

	#hero-title,
	nav,
	.container,
	#hero-body,
	#home-section5 .container,
	#how-it-works-hero .container,
	#events-hero .container,
	#who-we-are-hero .container,
	#page-hero .container,
	#about-tbi .container,
	#banner-text .container {
		width: auto;
	}

	table {
		overflow-x: scroll;
		display: block
	}

	.logo {
		width: 207px;
		height: 50px
	}

	#hero-title {
		font-size: 2.3rem
	}

	#hero-body {
		font-size: 1.2rem
	}

	#top-banner {
		font-size: 16px;
	}

	#top-banner a:before {
		display: block;
		margin: 0 auto;
		margin-bottom: 2%;
	}

	header {
		position: sticky;
		top: 0;
		background: #fff;
		padding: 0.1px;
	}

	div#student-platform:before,
	div#teacher-platform:before {
		position: relative;
		top: -15px;
		left: 0;
	}

	#platforms>div {
		margin: 25px 15px;
	}

	#banner-text {
		padding: 6% 4% 0;
	}

	.nav-item,
	.nav-login {
		display: none;
	}

	.dropdown:hover .dropdown-content {
		display: none;
	}

	div#home-section1::before {
		height: 80px;
	}

	#blocks-container {
		flex-wrap: wrap;
	}

	#quote-slider>ul {
		height: 200px;
	}

	#quote-container {
		padding: 17px 25px;
	}

	#quote-container::before,
	#quote-container::after,
	#quote-container::before,
	#quote-container::before {
		display: none;
	}

	#home-section5 {
		background-image: none;
	}

	#footer-body .container {
		gap: 0 30px
	}

	#footer-body .container div:nth-of-type(1),
	#footer-body .container div:nth-of-type(2) {
		flex-basis: auto;
	}

	#footer-body .container div:nth-of-type(3) {
		flex-basis: 100%;
	}

	article h1 {
		width: auto;
	}

	article .container {
		margin: 0;
	}

	article#eod {
		background-size: 300px;
	}

	#newsletter-signup-details {
		justify-content: center;
	}

	.skills {
		display: block;
		text-align: center
	}

	.right, .left {
		float: none;
		padding: 0;
		display: block;
		margin: 0 auto
	}

	.impact-container {
		flex-wrap: wrap;
	}

	/* ARROW TABLES MOBILE */

	@-moz-keyframes bounceDown {

		0%,
		20%,
		50%,
		80%,
		100% {
			-moz-transform: translateY(0);
			transform: translateY(0);
		}

		40% {
			-moz-transform: translateY(-30px);
			transform: translateY(-30px);
		}

		60% {
			-moz-transform: translateY(-15px);
			transform: translateY(-15px);
		}
	}

	@-webkit-keyframes bounceDown {

		0%,
		20%,
		50%,
		80%,
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		40% {
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
		}

		60% {
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		}
	}

	@keyframes bounceDown {

		0%,
		20%,
		50%,
		80%,
		100% {
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		40% {
			-moz-transform: translateY(-30px);
			-ms-transform: translateY(-30px);
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
		}

		60% {
			-moz-transform: translateY(-15px);
			-ms-transform: translateY(-15px);
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
		}
	}


	@-webkit-keyframes bounceLeft {

		0%,
		20%,
		50%,
		80%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		40% {
			-webkit-transform: translateX(30px);
			transform: translateX(30px);
		}

		60% {
			-webkit-transform: translateX(15px);
			transform: translateX(15px);
		}
	}

	@-moz-keyframes bounceLeft {

		0%,
		20%,
		50%,
		80%,
		100% {
			transform: translateX(0);
		}

		40% {
			transform: translateX(30px);
		}

		60% {
			transform: translateX(15px);
		}
	}

	@keyframes bounceLeft {

		0%,
		20%,
		50%,
		80%,
		100% {
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		40% {
			-ms-transform: translateX(30px);
			transform: translateX(30px);
		}

		60% {
			-ms-transform: translateX(15px);
			transform: translateX(15px);
		}
	}

	/* /left bounce */


	/* right bounce */
	@-webkit-keyframes bounceRight {

		0%,
		20%,
		50%,
		80%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		40% {
			-webkit-transform: translateX(-30px);
			transform: translateX(-30px);
		}

		60% {
			-webkit-transform: translateX(-15px);
			transform: translateX(-15px);
		}
	}

	@-moz-keyframes bounceRight {

		0%,
		20%,
		50%,
		80%,
		100% {
			transform: translateX(0);
		}

		40% {
			transform: translateX(-30px);
		}

		60% {
			transform: translateX(-15px);
		}
	}

	@keyframes bounceRight {

		0%,
		20%,
		50%,
		80%,
		100% {
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		40% {
			-ms-transform: translateX(-30px);
			transform: translateX(-30px);
		}

		60% {
			-ms-transform: translateX(-15px);
			transform: translateX(-15px);
		}
	}

	/* /right bounce */

	/* assign bounce */

	.table-mobile-arrow {
		padding-right: 2.1%;
		display: block;
		text-align: right;
		font-size: 24px;
		-webkit-animation: bounceRight 2s infinite !important;
		animation: bounceRight 2s infinite !important;
	}

	/* Who we are on mobile */
	.values div {
		max-width: none;
	}

	/* partners on mobile */
	.partners {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	/* our team on mobile */
	.team-member {
		display: flex;
		flex-direction: column;
	}

	.team-member img {
		width: 100%;
	}

	/* IMPACT mobile */
	.impact>div {
		width: 48%;
		margin-bottom: 40px;
	}

	.impact span {
		font-size: 36px;
	}

	.impact>div img {
		max-width: 70%;
	}

	/* HAMBURGER MENU */
	/* Show Hamburger Icon */
	nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#hamnav {
		padding: 0 4%;
	}

	#hamnav label {
		display: inline-block;
		color: transparent;
		background: url(assets/img/icon-menu.svg);
		font-style: normal;
		font-size: 1.15em;
		padding: 10px;
		width: 30px;
		height: 30px;
		background-position: 50% 0;
		background-size: cover;
		float: right;
	}

	/* Break down menu items into vertical */
	#hamitems a {
		box-sizing: border-box;
		display: block;
		width: auto;
		border-top: 1px solid var(--body-color-darker);
		text-align: right;
	}

	/* Toggle Show/Hide Menu */
	#hamitems {
		display: none;
	}

	#hamnav input:checked~#hamitems {
		display: block;
		background: rgba(255, 255, 255, 0.95);
		clear: both;
		padding: 4%;
		position: relative;
	}

	a#login {
		background: transparent;
		color: #000;
		text-transform: uppercase;
		padding: 10px;
		font-weight: 400;
		border-radius: 0;
		font-size: 16px;
	}

	.blog article:not(:first-of-type) {
		flex-basis: auto;
	}

	.blog article {
		margin-bottom: 25px;
		border-bottom: 1px solid grey;
	}

	[data-tooltip]::after {
		display: none
	}
}


/* TABLET */

@media only screen and (min-width: 876px) and (max-width: 1020px) {

	.container,
	nav,
	#banner-text .container {
		width: auto;
	}

	#geochart-colors {
		width: 700px;
	}

	article .container {
		margin: 0;
	}

	.blog .container {
		padding: 0 4%;
	}
}


/* IPAD PRO */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.blog .container {
		width: 960px;
	}

	.container {
		width: 760px;
	}
}


/* HIDE NEWSLETTER STICKY DIV ON NON-DESKTOPS */

@media only screen and (max-width: 1360px) {
	#newsletter-popup {
		display: none;
	}
}


/* CAROUSEL */

.arrows {
	display: none;
}

#slider1 ul li span {
	display: flex;
	justify-content: center;
	font-weight: 500;
	margin-top: 10px;
}

.csslider {
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	display: inline-block;
	text-align: left;
	position: relative;
	margin-bottom: 22px;
	margin-top: 22px;
}

.csslider>input {
	display: none;
}

.csslider>input:nth-of-type(10):checked~ul li:first-of-type {
	margin-left: -900%;
}

.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
	margin-left: -800%;
}

.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
	margin-left: -700%;
}

.csslider>input:nth-of-type(7):checked~ul li:first-of-type {
	margin-left: -600%;
}

.csslider>input:nth-of-type(6):checked~ul li:first-of-type {
	margin-left: -500%;
}

.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
	margin-left: -400%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
	margin-left: -300%;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
	margin-left: -200%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
	margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
	margin-left: 0%;
}

.csslider>ul {
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.csslider>ul>li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	-moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
}

.csslider>ul>li.scrollable {
	overflow-y: scroll;
}

.csslider>.navigation {
	position: absolute;
	bottom: -8px;
	left: 50%;
	z-index: 10;
	margin-bottom: -10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.csslider>.navigation>div {
	margin-left: -100%;
}

.csslider>.navigation label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 4px;
	padding: 4px;
	background: #3a3a3a;
}

.csslider>.navigation label:hover:after {
	opacity: 1;
}

.csslider>.navigation label:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
	opacity: 0;
}

.csslider>.arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.csslider.inside .navigation {
	bottom: 10px;
	margin-bottom: 10px;
}

.csslider.inside .navigation label {
	border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
	opacity: 1;
}

.csslider>.arrows {
	position: absolute;
	left: -31px;
	top: 50%;
	width: 100%;
	height: 26px;
	padding: 0 31px;
	z-index: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.csslider>.arrows label {
	display: none;
	position: absolute;
	top: -50%;
	padding: 13px;
	box-shadow: inset 2px -2px 0 1px #3a3a3a;
	cursor: pointer;
	-moz-transition: box-shadow 0.15s, margin 0.15s;
	-o-transition: box-shadow 0.15s, margin 0.15s;
	-webkit-transition: box-shadow 0.15s, margin 0.15s;
	transition: box-shadow 0.15s, margin 0.15s;
}

.csslider>.arrows label:hover {
	box-shadow: inset 3px -3px 0 2px #3a3a3a;
	margin: 0 0px;
}

.csslider>.arrows label:before {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	height: 300%;
	width: 300%;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
	display: block;
	left: 0;
	right: auto;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
	display: block;
	right: 0;
	left: auto;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

/* Google Search */
.gsc-control-cse,
.gsc-control-cse-en,
td.gsc-input,
.gsc-input-box input {
	background: transparent !important;
	border: 0 !important;
}

.gsc-search-button {
	border: 0 !important;
}

table.gsc-search-box,
table#gs_id50 {
	overflow: hidden !important;
}

table.gsc-search-box td.gsc-input,
.gsc-control-cse {
	padding-left: 0 !important;
}

.gsc-search-button-v2 {
	padding: 10px 27px !important;
}

.search-btn {
	background: var(--banner-cta-color);
	padding: 5px 10px;
	border: none;
	margin-bottom: 20px;
	margin-left: 5px;
	display: inline-block
}

.search-btn svg {
	fill: var(--lighter-color)
}

a.search-nav {
	margin-left: 15px;
}

.gs-title {
	text-align: left !important;
}