@charset "UTF-8";
:root {
  /* BRAND FONTS */
  --font-primary: "Satoshi", sans-serif;
  --headline: var(--font-primary);
  /* BRAND COLOURS */
	--body-bg: white;
  --brand-primary: #008794;
  --brand-primary-lighter: #00BBC1;
  --brand-primary-darker: #00656D;
  --brand-primary-gradient: linear-gradient(180deg, rgba(0,101,109,1) 0%, rgba(0,135,148,1) 100%);
    --brand-primary-gradient-reverse: linear-gradient(180deg, rgba(0,135,148,1) 0%, rgba(0,101,109,1) 100%);
  --brand-text: #071332;
  --brand-secondary: #EE6846;
  /* UI DESIGN VARIABLES */
  --ui-border: #CCC;
  --ui-light: #DCE9EB;
  --ui-white: #fff;
  --ui-dark: var(--brand-text);
  /* UI SPACING VARIABL£S */
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 12px;
  --spacing-s-m: 16px;
  --spacing-m: 24px;
  --spacing-m-l: 32px;
  --spacing-l: 40px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
  --spacing-xxxl: 96px;
  /* UI RADIUS VARIABL£S */
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 16px;
  --radius-xl: 99px;
}

body.accessibility-theme--1 {
	
--brand-primary: #008794;
--brand-primary-lighter: #00BBC1;
--brand-primary-darker: #00656D;
	
--color-1: #FFFFFF;

--color-1-lighter-1: #FFFFFF;
--color-1-lighter-2: #FFFFFF;
--color-1-lighter-3: #FFFFFF;

--color-1-darker-1: #E6E6E6;
--color-1-darker-2: #CCCCCC;
--color-1-darker-3: #B2B2B2;
	
--color-2: #071332;

--color-2-lighter-1: #242F59;
--color-2-lighter-2: #404C7F;
--color-2-lighter-3: #5D69A6;

--color-2-darker-1: #06112D;
--color-2-darker-2: #060F28;
--color-2-darker-3: #050D23;

--border-color: rgba(0, 0, 0, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;
	
--border-color-darker-1: red;
--border-color-darker-2: red;
}


body.accessibility-theme--2 {
	
--brand-primary: var(--color-2-lighter-1);
--brand-primary-lighter: var(--color-2-lighter-3);
--brand-primary-darker: var(--color-2-darker-1);
  
--brand-primary-gradient: var(--color-1-darker-1);
--brand-primary-gradient-reverse: var(--color-1-darker-1);
	
--color-1: #FFFFFF;

--color-1-lighter-1: #FFFFFF;
--color-1-lighter-2: #FFFFFF;
--color-1-lighter-3: #FFFFFF;

--color-1-darker-1: #E6E6E6;
--color-1-darker-2: #CCCCCC;
--color-1-darker-3: #B3B3B3;
	
--color-2: #000000;

--color-2-lighter-1: #1A1A1A;
--color-2-lighter-2: #333333;
--color-2-lighter-3: #4D4D4D;

--color-2-darker-1: #000000;
--color-2-darker-2: #000000;
--color-2-darker-3: #000000;
	
--border-color: rgba(0, 0, 0, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;
	
--border-color-darker-1: red;
--border-color-darker-2: red;
}


body.accessibility-theme--3 {
	
--brand-primary: var(--color-2-lighter-1);
--brand-primary-lighter: var(--color-2-lighter-3);
--brand-primary-darker: var(--color-2-darker-1);
  
--brand-primary-gradient: var(--color-1-darker-1);
--brand-primary-gradient-reverse: var(--color-1-darker-1);
	
--color-1: #FFEAA9;

--color-1-lighter-1: #FFFFBA;
--color-1-lighter-2: #FFFFCB;
--color-1-lighter-3: #FFFFDC;

--color-1-darker-1: #E6D398;
--color-1-darker-2: #CCBB87;
--color-1-darker-3: #B2A476;
	
--color-2: #5D007B;

--color-2-lighter-1: #660087;
--color-2-lighter-2: #700094;
--color-2-lighter-3: #7900A0;

--color-2-darker-1: #54006F;
--color-2-darker-2: #4A0062;
--color-2-darker-3: #410056;

--border-color: rgba(0, 0, 0, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;
	
--border-color-darker-1: red;
--border-color-darker-2: red;
}


body.accessibility-theme--4 {

--brand-primary: var(--color-2-lighter-1);
--brand-primary-lighter: var(--color-2-lighter-3);
--brand-primary-darker: var(--color-2-darker-1);
  
--brand-primary-gradient: var(--color-1-darker-1);
--brand-primary-gradient-reverse: var(--color-1-darker-1);
	
--color-1: #FEFFD7;

--color-1-lighter-1: #FFFFEC;
--color-1-lighter-2: #FFFFFF;
--color-1-lighter-3: #FFFFFF;

--color-1-darker-1: #E5E6C2;
--color-1-darker-2: #CBCCAC;
--color-1-darker-3: #B2B296;
	
--color-2: #32119E;

--color-2-lighter-1: #3713AE;
--color-2-lighter-2: #3C14BE;
--color-2-lighter-3: #4116CD;

--color-2-darker-1: #2D0F8E;
--color-2-darker-2: #280E7E;
--color-2-darker-3: #230C6F;
	
--border-color: rgba(0, 0, 0, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;
	
--border-color-darker-1: red;
--border-color-darker-2: red;

}


body.accessibility-theme--5 {
	
--brand-primary: var(--color-2-lighter-1);
--brand-primary-lighter: var(--color-2-lighter-3);
--brand-primary-darker: var(--color-2-darker-1);
  
--brand-primary-gradient: var(--color-1-darker-1);
--brand-primary-gradient-reverse: var(--color-1-darker-1);
	
--color-1: #EAE8BA;

--color-1-lighter-1: #FFFFCD;
--color-1-lighter-2: #FFFFDF;
--color-1-lighter-3: #FFFFF2;

--color-1-darker-1: #D3D1A7;
--color-1-darker-2: #BBBA95;
--color-1-darker-3: #A4A282;
	
--color-2: #2C47E2;

--color-2-lighter-1: #304EF9;
--color-2-lighter-2: #3555FF;
--color-2-lighter-3: #395CFF;

--color-2-darker-1: #2840CB;
--color-2-darker-2: #2339B5;
--color-2-darker-3: #1F329E;
	
--border-color: rgba(0, 0, 0, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;
	
--border-color-darker-1: red;
--border-color-darker-2: red;
}


body.accessibility-theme--6 {
	
--brand-primary: var(--color-2-lighter-1);
--brand-primary-lighter: var(--color-2-lighter-3);
--brand-primary-darker: var(--color-2-darker-1);
  
--brand-primary-gradient: var(--color-1-darker-1);
--brand-primary-gradient-reverse: var(--color-1-darker-1);
	
--color-1: #003B49;

--color-1-lighter-1: #004150;
--color-1-lighter-2: #004758;
--color-1-lighter-3: #004D5F;

--color-1-darker-1: #003542;
--color-1-darker-2: #002F3A;
--color-1-darker-3: #002933;
	
--color-2: #FFC845;

--color-2-lighter-1: #FFDC4C;
--color-2-lighter-2: #FFF053;
--color-2-lighter-3: #FFFF5A;

--color-2-darker-1: #E6B43E;
--color-2-darker-2: #CCA037;
--color-2-darker-3: #B28C30;
	
--border-color: rgba(255, 255, 255, 0.3);
	
--border-color-lighter-1: red;
--border-color-lighter-2: red;

--border-color-darker-1: red;
--border-color-darker-2: red;
}



















/*Reset styles*/
body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

* {
  box-sizing: border-box;
  z-index: inherit;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}





















body {
	background-color: var(--color-1);
	color: var(--color-2);
}

/* UI SURFACE COLOURS */
.surface-ui-white {
  background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.accessibility-theme--1 .surface-ui-white, .accessibility-theme--2 .surface-ui-white {
	background-color: white;
}

.surface-ui-light {
  background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.surface-ui-dark {
  background-color: var(--color-2);
  color: var(--color-1);
}

.surface-brand-primary {
  background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.accessibility-theme--1 .surface-brand-primary {
  background-color: var(--brand-primary);
  color: var(--color-1);
}

.surface-brand-lighter {
  background-color: var(--brand-primary-lighter);
  color: var(--color-1);
}

.surface-brand-darker {
  background-color: var(--brand-primary-darker);
  color: var(--color-1);
}













body {
  font-size: 1rem;
  font-family: var(--font-primary);
}

@media (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

/* Disable scrolling */
.no-scroll {
  overflow: hidden;
  height: 100%;
}








/* FONT STYLES*/
p {
  line-height: 1.5;
  margin-bottom: 24px;
}   

.text-center {
  text-align: center !important;
}

.heading-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  font-size: 2rem;
  margin-bottom: 32px;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 24px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 24px;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

p.p-large {
  font-size: 20px;
}

p.p-small {
	font-size: 14px;
	line-height: 1.3;
}

.text-semi-bold {
  font-weight: 500;
}

@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem;
  }

}


@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 2.25rem;
    margin-bottom: 32px;
  }
  h3 {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  h4 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  h5 {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
  p.p-large {
    font-size: 22px;
  }	
}

.heading-with-icon {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}


.heading-with-icon svg {
  height: 32px;
  width: 32px;
}

.heading-with-icon .stat-color-1 {
  fill: var(--brand-primary) !important;
}

a {
	color: var(--color-2);
}

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

hr {
  border: none;
  height: 1px;
  background-color: var(--border-color);
  margin: 5em 0;
}

/* Default bullets with custom color */
.list-default {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 24px;
  padding-inline-start: 1rem;
}

.list-default li::marker {
  color: #00818d;
}

.list-large {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 24px;
}

.list-large li::before {
  content: '\25CF';
  color: #00818d;
  font-size: 1rem;
  display: inline-block;
  width: 1.2rem;
  margin-left: -1.5em;
}

.list-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.list-icon-and-text {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.list-icon-and-text li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}

.list-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.list-border-left {
	border-left: 1px solid var(--color-2);
 	padding-left: 16px;
  list-style: none;
}

.accessibility-theme--1 .list-border-left {
  border-left: 1px solid var(--brand-primary);
}

.list-border-left li:nth-child(odd) {
  color: var(--color-2);
}

.list-border-left li:nth-child(even) {
  color: var(--color-2-lighter-3);
}




/*  TEXT SPAN COLOURS */
.text-brand-primary {
  color: var(--brand-primary);
}

.text-brand-primary-lighter {
  color: var(--brand-primary-lighter);
}

.text-brand-primary-darker {
  color: var(--brand-primary-darker);
}

.text-brand-dark {
  color: var(--color-2-lighter-2);
}

.accessibility-theme--1 .text-brand-dark {
  color: var(--color-2);
}

.text-secondary {
  color: var(--brand-secondary);
}



a.text-link {
  color: var(--color-2);
  font-weight: 500;
  cursor: pointer;
}

a.text-link:hover {
  color: var(--color-2-lighter-2);
}

.accessibility-theme--1 a.text-link {
	color: var(--brand-primary);
}

.accessibility-theme--1 a.text-link:hover {
	color: var(--color-2);
}

.text-color-primary {
  color: var(--brand-primary);
}





















/* BUTTON RESET */
button {
  background: none;
  font-family: inherit;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  line-height: normal;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, .button {
  font-size: 15px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: var(--radius-xl);
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-2);
	color: var(--color-1);
}

.accessibility-theme--1 .section-dark .button {
  background-color: var(--color-1);
	color: var(--color-2);
}

button:hover, .button:hover {
	background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

button:active, .button:active {
  background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

/* BUTTON STYLES */

.button-primary {
	background-color: var(--color-2);
	color: var(--color-1);
}
.button-primary:hover {
  background-color: var(--color-2-darker-1);
	color: var(--color-1);
}
.button-primary:active {
  background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-secondary {
	background-color: var(--color-1);
	color: var(--color-2);
}

.button-secondary:hover {
	background-color: var(--color-1-lighter-1);
	color: var(--color-2);
}
.button-secondary:active {
	background-color: var(--color-1-lighter-1);
	color: var(--color-2);
}

.accessibility-theme--1 .button-secondary {
	background-color: var(--color-1-darker-1);
	color: var(--color-2);
}

.accessibility-theme--1 .button-secondary:hover {
	background-color: var(--color-1-darker-2);
	color: var(--color-2);
}

.accessibility-theme--2 .button-secondary {
	background-color: var(--color-1-darker-1);
	color: var(--color-2);
}

.accessibility-theme--2 .button-secondary:hover {
	background-color: var(--color-1-darker-2);
	color: var(--color-2);
}

.accessibility-theme--6 .button-secondary {
	background-color: var(--color-2);
	color: var(--color-1);
}

.accessibility-theme--6 .button-secondary:hover {
	background-color: var(--color-2-lighter-1);
	color: var(--color-1);
}

.accessibility-theme--6 .button-secondary:active {
	background-color: var(--color-2-lighter-1);
	color: var(--color-1);
}
.button-tertiary {
	background-color: var(--color-2);
	color: var(--color-1);
}
.button-tertiary:hover {
	background-color: var(--color-2-darker-1);
	color: var(--color-1);
}
.button-tertiary:active {
	background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-quarternary {
	background-color: var(--color-2);
	color: var(--color-1);
}

.button-quarternary:hover {
	background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-quarternary:active {
	background-color: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-alt {
	background-color: var(--color-2);
	color: var(--color-1);
  border-radius: var(--radius-m);
}

.button-alt:hover {
  background: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-alt:active {
  background: var(--color-2-darker-1);
	color: var(--color-1);
}

.button-border {
	border: 2px solid var(--border-color);
	background: none;
}

.button-audio-help {
	display: flex;	
}

.button-audio-help svg {
	fill: var(--color-1);
	margin: 0 8px;
}

.audio-help-icon {
	margin: 0 8px;
}


.card button, .card .button {
  font-size: 14px;
}

@media (min-width: 900px) {
  .card button, .card .button {
    font-size: 15px;
    padding: 10px 16px;
  }
}



















/* Layout content Wrappers */

.wrapper.comp-label-wrapper {
  padding-top: 60px;
  padding-bottom: 20px;
  opacity: 0.5;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.wrapper.wrapper-narrow {
	max-width: 800px;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

nav .wrapper, footer .wrapper {
  max-width: 1380px;
}

.wrapper {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    padding: 0 40px;
  }
}

.more-space {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .more-space {
    margin: 56px 0;
  }
}

@media (min-width: 1024px) {
  .more-space {
    margin: 72px 0;
  }
}

@media (min-width: 1200px) {
  .more-space {
    margin: 80px 0;
  }
}




















section {
  padding: 40px 0;
  	border-bottom: 1px solid var(--border-color);
}

@media (min-width: 768px) {
  section {
    padding: 48px 0;
  }
}

@media (min-width: 1024px) {
  section {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.accessibility-theme--1 section {
	border-bottom: none;
}

.section-white {
  background-color: var(--color-1);
  color: var(--color-2);
}

.accessibility-theme--1 .section-light, .accessibility-theme--2 .section-light {
  background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.section-light {
  background-color: var(--color-1);
  color: var(--color-2);
}

.section-dark {
  background-color: var(--color-2);
  color: var(--color-1);
}

.accessibility-theme--1 .section-brand-primary {
  background-color: var(--brand-primary);
  color: var(--color-1);
}

.accessibility-theme--1 .section-brand-gradient {
  background: var(--brand-primary-gradient);
  color: var(--color-1);
}

.accessibility-theme--1 .section-brand-lighter {
  background-color: var(--brand-primary-lighter);
  color: var(--color-1);
}

.accessibility-theme--1 .section-brand-darker {
  background-color: var(--brand-primary-darker);
  color: var(--color-1);
}

.section-brand-primary {
  background-color: var(--color-1);
  color: var(--color-2);
}

.section-brand-gradient {
  background-color: var(--color-1);
  color: var(--color-2);
}

.section-brand-lighter {
  background-color: var(--color-1);
  color: var(--color-2);
}

.section-brand-darker {
  background-color: var(--color-1);
  color: var(--color-2);
}

.section-testimonials {
  background-color: var(--color-2);
  color: var(--color-1);
}

.accessibility-theme--2 .section-testimonials, .accessibility-theme--3 .section-testimonials, .accessibility-theme--4 .section-testimonials, .accessibility-theme--5 .section-testimonials, .accessibility-theme--6 .section-testimonials {
  background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.section-text-centered {
  text-align: center;
}

.section-text-centered.section-2-bg-img.block-knowledge {
	width: 100%;
	height: 400px;
	background-image: url(../images/bg-slate.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
/*	z-index: 1;*/
	overflow: hidden;
}

.section-text-centered.section-2-bg-img.block-knowledge::before,
.section-text-centered.section-2-bg-img.block-knowledge::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 320px;
	background-repeat: no-repeat;
/*	z-index: -1;*/
}


.section-text-centered.section-2-bg-img.block-knowledge::before {
	background-image: url(../images/bg-search-left.png);
	background-position: center left;
	transform-origin: center center;
	display: none;
}


@media (min-width: 768px) {
  .section-text-centered.section-2-bg-img.block-knowledge::before {
    display: block;
  }
}

.section-text-centered.section-2-bg-img.block-knowledge::after {
	background-image: url(../images/bg-search-right.png);
	background-position: center bottom;
	transform-origin: center center;
}

@media (min-width: 768px) {
  .section-text-centered.section-2-bg-img.block-knowledge::after {
    background-position: center right;
  }
}

@media (min-width: 768px) {
  .section-2-bg-img {
    background-size: 200px, 200px;
  }
}

@media (min-width: 1024px) {
  .section-2-bg-img {
    background-size: 320px, 320px;
  }
}




















/*
.aaa {
  height: 600px;
  background: yellow;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bbb {
  height: 200px;
  width: 50%;
  background: pink;
}

.ccc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.ddd {
  width: 100%;
}

.eee {
  background: yellow;
}

.fff {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: red;
  height: 200px;
  border-radius: 0 100px 100px 0;
}

.fff img {
  border-radius: 0 0 100px 0;
  width: 250px;
}
*/


.content-2-cols {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 640px) {
  .content-2-cols {
    flex-direction: row;
  }
}

.content-2-cols-col {
  width: 100%;
}

@media (min-width: 768px) {
  .content-2-cols-col {
    width: 50%;
  }
}

.content-3-cols {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  .content-3-cols {
    flex-direction: row;
  }
}

.content-3-cols-col {
  width: 100%;
}

@media (min-width: 768px) {
  .content-3-cols-col {
    width: 33%;
  }
}

img.content-image {
  margin-bottom: 24px;
}

.content-2-cols-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .content-2-cols-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}




















.layout-sidebar {
  display: flex;
  flex-direction: column-reverse;
  gap: 80px;
  width: 100%;
}

@media (min-width: 768px) {
  .layout-sidebar {
    flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 1200px) {
  .layout-sidebar {
    gap: 54px;
  }
}

@media (min-width: 1400px) {
  .layout-sidebar {
    gap: 72px;
  }
}

.layout-sidebar-main {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .layout-sidebar-main {
    width: 70%;
	position: relative;
  }
}

.layout-sidebar-side {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 500px) {
	.layout-sidebar-side {
		flex-direction: row-reverse;
		gap: 40px;

	}
	.side-buy-info {
		width: 65%;
	}
  
	.sidebar-logos {
		width: 35%;
	}
  
	.sidebar-logos img {
		width: 100%;
	}
}


@media (min-width: 768px) {
  .layout-sidebar-side {
	    flex-direction: column;
    width: 30%;
  }
}

.side-buy-info {
	width: 100%;
}

.layout-sidebar-side .sidebar-logos {
	display: flex;
	flex-direction: row;
	width: 100%;
  gap: 24px;
  align-items: center;
}

@media (min-width: 500px) {
  .layout-sidebar-side .sidebar-logos {
	    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .layout-sidebar-side .sidebar-logos {
	    flex-direction: row;
  }
}

.layout-sidebar-side .sidebar-logos div {
  width: 50%;
}

.layout-sidebar-side .sidebar-logo {
	object-fit: contain;
}




















.box-feature-link {
  padding: 24px 32px;
  display: flex;
  gap: 32px;
  background: var(--brand-primary-lighter);
  color: white;
  align-items: center;
  border-radius: 16px;
  margin: 40px 0;
}

.box-feature-link img {
  width: 80px;
  margin: 0;
}

.box-feature-link span {
  font-weight: 500;
  font-size: 40px;
}

.content-video-cont {
  padding: 40px;
  background: var(--color-1-darker-1);
  text-align: center;
  border-radius: 16px;
}

.box-fasttrack {
  display: flex; 
  flex-direction: column;
  background: #00BBC1; 
  color: white; 
  padding: 24px 32px; 
  border-radius: 16px;
  margin: 40px 0; 
  gap: 40px;
}

@media (min-width: 900px) {
.box-fasttrack {
  flex-direction: row;
  }
}

.box-fasttrack .fastrack-logo-cont {
  display: flex; 
  align-items: center; 
  gap: 16px; 
  flex-shrink: 0;
}

.box-fasttrack .fastrack-logo-cont img {
  
}

.box-fasttrack .fastrack-logo-cont h2 {
  margin-bottom: 0;
}

.box-fasttrack .fastrack-text-cont {
  
}

.box-fasttrack .fastrack-text-cont h4 {
  margin-bottom: 12px;
}

.box-fasttrack .fastrack-text-cont p {
  margin-bottom: 0;
}



















.sec-why-train {
  background-image: url("../images/arrows-why-sfg.png"), url("../images/bg-why-train-sfg.png");
  background-position: 5% 10%, center right;
  background-repeat: no-repeat;
  background-size: 20%, contain;
}

.accessibility-theme--2 .sec-why-train, .accessibility-theme--3 .sec-why-train, .accessibility-theme--4 .sec-why-train, .accessibility-theme--5 .sec-why-train, .accessibility-theme--6 .sec-why-train {
	background-image: none;
}

.accessibility-theme--2 .sec-why-train .button, .accessibility-theme--3 .sec-why-train .button, .accessibility-theme--4 .sec-why-train .button, .accessibility-theme--5 .sec-why-train .button, .accessibility-theme--6 .sec-why-train .button {
	background: var(--color-1);
 	color: var(--color-2);
}

.sec-why-train .content-2-cols {
  align-items: center;
}

.sec-why-train .content-2-cols h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .sec-why-train .content-2-cols h3 {
    text-align: left;
  }
}




















footer {
	background: var(--color-2);
	color: var(--color-1);
}

.footer-upper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

footer a:hover {
	color: inherit;
  text-decoration: underline;
}

footer .social-icons {
  display: flex;
  gap: var(--spacing-s-m);
}

footer .social-icon svg {
  height: 32px;
  width: 32px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0;
  fill: var(--color-1);
}

.footer-upper {
	border-bottom: 1px solid var(--border-color);
	padding: 24px 0;
}

.footer-upper img {
  margin: 0;
}

.footer-middle {
  padding: 24px 0;
}

@media (min-width: 880px) {
  .footer-middle-left {
    width: 60%;
  }
}

.footer-middle-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .footer-middle-left {
    flex-direction: row;
  }
}

.footer-bottom {
  padding: 24px 0;
}

.footer-upper .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 24px;
}

@media (min-width: 768px) {
  .footer-upper .wrapper {
    flex-direction: row;
  }
}

.footer-middle .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

@media (min-width: 480px) {
  .footer-middle .wrapper {
    flex-direction: row;
  }
}

.footer-middle-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

@media (min-width: 480px) {
  .footer-middle-right {
    align-items: end;
  }
}

.logo-flex {
  display: flex;
  gap: var(--spacing-s);
}

.logo-item {
  background: var(--color-1);
  height: 40px;
  width: 80px;
}

.logo-qualifi {
  height: 120px;
  width: 120px;
}

.footer-call {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.footer-call span {
  color: var(--color-1);
}

footer ul, footer ol {
  margin: 0;
  list-style: none;
}
















/* Forms */

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  height: 48px;
  padding: 8px;
	border: 1px solid var(--border-color);
  border-radius: var(--radius-m);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  font-size: inherit;
  font-family: inherit;
}

legend {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
  width: 100%;
  transition: border-color 0.3s ease;
  font-family: inherit;
  font-size: inherit;
  height: 48px;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-m);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #0056b3;
  outline: none;
}

::placeholder {
  color: var(--color-2);
  opacity: 0.7;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"]:focus {
  outline: 2px solid #0056b3;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"]:focus {
  outline: 2px solid #0056b3;
}

.section-brand-lighter input, .section-brand-lighter select, .section-brand-lighter textarea, .section-brand-primary input, .section-brand-primary select, .section-brand-primary textarea, .section-brand-darker input, .section-brand-darker select, .section-brand-darker textarea {
/*  border: 0px solid var(--border-color);*/
}

/*
form button {
  height: 48px;
}
*/

.form-section {
	margin-bottom: 32px;
}

.responsive-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.form-group {
	margin-bottom: 24px;
}

.responsive-form .form-group {
	margin-bottom: 0;
}

.form-group .button, .form-group button {
	align-self: flex-start;
}

#purchase_order_number_form input {
	margin-bottom: 24px;
}

.responsive-form label {
  font-weight: bold;
  margin-bottom: 5px;
}

.responsive-form select,
.responsive-form button {
  width: 100%;
}

@media (min-width: 768px) {
  .responsive-form {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .form-group,
  .button-alt {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
  }
  
  .responsive-form select{
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  
/*
  .responsive-form button {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
*/
  
/*
  .responsive-form button {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
*/
}

.input-container {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 560px;
}

.input-container input[type=text] {
  width: 100%;
  padding: 12px;
  padding-right: 40px;
  border-radius: 99px;
  box-sizing: border-box;
}

.input-container button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-container button img {
  margin: 0;
}

input:focus, select:focus, textarea:focus {
  border-color: blue;
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.2);
  outline: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-2);
  opacity: 0.7;
}

input::placeholder, textarea::placeholder {
  color: var(--color-2);
  opacity: 0.7;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card input {
  font-size: 15px;
}

#contact_form input, #contact_form textarea {
  margin-bottom: 20px;
}





















.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

@media (min-width: 1080px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}

.card {
  padding: 24px;
  border-radius: var(--radius-l);
}

@media (min-width: 1024px) {
  .card {
    padding: 32px;
  }
}

.card p {
  line-height: 1.25;
}

.card-bg-img {
  background-size: auto 100%;
  background-position: right bottom;
  background-size: 55% auto;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .card-bg-img {
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .card-bg-img {
  }
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
	justify-content: space-between;
	height: 100%;
/*	z-index: 3000;*/
}

.card-text {
  margin-right: 10%;
}

@media (min-width: 640px) {
  .card-text {
    margin-right: 35%;
  }
}

.card-cta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 15%;
/*	z-index: 3000;*/
}

@media (min-width: 768px) and (max-width: 900px) {
  .card-cta {
    margin-right: 0%;
  }
}

.card-with-overlay {
  position: relative;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  background-color: var(--color-1);
/*	z-index: 9995;*/
}

.accessibility-theme--1 .card-overlay, .accessibility-theme--1 .card-overlay {
  background-color: var(--color-1-darker-1);
}

.section-brand-lighter .card-overlay {
  background-color: var(--brand-primary-lighter);
}

.section-white .card-overlay {
  background-color: var(--color-1);
}

.card-overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-tabs {
  display: flex;
  gap: 4px;
}

.card-tab {
  padding: 16px 20px;
  cursor: pointer;
  border-radius: 16px 16px 0 0;
  transition: background-color 0.3s ease;
  line-height: 1;
  background: var(--color-1-darker-2);
}

.accessibility-theme--1 .card-tab, .accessibility-theme--2 .card-tab {
	background: var(--color-1-darker-2);
}

@media (min-width: 768px) {
  .card-tab {
    padding: 16px 24px;
  }
}

@media (min-width: 1024px) {
  .card-tab {
    padding: 16px 32px;
  }
}

.card-tab:hover {
  background-color: green;
  background: var(--color-1-darker-1);
}

.accessibility-theme--1 .card-tab:hover, .accessibility-theme--2 .card-tab:hover {
	background: var(--color-1);
}

.card-tab.active {
  background: var(--color-1-darker-1);
  font-weight: bold;
}

.accessibility-theme--1 .card-tab.active, .accessibility-theme--2 .card-tab.active {
	background: var(--color-1);
}

.card-tab-content {
  flex-grow: 1;
  padding: 24px;
  border-radius: 0 16px 16px 16px;
	background: var(--color-1-darker-1);
}

.accessibility-theme--1 .card-tab-content, .accessibility-theme--1 .card-tab-content {
  background-color: var(--color-1);
}

.card-tab-pane {
  display: none;
  height: 100%;
}

.card-tab-content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-tab-content-inner p {
  margin-bottom: 0;
}

.card-tab-content-inner ul {
  margin-bottom: 8px;
}

.card-tab-content-inner h4 {
  margin-bottom: 8px;
}

.card-tab-content-inner h5 {
  margin-bottom: 0;
}

.card-tab-pane.active {
  display: block;
}

.tab-content-upper {
  display: flex;
  justify-content: space-between;
}

.tab-content-lower {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

.tab-content-lower-left {
  width: 100%;
}

.tab-content-lower-right {
  width: 100%;
}

.card-overlay-close {
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  aspect-ratio: 1/1;
  padding: 0 !important;
}

.card-overlay-close:hover {
  background-color: var(--brand-primary-darker);
}

.card-price {
  text-align: right;
}

.card-price-amount {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

@media (min-width: 768px) {
  .card-price-amount {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .card-price-amount {
    font-size: 36px;
  }
}

.card-price-plus-vat {
  font-size: 1rem;
  display: block;
  margin-bottom: 16px;
}

.most-pop-card {
  margin-bottom: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
	position: relative;
}

.most-pop-card .card-content {
  justify-content: space-between;
  height: 100%;
}

.card-overlay ul {
  margin-bottom: 24px;
}

.cta-button-row {
  display: flex;
  gap: 12px;
  align-items: start;
}

.c-d-w-2-col-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .c-d-w-2-col-content {
    flex-direction: row;
    gap: 40px;
  }
}

.c-d-w-2-col-content-1 {
  width: 100%;
}

@media (min-width: 768px) {
  .c-d-w-2-col-content-1 {
    width: 50%;
  }
}

.c-d-w-2-col-content-2 {
  width: 100%;
}

@media (min-width: 768px) {
  .c-d-w-2-col-content-2 {
    width: 50%;
  }
}

.tab-cont-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.tab-cont-wrapper h2, .tab-cont-wrapper h3, .tab-cont-wrapper h4, .tab-cont-wrapper h5 {
  margin: 0;
}

@media (min-width: 900px) {
  .tab-cont-body {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
  .tab-cont-body-2 {
    justify-content: end;
    align-items: end;
  }
  .tab-cont-body-1-split {
    margin-right: 12px;
  }
  .tab-cont-body-1-1 {
    width: 100%;
  }
  .tab-cont-body-1-2 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .tab-cont-body {
    gap: 16px;
  }
  .tab-cont-body-1-split {
    gap: 24px;
    margin-right: 24px;
    display: flex;
    flex-direction: row;
  }
  .tab-cont-body-1-1 {
    width: 50%;
  }
  .tab-cont-body-1-2 {
    width: 50%;
  }
}

.x-buy-info {
  display: flex;
  justify-content: space-between;
	flex-direction: column;
}

@media (min-width: 600px) {
  .x-buy-info {
    flex-direction: column;
    height: 100%;
    justify-content: end;
  }
}

.x-buy-info-price {
  align-self: flex-end;
}

.x-buy-info-price-cost {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.x-buy-info-price-cost .x-plus-vat {
  font-size: 18px;
}

@media (min-width: 900px) {
  .x-buy-info-price-cost {
    font-size: 28px;
  }
  .x-buy-info-price-cost .x-plus-vat {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .x-buy-info-price-cost {
    font-size: 30px;
  }
  .x-buy-info-price-cost .x-plus-vat {
    font-size: 20px;
  }
}

.x-buy-info-price-show-vat {
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-primary);
  margin-bottom: 0;
}

.x-buy-info-price-show-vat:hover {
  color: var(--color-1);
}

@media (min-width: 900px) {
  .x-buy-info-price-show-vat {
    margin-bottom: 8px;
  }
}

.x-buy-cta {
  align-self: flex-end;
}


@media (min-width: 900px) {
  .x-buy-cta-form {
    align-items: center;
  }
}

@media (min-width: 600px) {
.tab-cont-body {
    display: flex;
  justify-content: space-between;
  }
}


.x-buy-cta-form .business_purchase_form {
    display: flex;
  flex-direction: column;
  gap: 8px;
}

.x-buy-cta-form .business_purchase_form .price-table-form-group {
  width: 160px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.x-buy-cta-form .business_purchase_form .orderItemQuantity {
  width: 50px;
  margin-bottom: 4px;
}

.x-buy-cta-input {
  height: 32px;
  width: 40px;
	 border: 1px solid var(--border-color) !important;
}

.roundal {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.25;
}

.roundal-price {
  height: 128px;
  width: 128px;
  background-color: var(--brand-primary-lighter);
  color: var(--color-1);
}

@media (min-width: 768px) {
  .roundal-price {
    height: 140px;
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .roundal-price {
    height: 152px;
    width: 152px;
  }
}


.roundal-price-amount {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .roundal-price-amount {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .roundal-price-amount {
    font-size: 36px;
  }
}




















.faqs-list {
	border-top: 1px solid var(--border-color);
}

.faq-item {
	border-top: 1px solid var(--border-color);
}

.faq-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 0;
}

.faq-question {
  font-weight: 700;
}

.faq-icon {
  height: 24px;
  width: 24px;
  margin: 0;
}

.faq-answer {
  display: none;
  padding-bottom: 24px;
}




















/*.slider {
  position: relative;
  max-width: 1380px;
  width: 100%;
  margin: auto;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  margin-right: 40px;
}

@media (min-width: 640px) {
  .slide {
    flex: 0 0 calc(66.67% - 40px);
  }
}

.most-popular-slider .slide {
  display: flex;
  flex-direction: column;
}

.slide h3 {
  margin-bottom: 10px;
}

.navigation {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.arrows {
  display: flex;
  gap: 8px;
}

.nav-arrow {
  background: green;
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-arrow:hover {
  background: pink;
}

.nav-arrow-left img {
  margin-right: 4px;
  width: 12px;
}

.nav-arrow-right img {
  margin-left: 4px;
  width: 12px;
}

.dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background: blue;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: red;
}

.slider-wrapper {
  display: flex;
  align-items: stretch;
} */




















.side-tab {
  cursor: pointer;
  padding: 8px 16px;
  display: inline-block;
	background: var(--color-1-darker-2);
  border-radius: 8px 8px 0 0;
	font-size: 16px;
}

@media (min-width: 768px) {
.side-tab {
	font-size: 18px;
  }
}

.side-tab.active {
	background: var(--color-1-darker-1);
	color: var(--color-2);
	font-weight: 500;
}

.side-tab-content {
	background: var(--color-1-darker-1);
	color: var(--color-2);
	border-radius: 0 8px 8px 8px;
	padding: 20px;
}

.side-tab-content-item, .side-tab-list {
  display: none;
}

.side-tab-content-item.active, .side-tab-list.active {
  display: block;
}

.side-tabs-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 500px) {
  .side-tabs-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .side-tabs-wrapper {
    flex-direction: column;
  }
}

.side-tabs-col-1 {
  width: 100%;
}

@media (min-width: 500px) {
  .side-tabs-col-1 {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .side-tabs-col-1 {
    width: 100%;
  }
}

/* For Safari */
@media (min-width: 768px) {
  .side-buy-info {
    position: sticky;
    top: 120px;
  }
}

.side-tab-content .text-plus-vat {
	font-size: 16px;
}

.side-tabs-wrapper button {
	margin: 12px 0;
}

@media (min-width: 500px) {
 .layout-sidebar-side .sidebar-logos {
    width: 30%;
  }
}

@media (min-width: 768px) {
 .layout-sidebar-side .sidebar-logos {
    width: 100%;
  }
}


@media (min-width: 500px) {
.layout-sidebar-side .sidebar-logos div {
    /* width: 50%; */
  width: 100%;
}
}

.layout-sidebar-side .sidebar-logos img {
  width: auto;
}

.side-tab-content-item ul {
  list-style: none;
  padding-left: 0;
}

.side-tab-content-item ul li {
  border-bottom: 1px solid var(--ui-border);
  padding: 0.5rem 0;
  font-weight: 500;
}

.side-tab-content-item ul li:first-child {
  padding-top: 0;
}




















.price-table-form-group .invalid-feedback {
	flex-basis: 100%;
}



















/* Testimonials */

.sec-testimonials {
  background-image: url("../images/bg-white-arrows-cropped.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 400px;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .sec-testimonials {
    padding: 40px 0 64px 0;
  }
}

@media (min-width: 1024px) {
  .sec-testimonials {
    padding: 64px 0 100px 0;
  }
}

@media (min-width: 1200px) {
  .sec-testimonials {
    padding: 64px 0 120px 0;
  }
}

@media (min-width: 1400px) {
  .sec-testimonials {
    padding: 64px 0 140px 0;
  }
}

@media (min-width: 1600px) {
  .sec-testimonials {
    padding: 64px 0 160px 0;
  }
}

.sec-testimonials h2 {
  margin-bottom: 0;
}

.testimonials-head-container {
  display: flex;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-head-left {
  flex: 1;
  background-image: url("../images/testimonial-logos-left.png");
  background-repeat: repeat-x;
  background-position: right center;
  height: 80px;
}

.testimonials-head-right {
  flex: 1;
  background-image: url("../images/testimonial-logos.png");
  background-repeat: repeat-x;
  background-position: left center;
  height: 80px;
}

.testimonials-head-middle {
  flex-shrink: 0;
  padding: 0 48px;
}

.testimonials-head-middle h3 {
  margin: 0;
}

.testimonials-slider {
  position: relative;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.testimonials-slider-wrapper {
  position: relative;
}

.testimonial-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
}

@media (min-width: 768px) {
  .testimonial-slide {
    flex-direction: row;
  }
}

.testimonial-slide.active {
  opacity: 1;
  position: relative;
}

.image-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  background: var(--color-1);
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .image-container {
    margin-bottom: 0;
    margin-right: 40px;
    
  }
}

.image-container img {
  height: auto;
}

.testimonial-content {
  flex: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .testimonial-content {
    text-align: left;
  }
}

.testimonial-content p {
  font-weight: 500;
}

.testimonial-content .persona-name {
  font-weight: 700;
  color: var(--color-1);
}

.persona-name {
  font-weight: bold;
}

.testimonials-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.testimonials-dot {
  width: 10px;
  height: 10px;
  background-color: blue;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials-dot.active {
  background-color: red;
}




















/* Bootstrap component styling? */

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  z-index: 9999;*/
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--color-1);
  color: var(--color-2);
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: 0.3rem;
  outline: 0;
  border-radius: var(--radius-l);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  z-index: 9997;*/
  background-color: var(--color-1-darker-2);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  align-items: center;
}

.modal-header .close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid var(--border-color);
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
      max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
}

.modal-content .cart-buttons {
	display: flex;	
	gap: 16px;
}




















/* Basket */
.basket-contents {
  color: var(--color-2);
  overflow: hidden;
  position: absolute;
  background: var(--color-1);
  display: none;
  right: 36px;
  padding: 18px;
	border: 1px solid var(--border-color);
/*  z-index: 20;*/
  border-radius: 0 0 6px 6px;
  font-weight: 600;
}

.basket-contents span {
  font-weight: 500;
}

.basket-contents .product {
  clear: both;
  float: left;
  width: 75%;
}

.basket-contents .total {
  clear: both;
  float: left;
  width: 75%;
}

.basket-contents .total-container {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
	border-top: 1px solid var(--border-color);
}

.basket-contents .price {
  clear: right;
  float: left;
  padding-left: 12px;
}

.basket-contents .cart-buttons {
  float: left;
  text-align: center;
  width: 100%;
}

.basket-contents .cart-buttons {
	display: flex;
	gap: 16px;
}

.basket-contents .cart-buttons a {
	color: var(--color-2);
	font-weight: 800;
}

.basket-contents .cart-buttons a {
	color: var(--color-2);
	font-weight: 800;
}

@media (max-width: 575px) {
  .basket-contents {
    top: 0px;
    position: initial;
    display: block;
    border-radius: 6px;
  }
}

@media (min-width: 800px) {
  .basket-contents {
    position: absolute;
    display: none;
    border-radius: 0 0 6px 6px;
  }
}

.link-icon-cart {
	position: relative;
	display: flex;
}

.link-icon-cart span {
	position: absolute;
	top: -10px;
	right: -12px;
	color: white;
	background: red;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	border-radius: 20px;
}





/* Register / audio help / purchase process header */
.a1 {
	display: flex; 
	width: 100%; 
	justify-content: space-between; 
	padding-bottom: 40px; 
	margin-bottom: 40px; 
	border-bottom: 1px solid var(--border-color);
	gap: 24px;
}

.a2 {
	display: flex; 
	width: 100%; 
	justify-content: space-between; 
	padding-top: 40px; 
	margin-top: 40px; 
	gap: 24px;
}

.a1 .b2 {
flex-shrink: 0;
}

#selected_payment_cards {
	display: flex;
	gap: 8px;
}

#selected_payment_cards .c-card {
	width: 72px;
}





.buy-form-mobile1 {
	display: block;
}

@media (min-width: 800px) {
	.buy-form-mobile1 {
		display: none;
	}
}




















.y-hero-banner {
  text-align: center;
  background: var(--brand-primary-gradient-reverse);
}

.accessibility-theme--1 .y-hero-banner-content {
	color: var(--color-1);
}

.accessibility-theme--1 .y-hero-banner {
	background: var(--brand-primary);
	color: var(--color-1);
}

.y-hero-banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--color-2);
	gap: 0;
  text-align: center;
/*  padding-top: 40px;*/
}

.y-hero-banner-content img {
  margin-top: 0px;
  z-index: 1200;
}


@media (max-width: 800px) {
  .y-hero-banner-content img {
     margin-bottom: 26px; 
  }
}

@media (min-width: 800px) {
	.y-hero-banner-content {
    padding-top: 0;
		flex-direction: row;
/*		gap: 40px;*/
		padding-top: 0;
    justify-content: space-between;
    text-align: left;
	}
	
	.y-hero-banner-content img {
		width: 40%;	
    align-self: flex-end;
	}
  
  .page-home .y-hero-banner-content img {
		width: 45%;	
	}
}

@media (min-width: 1100px) {
  .y-hero-banner-content img {
    margin-top: -56px;
  }
}

.y-hero-banner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

@media (min-width: 640px) {
  .y-hero-banner ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}





.header-course-stats li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header-course-stats li div {
  height: 33px;
  width: 32px;
}

.header-course-stats li div img {
width: 100%;
}



.header-course-stats svg {
  height: auto;
  width: 32px;
}

.header-course-stats #Group_319 {
  transform: matrix(1, 0, 0, 1, 0, 0);
}



.stat-color-1 {
  fill: var(--color-1);
}

.stat-color-2 {
  fill: var(--color-2);
}

.accessibility-theme--2 .stat-color-1, .accessibility-theme--3 .stat-color-1, .accessibility-theme--4 .stat-color-1, .accessibility-theme--5 .stat-color-1, .accessibility-theme--6 .stat-color-1 {
  fill: var(--color-2);
}

.accessibility-theme--2 .stat-color-2, .accessibility-theme--3 .stat-color-2, .accessibility-theme--4 .stat-color-2, .accessibility-theme--5 .stat-color-2, .accessibility-theme--6 .stat-color-2 {
  fill: var(--color-1);
}



















.y-link-bar {
	background: var(--color-2);
	color: var(--color-1);
	padding: 20px 0;
}

.y-link-bar a {
  color: var(--color-1);
  text-decoration: none;
}

.y-link-bar .y-link-bar-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: var(--color-1);
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.y-link-bar-item-icon svg {
  width: auto;
}

.y-link-bar-items {
  gap: 2rem;
}

.svg-fill {
  fill: #ffffff;
}

.svg-opacity {
  fill: #ffffff;
  fill-opacity: 0.2;
}

@media (min-width: 480px) {
  .y-link-bar .y-link-bar-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
	.y-link-bar-items  > .y-link-bar-item:nth-child(5) {
	  grid-column: 2;                  
	}
	.y-link-bar-items  > .y-link-bar-item:nth-child(6) {
	  grid-column: 3;
	}
}

@media (min-width: 800px) {
  .y-link-bar .y-link-bar-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
		.y-link-bar-items  > .y-link-bar-item:nth-child(5) {
	  grid-column: auto;                  
	}
	.y-link-bar-items  > .y-link-bar-item:nth-child(6) {
	  grid-column: auto;
	}
}

.y-link-bar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.y-link-bar-item-icon svg {
	fill: var(--color-1);
	height: 80px;
}

@media (min-width: 768px) {
	.y-link-bar-item-icon svg {
		height: 90px;
	}
}

@media (min-width: 1040px) {
	.y-link-bar-item-icon svg {
		height: 100px;
	}
}
					
.y-link-bar-item-name {
	font-weight: 600;
}


/* 4 cols grid - news on homepage */

.content-4-cols-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .content-4-cols-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 1040px) {
  .content-4-cols-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
}

.block-knowledge {
	color: white;
}

.hero-course	{
	background-color: var(--color-1-darker-1);
	color: var(--color-2);
	display: flex; 
	align-items: center;
/*  background: red;*/
  text-align: center
}

@media (min-width: 640px) {
	.hero-course {
	text-align: left;
	}
}


.accessibility-theme--1 .hero-course	{
	background-color: white;
}


.hero-course-content	{
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	flex-direction: column;
	gap: 40px;
	padding: 40px 0;
}

.hero-course-content-left h1 {
	margin: 0;
}

.hero-course-content-icon	{
/*
	height: 320px; 
	width: 320px; 
*/
/*	background: yellow; */
/*	border-radius: 180px; */
	margin-top: 0; 
/*	margin-right: 50px; */
	position: relative;
/*  z-index: 9998;*/
  overflow: hidden;
}

@media (min-width: 640px) {
	.hero-course-content-icon {
	height: 240px; 
	width: 240px; 
	}
}

@media (min-width: 1040px) {
	.hero-course-content-icon {
	height: 320px; 
	width: 320px; 
	}
}

.hero-course-content-icon svg {
  width: 100%;
}

@media (min-width: 640px) {
	.hero-course-content-icon svg {
position: absolute;
  bottom: -20px;
	}
}

.hero-course-content-icon .svg-fill {
  fill: var(--color-2);
}

.accessibility-theme--1 .hero-course-content-icon .svg-fill {
  fill: var(--color-2);
}

.hero-course-content-icon .svg-opacity {
  fill: var(--color-2);
  fill-opacity: 0.2;
}

.accessibility-theme--1 .hero-course-content-icon .svg-opacity {
  fill: var(--color-2);
  fill-opacity: 0.2;
}

@media (min-width: 640px) {
	.hero-course-content {
		flex-direction: row;
		padding: 0;
	}
	.hero-course-content-icon	{
		margin-top: -24px; 
	}
}

.card-audio-icon {
	height: 40px; 
	width: 40px; 
	background: var(--color-2); 
	border-radius: 20px; 
	position: absolute; 
	top: 24px; 
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-audio-icon svg	{
	width: 24px;
	fill: var(--color-1);
}

.accessibility-theme--1 .card-audio-icon {
  background: var(--color-1); 
}

.accessibility-theme--1 .card-audio-icon svg {
  fill: var(--color-2); 
}












/* START Specific CSS for the accessibility menu */
.accessibility-menu {
	background: white;
	padding: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
/*	z-index: 101;*/
	font-size: 16px;
	overflow-y: auto;
}

.accessibility-menu h4 {
	margin: 0px;
}

.accessibility-menu.active {
	display: block;
}

.accessibility-menu-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accessibility-menu-content {
	text-align: center;
	max-width: 400px;
	margin: auto;
}

.accessibility-colour-scheme-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
	margin: 50px 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.accessibility-colour-scheme-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	position: relative;
}

.accessibility-colour-scheme-button-wrap:nth-child(odd) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.accessibility-colour-scheme-button-wrap:nth-child(even) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.accessibility-colour-scheme-button {
	width: 130px;
	height: 130px;
	border-radius: 300px;
	font-size: 20px;
	font-weight: 600;
	color: yellow;
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accessibility-colour-scheme-button-1 {
	background-color: white;
	border: 7px solid #008591;
	color: #100f2e;
}

.accessibility-colour-scheme-button-2 {
	background-color: white;
	border: 7px solid black;
	color: black;
}

.accessibility-colour-scheme-button-3 {
	background-color: #ffeaa9;
	border: 7px solid #5d007b;
	color: #5d007b;
}

.accessibility-colour-scheme-button-4 {
	background-color: #feffd7;
	border: 7px solid #32119e;
	color: #32119e;
}

.accessibility-colour-scheme-button-5 {
	background-color: #eae8ba;
	border: 7px solid #2c47e2;
	color: #2c47e2;
}

.accessibility-colour-scheme-button-6 {
	background: #003b49;
	color: #ffc845;
	border: 7px solid #ffc845;
}

.colorscheme-checkmark {
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}























    
/* Main nav */

header {
  font-size: 1rem;
/*  z-index: 1000;*/
}

nav {
  position: relative;
  width: 100%;
/*    z-index: 1100;*/
}

nav ul, nav ol {
  list-style: none;
}

header a {
  text-decoration: none;
}

header .logo {
	margin-bottom: -4px;
}

nav {
  transition: box-shadow 0.3s ease;
}

nav.shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .logo svg {
	width: 200px;
}

@media (min-width: 1040px) {
	header .logo svg {
		width: 240px;
	}
}

.header-top {
  background-color: var(--color-1);
	color: var(--color-2);
	display: flex;
	align-items: center;
	font-size: 16px;
}

.header-top {
  height: auto;
  padding: 8px 0;
} 

@media (min-width: 768px) {
  .header-top {
    display: none;
  }
}

.header-top-content {
	display: flex;
	justify-content: flex-end;
}


.header-top-content {
  justify-content: center !important;  
}

.header-bottom {
  height: auto;
  padding: 8px 0;
}

.header-bottom .hamburger {
	display: block;
}

@media (min-width: 1040px) {
	.header-bottom .hamburger {
		display: none;
	}
}

.header-bottom {
  background-color: var(--color-1);
  color: var(--color-2);
  position: relative;
  min-height: 56px;
}

.header-bottom {
  padding: 16px 0;
}

.header-bottom svg {
	fill: var(--color-2);
}

.header-bottom .hamburger {
	display: block;
}

@media (min-width: 1040px) {
	.header-bottom .hamburger {
		display: none;
	}
}

.x1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.x11 {
  display: flex;
  align-self: center;
  gap: 16px;
}

.x5 {
    justify-self: end;
}

.x2 {
    justify-self: center;
}
    
.x2 .logo svg {
  margin-bottom: -3px;
}
    
.x3 {
  background: white;
  color: black;
  padding: 8px;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
   background: var(--brand-primary);
  color: var(--color-1);
}

.x3:hover {
  background: var(--brand-primary-darker);
  color: var(--color-1);
}

.x3 svg {
  fill: var(--color-1);
}
    
.x3 svg {
  margin-bottom: -2px;
}

.x4 {display: none;}    

.login-register-links {
  display: flex;
  gap: 1px;
  border-radius: 50px;
}
    
.login-register-links-login {
  background: var(--color-2);
  color: var(--color-1);
  padding: 8px 16px 8px 20px;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessibility-theme--1 .login-register-links-login {
  background: #f0a13f;
  color: var(--color-2);
}
    
.login-register-links-register {
  background: var(--color-2);
  color: var(--color-1);
  padding: 8px 20px 8px 16px;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessibility-theme--1 .login-register-links-register {
  background: #f0a13f;
  color: var(--color-2);
}
    
.login-register-links-login:hover, .login-register-links-register:hover {
  color: var(--color-2);
  background: #f2aa52;
}
    
.link-course-word {
  display: none;
}

@media (min-width: 768px) {
  .x1 {
    display: flex;
  }

  .x2 {
    order: -1;
    margin-right: 20px;
    z-index: 9999;
  }
  
  .x3 {
  padding: 8px 20px 8px 16px;
  border-radius: 20px;
  aspect-ratio: auto;
  height: auto;
  width: auto;
  gap: 8px;
}
  
  .x4 {display: flex;}   

  .x5 {
    margin-left: auto;
  }

  .link-course-word {
    display: inline;
  }
}
.x5 .navbar-nav {
  position: relative;
  z-index: 9995;
}

nav .basket-contents {
  top: 85px !important;
  z-index: 9995;
}

/*
.page-home .header-bottom {
  background: none;
  transition: background 0.3s ease;
}

.page-home .header-bottom svg {
	fill: var(--color-2);
}

.page-home .x2 .logo svg {
  fill: white;
}
    
.page-home .x3 {
  background: var(--color-1);
  color: var(--color-2); 
}

.page-home .x3:hover {
  background: var(--color-1-darker-1);
  color: var(--color-2); 
}

.page-home .x3 svg {
  fill: var(--color-2);
}

.bg-teal {
  background: var(--brand-primary) !important;
  z-index: 9999;
}
*/

    


















/* Hero banner stars */

.hero-stars {
  display: flex;
  gap: 2px;
  justify-self: center;
  margin-bottom: 40px;
}

.hero-stars-block {
  height: 32px;
  width: 32px; 
  background: #1CD760;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stars-star {
  height: 24px;
  width: 24px;
  fill: white;
}

.hero-stars {
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .hero-stars {
    justify-self: start;
    margin-bottom: 0;
  }
}

















.page-hero {
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .page-hero {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .page-hero {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {
  .page-hero {
    padding: 80px 0;
  }
}


.page-hero {
  background-image: url("../images/bg-header-c.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
	background-color: var(--color-1-darker-1);
  color: var(--color-2);
}

.page-hero h1 {
  margin-bottom: 0;
}




















/* Table styles */

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--border-color);
}

.table tbody + tbody {
  border-top: 2px solid var(--border-color);
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--border-color);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--border-color);
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* Table contextual classes */
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
/*  border-color: #32383e;*/
  border-color: var(--border-color)
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: var(--border-color)
}

/* Table dark theme */
.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
/*  border-color: #32383e;*/
    border-color: var(--border-color)
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/* Responsive tables */
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

/* Cart progress bars */

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}





/* ----------- Form Wizard -------------- */
.order-steps .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-steps .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}


.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: var(--color-1-lighter-1);
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background: var(--color-2-lighter-1);
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  height: 2px;
  box-shadow: none;
  margin: 20px 0;
  background-color: var(--color-1-darker-3);
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background-color: var(--color-2) !important;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: var(--color-1-darker-3);
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}




















/* HEADERS / BANNER images */

.header-c-allergy-awareness-level-2-early-years {
	background-image: url("../images/header-c-allergy-awareness-level-2-early-years.png");
}

.header-c-allergy-awareness-level-2-general {
	background-image: url("../images/header-c-allergy-awareness-level-2-general.png");
}

.header-c-allergy-awareness-level-2-versions {
	background-image: url("../images/header-c-allergy-awareness-level-2-versions.png");
}

.header-c-allergy-awareness-level-3 {
	background-image: url("../images/header-c-allergy-awareness-level-3.png");
}

.header-c-coshh-level-2 {
	background-image: url("../images/header-c-coshh-level-2.png");
}

.header-c-fhrs {
	background-image: url("../images/header-c-fhrs.png");
}

.header-c-food-hygiene-level-1 {
	background-image: url("../images/header-c-food-hygiene-level-1.png");
}

.header-c-food-hygiene-level-2-catering {
	background-image: url("../images/header-c-food-hygiene-level-2-catering.png");
}

.header-c-food-hygiene-level-2-early-years {
	background-image: url("../images/header-c-food-hygiene-level-2-early-years.png");
}

.header-c-food-hygiene-level-2-manufacturing {
	background-image: url("../images/header-c-food-hygiene-level-2-manufacturing.png");
}

.header-c-food-hygiene-level-2-retail {
	background-image: url("../images/header-c-food-hygiene-level-2-retail.png");
}

.header-c-food-hygiene-level-2-schools {
	background-image: url("../images/header-c-food-hygiene-level-2-schools.png");
}

.header-c-food-hygiene-level-2-versions {
	background-image: url("../images/header-c-food-hygiene-level-2-versions.png");
}

.header-c-food-hygiene-level-3 {
	background-image: url("../images/header-c-food-hygiene-level-3.png");
}

.header-c-haccp-level-2-catering {
	background-image: url("../images/header-c-haccp-level-2-catering.png");
}

.header-c-haccp-level-2-early-years {
	background-image: url("../images/header-c-haccp-level-2-early-years.png");
}

.header-c-haccp-level-2-schools {
	background-image: url("../images/header-c-haccp-level-2-schools.png");
}

.header-c-haccp-level-2-versions-new {
	background-image: url("../images/header-c-haccp-level-2-versions-new.png");
}

.header-c-health-and-safety-level-2-early-years {
	background-image: url("../images/header-c-health-and-safety-level-2-early-years.png");
}

.header-c-health-and-safety-level-2-general {
	background-image: url("../images/header-c-health-and-safety-level-2-general.png");
}

.header-c-health-and-safety-level-2-versions {
	background-image: url("../images/header-c-health-and-safety-level-2-versions.png");
}

.header-c-nutrition-level-2-early-years {
	background-image: url("../images/header-c-nutrition-level-2-early-years.png");
}

.header-c-nutrition-level-2-general {
	background-image: url("../images/header-c-nutrition-level-2-general.png");
}

.header-c-nutrition-level-2-versions {
	background-image: url("../images/header-c-nutrition-level-2-versions.png");
}

.header-c-safeguarding-level-2 {
	background-image: url("../images/header-c-safeguarding-level-2.png");
}

.header-food-safety-courses {
	background-image: url("../images/header-food-safety-courses.png");
}

.header-free-courses {
	background-image: url("../images/header-free-courses.png");
}

.header-health-and-safety-courses {
	background-image: url("../images/header-health-and-safety-courses.png");
}



















/* Course card images */

.card-bg-img.face-1 {
	background-image: url("../images/faces/face_1.png");
}

.card-bg-img.face-2 {
	background-image: url("../images/faces/face_2.png");
}

.card-bg-img.face-3 {
	background-image: url("../images/faces/face_3.png");
}

.card-bg-img.face-4 {
	background-image: url("../images/faces/face_4.png");
}

.card-bg-img.face-5 {
	background-image: url("../images/faces/face_5.png");
}

.card-bg-img.face-6 {
	background-image: url("../images/faces/face_6.png");
}

.card-bg-img.face-7 {
	background-image: url("../images/faces/face_7.png");
}

.card-bg-img.face-8 {
	background-image: url("../images/faces/face_8.png");
}

.card-bg-img.face-9 {
	background-image: url("../images/faces/face_9.png");
}

.card-bg-img.face-10 {
	background-image: url("../images/faces/face_10.png");
}

.card-bg-img.face-11 {
	background-image: url("../images/faces/face_11.png");
}

.card-bg-img.face-12 {
	background-image: url("../images/faces/face_12.png");
}

.card-bg-img.face-13 {
	background-image: url("../images/faces/face_13.png");
}

.card-bg-img.face-14 {
	background-image: url("../images/faces/face_14.png");
}

.card-bg-img.face-15 {
	background-image: url("../images/faces/face_15.png");
}

.card-bg-img.face-16 {
	background-image: url("../images/faces/face_16.png");
}

.card-bg-img.face-17 {
	background-image: url("../images/faces/face_17.png");
}

.card-bg-img.face-18 {
	background-image: url("../images/faces/face_18.png");
}

.card-bg-img.face-19 {
	background-image: url("../images/faces/face_19.png");
}

.card-bg-img.face-20 {
	background-image: url("../images/faces/face_20.png");
}

.card-bg-img.face-21 {
	background-image: url("../images/faces/face_21.png");
}

.card-bg-img.face-22 {
	background-image: url("../images/faces/face_22.png");
}

.card-bg-img.face-23 {
	background-image: url("../images/faces/face_23.png");
}

.pill-course-level {
  background: var(--color-1-darker-1);  
  color:  var(--brand-primary); 
  padding: 12px 24px 12px 24px; 
  border-radius: 0 50px 50px 0; 
  display: inline-block; 
  margin-left: -24px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .pill-course-level {
    margin-left: -32px;
    padding-left: 32px;
  }
  
.accessibility-theme--2 .pill-course-level, .accessibility-theme--3 .pill-course-level, .accessibility-theme--4 .pill-course-level, .accessibility-theme--5 .pill-course-level {
      background: var(--color-1-darker-2);
  }
  
  .accessibility-theme--6 .pill-course-level {
      background: var(--color-1-lighter-2);
  }
  
}















/* ACCESSIBILITY */

.accessibility-colour-scheme-button-wrap.active .colorscheme-checkmark {
	display: block;
}

#change-theme-1 .Path_508 {
	fill: #008591;
}

#change-theme-1 .Ellipse_157 {
	fill: white;
}

#change-theme-2 .Path_508 {
	fill: black;
}

#change-theme-2 .Ellipse_157 {
	fill: white;
}

#change-theme-3 .Path_508 {
	fill: #5d007b;
}

#change-theme-3 .Ellipse_157 {
	fill: #ffeaa9;
}

#change-theme-4 .Path_508 {
	fill: #32119e;
}

#change-theme-4 .Ellipse_157 {
	fill: #feffd7;
}

#change-theme-5 .Path_508 {
	fill: #2c47e2;
}

#change-theme-5 .Ellipse_157 {
	fill: #feffd7;
}

#change-theme-6 .Path_508 {
	fill: #ffc845;
}

#change-theme-6 .Ellipse_157 {
	fill: #003b49;
}

/* Start modal accessibility menu */
.accessibility-icon-footer-link {
	height: 40px; 
	width: 40px; 
	display: block; 
	position: fixed; 
	bottom: 20px; 
	right: 20px; 
/*	z-index: 9999;*/
}

.accessibility-icon-footer {
	fill: var(--color-2);
	border: 2px solid var(--color-1);
	background: var(--color-1);
	border-radius: 50px;
}

.footer-accessibility-wrap {
	padding: 40px;
	position: relative;
}

.modalx {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  font-size: 16px;
  overflow-y: auto;
}

.modalx-content {
  text-align: center;
  max-width: 500px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessibility-theme--1 .modalx {
	background-color: white;
	color: #100f2e;
}

.accessibility-theme--2 .modalx {
	background-color: white;
	color: black;
}

.accessibility-theme--3 .modalx {
	background-color: #ffeaa9;
	color: #5d007b;
}

.accessibility-theme--4 .modalx {
	background-color: #feffd7;
	color: #32119e;
}

.accessibility-theme--5 .modalx {
	background-color: #eae8ba;
	color: #2c47e2;
}

.accessibility-theme--6 .modalx {
	background: #003b49;
	color: #ffc845;
}

.modalx .close {
  color: #aaa;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: var(--color-2);
  height: 36px;
  width: 36px;
  border-radius: 36px;
  border: 2px solid var(--color-1-darker-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalx .close svg {
	fill: var(--color-1);
}

.modalx .close:hover,
.modalx .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Accessibility mode 1 overrides */
.accessibility-theme--1 .y-link-bar {
	background: var(--color-2);
	color: var(--color-1);
}

.accessibility-theme--1 .y-link-bar .y-link-bar-items {
	color: var(--color-1);
}

.accessibility-theme--1 .y-link-bar .y-link-bar-item-icon svg {
	fill: var(--color-1);
}



















/* v4 header - modal / mega menu */
.x-nav-course-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-1);
  color: var(--color-2);
  display: none;
  justify-content: center;
  align-items: center;
/*  z-index: 9999;*/
  overflow-y: auto;
    padding: 80px 0;
}

.x-nav-course-modal.active {
  display: block;
}

.x-nav-course-modal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.x-icon-close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}

.modal-content-top {
  padding: 40px 0; border-bottom: 1px solid black; display: grid; grid-template-columns: 1fr; gap: 40px;
}

.modal-content-bottom {
  padding: 40px 0; display: grid; grid-template-columns: 1fr; gap: 40px;
}

@media (min-width: 768px) {
  .modal-content-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .modal-content-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  } 
}

.mega-menu-column h5 {
  margin-bottom: 16px;
}

.mega-menu-column h5 a {
  margin-bottom: 0 !important;
  font-weight: inherit;
  padding: 0 !important;
}

.mega-menu-column a {
	display: block;
	padding: 8px 0 !important;
	color: var(--color-2);
	text-transform: none;
	padding-left: 24px;
}



















/* LATEST ARTICLES */

.x-latest-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .x-latest-articles {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .x-latest-articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.x-latest-article {
  background-color: var(--color-1-darker-1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.accessibility-theme--1 .x-latest-article {
  background-color: #fff;
}

.section-light .x-latest-article {
  background-color: var(--color-1-darker-1);
}

.accessibility-theme--1 .section-light .x-latest-article {
  background-color: #fff;
}

.x-latest-article-image {
  width: 100%;
  aspect-ratio: 3 / 2; /* Ensures consistent image shape */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 15px 15px 0 0;
}

.x-latest-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop to fill, keep aspect ratio */
  display: block;
}

.x-latest-article-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.x-latest-article h4 {
  margin-bottom: 1.5rem;
}

.x-latest-article-category {
      color: var(--brand-primary);
  margin-bottom: 1rem;
  display: block;
}

.x-latest-article-read {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
}

.x-latest-article-read-link {
  color: inherit; 
  font-weight: 400; 
  font-weight: 400; 
  text-decoration: none;
}

.x-latest-article-read-link:hover {
  text-decoration: underline;
}

.arrow-fade-in {
    transform: translate(-75px);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    opacity: 0;
}

.x-latest-article-read:hover .arrow-fade-in {
    opacity: 1;
    transform: translate(0);
}

.x-latest-article-read .st0{
  fill:none;
  stroke:#010202;
  stroke-width:1.5;
  stroke-miterlimit:10;
}


















/* ACCORDION */

.accordion {
  max-width: 100%;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
--bs-accordion-border-width: 0px;
}

.accordion-item {
/*  background: #fff;*/
/*  border-bottom: 1px solid #ddd;*/
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-weight: bold;
/*  transition: background 0.3s ease;*/
}

.accordion-header:hover {
/*      background: #ddd;*/
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  padding-bottom: 20px;
  display: none;
/*
  border-top: 1px solid #ddd;
  background: #fafafa;
*/
}

.accordion-item.active .accordion-content {
  display: block;
}



















.awarding-bodies-logo-cont {
  padding: 40px;
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 32px;
}

.awarding-bodies-logo-cont img {
  margin: 0;
}




















.prompt-buy-course {
  disaply: block;
  text-align: center;
  padding: 40px;
    background-color: var(--brand-primary);
  color: var(--color-1);
  border-radius: 16px;
}

@media (min-width: 768px) {
  .prompt-buy-course {
    display: none;
  }
}











/* SVG styling */

/* .accessibility-theme--1 */

.svg-fill {
  fill: var(--color-1);
}

.svg-opacity {
  fill: var(--color-1);
  fill-opacity: 0.2;
}

.accessibility-theme--1 .svg-fill {
  fill: white;
}

.accessibility-theme--1 .svg-opacity {
  fill: white;
  fill-opacity: 0.2;
}








.logo-container {
  background: white; 
  padding: 32px; 
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
  max-width: 400px;
  border-radius: var(--radius-l);
}

.logo-container img {
  margin: 0;
    max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}


  .update-date-cont {
    position: absolute; left: 0; bottom: -18px;
  }

.update-date {
  background: var(--color-1-darker-2);
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.5rem; 
  margin: 0;
  border-radius: 0 100px 100px 0;
  padding: 0.5rem 1.5rem 0.5rem 0;
}

.update-date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 100%; 
  background: var(--color-1-darker-2);
}

.pill-heading {
  background: var(--color-1-darker-2);
  position: relative;
  border-radius: 0 100px 100px 0;
  padding: 1rem 2rem 1rem 0;
  margin-top: 32px;
  font-weight: 700;
}

.pill-heading .course-heading-line-2 {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 0.75;
}

.divider-line {
  display: inline-block;
  width: 1px;   
  height: 1.25em;        
  background: #fff;  
  margin: 0 0.5rem;   
  vertical-align: middle;
  opacity: 0.3;
}

.pill-heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 100%; 
  background: var(--color-1-darker-2);
}

@media (max-width: 800px) {
  
  .pill-heading {
    border-radius: 0;
    margin-top: 0;
  }

.pill-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999px; 
  left: 100%; 
  background: var(--color-1-darker-2);
}
  

  
    .update-date {
    border-radius: 0;
  }
  
  .update-date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999px; 
  left: 100%; 
  background: var(--color-1-darker-2);
}
}

.accessibility-theme--1 .update-date, .accessibility-theme--1 .update-date::before, .accessibility-theme--1 .update-date::after  {
  background: var(--ui-dark);
  color: var(--color-1);
}

.accessibility-theme--1 .pill-heading, .accessibility-theme--1 .pill-heading::before, .accessibility-theme--1 .pill-heading::after  {
  background: #00707d;
  color: white;
}







/* Breadcrumbs */

.breadcrumbs {
  color: rgb(from var(--color-2) r g b / 0.8);
  margin: 8px 0;
}

.breadcrumbs a {
    color: rgb(from var(--color-2) r g b / 0.8);
  padding: 0 4px;
}

.breadcrumbs a:first-child {
  padding-left: 0;
}

.breadcrumbs a:hover {
    color: rgb(from var(--color-2) r g b / 1);
}

.accessibility-theme--1 .breadcrumbs {
  color: rgb(from var(--color-1) r g b / 0.8);
}

.accessibility-theme--1 .breadcrumbs a {
    color: rgb(from var(--color-1) r g b / 0.8);

}

.accessibility-theme--1 .breadcrumbs a:hover {
    color: rgb(from var(--color-1) r g b / 1);
}
  



/* Bundle offer cards from existing site */

.bundle-offer-card {
  background-color: var(--color-1-darker-1);
    color: var(--color-2);
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  border-radius: 16px; 
  display: flex; 
  flex-direction: column-reverse; 
  margin-bottom: 40px;
}

.accessibility-theme--1 .bundle-offer-card {
  background-color: #fff;
}

.bundle-offer-card.bundle-offer-card-invisible {
  background-color: transparent !important;
  color: inherit;
}

.bundle-offer-card-invisible .bundle-offer-card-left {
  border-right: 0px;
  border-bottom: 0px;
}

.bundle-offer-card-invisible .bundle-offer-card-right {
  padding-top: 0 !important;
}

.bundle-offer-card-right {
  width: 100%;
  padding-top: 32px;
}

.bundle-offer-card-left {
  width: 100%; padding-bottom: 24px; border-bottom: 1px solid var(--border-color);
}
.purchase-bundle-submit {
  margin: 0 !important;
}

@media (min-width: 640px) {
  .bundle-offer-card {
    gap: 40px; 
    flex-direction: row-reverse;
  }
  
  .bundle-offer-card-right {
  width: 30%; min-width: 200px; flex-shrink: 0;
}
  
  .bundle-offer-card-left {
    border-bottom: 0;
  flex: 1; padding-right: 40px; border-right: 1px solid var(--border-color);
}
}

form.bundle_purchase_form button {
  height: auto;     
  align-self: center;
}


.bundle-offer-card input {
  max-width: 64px;
}

.header-bundle-logo-cont {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  margin-top: 32px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accessibility-theme--1 .header-bundle-logo-cont {
  padding: 0;
  background: none;
}

.hero-course-content-icon-expo {
  height: 324px;
}

.hero-course-content-icon.hero-course-content-icon-expo {
  margin-bottom: 22px;
}

@media (min-width: 800px) {
  .hero-course-content-icon.hero-course-content-icon-expo {
margin-bottom: 0px;
  }
}

    