@import url("reset.css");
@import url("hamburgers.min.css");

:root {
	--black: #2b2b2b;
	--ssa-main: #085570;
	--ssa-highlight: #b7f4af;
	--cream: #f6f6f2;
	--grey: #cccccc;
	--grey-light: #f2f2f2;
	--bg-2: #c3d8d8;
	--bg-1: #ecf8f8;
	--alert: #ff2a2a;
	--alert-bg: #fee7e7;
	--confirm: #6eb36a;
	--focus: #0075ff;
	--white: #ffffff;
	--link-color: #2C414C;
	--border-grey: #d8d8d8;
	--courses-background: #EBF7F7;
}

/* common styles */
	body, html {
		background-color: var(--white);
		color: var(--black);
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
	}
	/* body content */
	#content {
		position: relative;
	}
	.content {
		margin: 0 auto;
		max-width: 1280px;
		padding: 0 50px;
		width: 100%;
	}
	@media only screen and (max-width: 500px) {
		.content {
			padding: 0 24px;
		}
	}

	a {
		color: var(--mid-blue);
		text-decoration: underline;
	}

	.button {
		align-items: center;
		border: 0;
	    border-radius: 24px;
	    cursor: pointer;
	    display: flex;
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    height: 48px;
	    justify-content: center;
	    margin: 0 auto;
	    min-width: 150px;
	    padding: 0 34px;
	    text-decoration: none;
	    transition: 0.3s all ease;
	    width: fit-content;
	}
	.button.outline {
		background: transparent !important;
		border: 1px solid !important;
	}
	.button.highlight {
		background-color: var(--ssa-highlight);
		color: var(--ssa-main);
		margin: 0;
	}
	.button.blue {
		background-color: var(--ssa-main);
		color: var(--white);
		margin: 0;
		width: 100%;
	}
	.button.fit-content {
		width: fit-content;
	}
	.custom-html-widget a.highlight-link {
		color: var(--ssa-highlight);
		font-size: 16px;
	}
	.custom-html-widget .button.highlight {
		/* this is when it has links above it */
		_margin-top: 44px;
	}

	hr {
		background: var(--border-grey);
		border: 0;
		height: 1px;
		margin-bottom: 30px;
	}

	h1, h2, h3, h4, h5, h6,
	.simpay-styled .simpay-form-title, .simpay-styled .simpay-form-description {
		font-family: "Archivo", sans-serif !important;
	}

	h2 {
		font-size: 34px;
		font-weight: 900;
		line-height: 34px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.swiper {
		height: auto;
		padding-top: 10px;
		padding-bottom: 70px;
		width: 100%;
	}
	.swiper-slide {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		-webkit-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
		box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
		overflow: visible;
	}
	.swiper-slide a.listing-item-img {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		display: inline-block;
		float: left;
		height: 146px;
		width: 100%;
	}
	.swiper-slide .course-content {
		background-color: var(--white);
		display: inline-block;
		padding: 16px 24px 34px 24px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		min-height: 230px;
		width: 100%;
	}
	.swiper-slide .course-content h3,
	.swiper-slide .course-content h4 {
		color: var(--black);
		font-size: 19px;
		font-weight: 700;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.swiper-slide .course-content a {
		text-decoration: none;
	}
	.swiper-slide .course-content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 37px;
	}
	.swiper-slide .course-content span {
		display: inline-block;
		float: left;
		margin-right: 7px;
	}
	.swiper-slide .course-content span.right-arrow {
		display: inline-block;
		float: right;
	}
    .pagination-container {
    	align-items: center;
    	display: flex;
    	margin: 0 auto;
    	text-align: center;
    	width: fit-content;
    }
    .swiper-pagination {
    	display: inline-block;
    	position: relative;
    }
    .swiper-button-next, .swiper-button-prev {
    	color: var(--ssa-main);
    	position: initial;
    	height: auto;
    	margin-top: 0;
    }
    .swiper-button-prev {
    	float: left;
    }
    .swiper-button-next {
    	float: right;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
    	content: 'prev';
    	font-size: 26px;
    	font-weight: 900;
	}
	.swiper-button-next:after {
		content: 'next';
	}
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0px;
		margin: 0 5px;
	}
	.swiper-wrapper {
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.swiper-pagination-bullet-active {
		background: var(--ssa-main);
	}
	.swiper-pagination-bullet {
	    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
	}


	.top-strip {
		background: url('../img/panel-edge-xl.svg');
		display: inline-block;
		height: 80px;
		width: 100%;
		transform: rotateX(180deg);
	}
	.bottom-strip {
		background: url('../img/panel-edge-xl.svg');
		bottom: 0px;
		display: inline-block;
		height: 80px;
		position: absolute;
		width: 100%;
	}
	.slick-list.draggable {
		padding: 0 !important;
	}

	.radio-holder {
		display: inline-block;
		float: left;
		line-height: 28px;
		margin: 0 13px 20px 0;
	}
	input[type="radio"] {
		/* ...existing styles */
		/* Add if not using autoprefixer */
		-webkit-appearance: none;
		appearance: none;
		/* For iOS < 15 to remove gradient background */
		background-color: #fff;
		/* Not removed via appearance */
		margin: 0;
		appearance: none;
		background-color: #fff;
		margin: 0 5px 0 0;
		float: left;
		font: inherit;
		color: currentColor;
		width: 28px;
		height: 28px;
		border: 1px solid var(--bg-2);
		border-radius: 50%;
		transform: translateY(-0.075em);
		display: grid;
		place-content: center;
	}

	input[type="radio"]::before {
		content: "";
		width: 14px;
		height: 14px;
		border-radius: 50%;
		transform: scale(0);
		transition: 120ms transform ease-in-out;
		box-shadow: inset 1em 1em var(--ssa-main);
	}

	input[type="radio"]:checked::before {
		transform: scale(1);
	}

	input[type="text"] {
		background-color: var(--white);
	    border: 1px solid var(--bg-2);
	    border-radius: 8px;
	    height: 56px;
	    margin-bottom: 20px;
	    padding: 16px 44px 16px 23px;
	    position: relative;
	}

	.drop-down .select-menu {
	    background-color: var(--white);
	    border: 1px solid var(--bg-2);
	    border-radius: 8px;
	    height: 56px;
	    margin-bottom: 20px;
	    position: relative;
	}
	.drop-down .select-menu select {
	    -webkit-appearance: none;
	    appearance: none;
	    background-color: transparent;
	    border: none;
	    height: 56px;
	    padding: 16px 44px 16px 23px;
	    width: 100%;
	    position: relative;
	    z-index: 10;
	}
	.drop-down .material-icons {
	    position: absolute;
	    top: 16px;
	    right: 25px;
	    width: 15px;
	    text-align: left;
	}
	.numeric {
		background-color: var(--ssa-highlight);
		color: var(--ssa-main);
		float: right;
		font-family: "Archivo", sans-serif;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.5px;
		height: 32px;
		border-radius: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 56px;
		width: fit-content;
		padding: 0 14px;
	}
	.scroll-to-anchor {
		cursor: pointer;
	}
	.jquery-modal.blocker {
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 20;
	}
	.modal {
		background: var(--ssa-main);
		padding: 20px 30px 30px 20px;
		z-index: 21;
	}
	.modal h2 {
		color: var(--white);
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.modal input {
		background: var(--white);
		border: none;
		border-radius: 8px;
		height: 48px;
		width: 100%;
		padding: 10px 50px 10px 14px;
		margin-bottom: 27px;
	}
	.modal .button {
    	color: var(--black);
		float: right;
		font-size: 16px;
	}

	/* pagination */
	#pagination {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 70px;
		width: 100%;
	}
	.pagination-prev {
		background-color: var(--white);
		border: 1px solid var(--bg-2);
		border-top-left-radius: 24px;
		border-bottom-left-radius: 24px;
		color: var(--ssa-main);
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		height: 48px;
		padding: 0 20px 0 25px;
	}
	.page-numbers {
		display: inline-block;
		float: left;
	}
	.page-numbers a,
	.page-numbers span {
		align-items: center;
		background-color: var(--white);
		border: 1px solid var(--bg-2);
		color: var(--ssa-main);
		display: flex;
		float: left;
		justify-content: center;
		height: 48px;
		width: 44px;
	}
	.page-numbers .active {
		background-color: var(--ssa-main);
		color: var(--white);
	}
	.pagination-next {
		background-color: var(--white);
		border: 1px solid var(--bg-2);
		border-top-right-radius: 24px;
		border-bottom-right-radius: 24px;
		color: var(--ssa-main);
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		height: 48px;
		padding: 0 25px 0 20px;
	}
	#pagination .pagination-container {
		display: inline-block;
		margin: 0;
		align-items: initial;
	}
	span.pagination-next,
	span.pagination-prev {
		opacity: 0.3;
	}

	/* 404 page */
	.four h1 {
		color: var(--ssa-main);
		font-size: 36px;
		font-weight: 900;
		margin: 50px 0;
	}


/* header including nav */
	.header-bar {
		min-height: 52px;
    	background-color: #fff;
    	z-index: 50;
    	width: 100%;
	}
	.header-bar .content {
		display: flex;
		justify-content: space-between;
		padding: 16px 50px;
	}
	.header-bar.scrolling {
		position: fixed;
	}
	.header-bar .phone, .header-bar .search {
		display: flex;
		align-items: center;
	}
	.header-bar .phone {
		border-bottom: 4px solid var(--ssa-highlight);
		text-decoration: none;
	}
	.header-bar .phone::before {
		content: url('../img/icon-phone.webp');
		height: 18px;
		margin-right: 6px;
		width: 18px;
	}
	.header-bar .search-contact-login a {
		float: left;
		margin-left: 50px;
		text-decoration: none;
	}
	.header-bar .search-contact-login a.search::before {
		content: url('../img/icon-search.webp');
		height: 18px;
		margin-right: 6px;
		width: 18px;
	}
	.nav-container {
		background-image: linear-gradient(-57deg, rgba(12, 111, 138, 1) 0%, rgba(8, 85, 112, 1) 100%);
		min-height: 168px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.nav-container.fsb {
		background-color: #FFF;
		background-image: none;
	}
	.nav-container .content {
		_display: flex;
	    _align-items: center;
	    _justify-content: space-between;
	}
	.nav-container .logo {
		display: inline-block;
		float: left;
		height: 140px;
		text-indent: -99999px;
		transition: all 0.1s ease;
		width: 248px;
	}
	.nav-container.fsb .logo {
    	height: 70px;
    	width: 364px;
	}
	.nav-container.scrolling {
		position: fixed;
		top: 58px;
		height: 140px;
		min-height: 74px;
		z-index: 50;
	}
	.nav-container.scrolling .logo {
		height: 114px;
		width: 202px;
	}
	.nav-container.fsb.scrolling {
		position: relative;
		min-height: 168px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		top: auto;
		height: fit-content;
	}

	nav {
		font-family: "Archivo", sans-serif;
		float: right;
		margin-top: 6px;
		max-width: 830px;
		width: 100%;
	}
	nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
		clear: none;
		float: right;
		font-family: "Archivo", sans-serif;
		font-size: 16px;
    	display: inline-block;
    	max-width: fit-content;
    	margin-top: 50px;
	}
	.nav-container.scrolling nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
		margin-top: 33px;
	}
	#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu,
	#mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
		top: 122px;
	}
	.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu,
	.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
		top: 61px;
	}
	#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0 !important;
	}
	#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		margin-bottom: 25px !important;
		padding: 0;
	}
	#mega-menu-item-640 a,
	#mega-menu-item-882 a {
		align-items: center;
		background-color: var(--white);
	    border-radius: 24px;
	    color: var(--ssa-main);
	    display: flex;
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    height: 48px;
	    justify-content: center;
	    margin: 0 auto;
	    min-width: 150px;
	    padding: 0 34px;
	    transition: 0.3s all ease;
	    width: fit-content;
	}
	header .image-container {
		position: relative;
	}
	header .image-container .header-fade {
		position: absolute;
		opacity: 0.85;
		background-image: linear-gradient(270deg, rgba(12,111,138,0.40) 23%, #085570 56%);
		height: 100%;
		width: 100%;
	}
	header .image-container .content {
		position: relative;
		text-align: left;
		min-height: 536px;
		z-index: 10;
	}
	header .image-container .content .text {
		padding-top: 82px;
		padding-bottom: 88px;
		display: inline-block;
		float: left;
		width: 55%;
	}
	header .image-container .content .form-code {
		display: inline-block;
		float: left;
		width: 45%;
	}
	header .image-container .content h1 {
		color: var(--white);
		font-size: 72px;
		font-weight: 700;
		letter-spacing: -2.57px;
		line-height: 72px;
		margin-bottom: 28px;
		max-width: 692px;
		text-align: left;
		width: 100%;
	}
	header .image-container .content h1 u {
		text-decoration: none;
		position: relative;
	}
	header .image-container .content h1 u::after {
	    background: url(../img/underline.webp) 100% 100% / cover no-repeat;
	    bottom: -8px;
	    content: '';
	    display: block;
	    height: 15%;
	    left: 5%;
	    right: 5%;
	    position: absolute;
	    width: 90%;
	}
	header .image-container .content p {
		color: var(--white);
		font-family: "Archivo", sans-serif;
		font-size: 28px;
		font-weight: 900;
		letter-spacing: -0.2px;
		line-height: 35px;
		margin-bottom: 37px;
		max-width: 692px;
		width: 100%;
	}
	header .image-container .button {
		background-color: var(--ssa-highlight);
    	color: var(--black);
		margin: 0;
		float: left;
	}
	header .image-container .second-button {
		background-color: var(--white);
		margin-left: 30px;
	}
	.nav-container .phone {
		display: none;
		float: right;
		margin: 57px 20px 0 0;
	}
	.nav-container .phone img {
		height: 24px;
		width: 24px;
	}
	.nav-container.scrolling .phone {
		_display: inline-block;
    	margin: 41px 20px 0 0;
	}
	@media only screen and (max-width: 500px) {
		.nav-container {
			top: 0 !important;
		}
		.nav-container .phone {
			display: inline-block;
			margin: 39px 20px 0 0;
		}
		.nav-container.scrolling .phone {
			display: inline-block;
    		margin: 30px 20px 0 0;
		}
		.header-bar {
			display: none;
		}
	}
	@media only screen and (max-width: 1251px) {
		.nav-container .phone {
			_display: inline-block;
		}
		header .image-container .content .text {
			width: 100%;
		}
		header .image-container .content .form-code {
			width: 100%;
		}
		#mega-menu-item-882 a {
			align-items: center;
			background-color: var(--white);
		    border-radius: 24px;
		    color: var(--ssa-main);
		    display: flex;
		    font-family: "Poppins", sans-serif;
		    font-weight: 400;
		    height: 48px;
		    justify-content: center;
		    margin: 0 auto;
		    min-width: 150px;
		    padding: 0 34px;
		    transition: 0.3s all ease;
		    width: fit-content;
		}
	}
	@media only screen and (max-width: 645px) {
		header .image-container .button {
			float: none;
		}
		header .image-container .second-button {
			margin: 30px 0 0 0;
		}
	}
	@media only screen and (max-width: 600px) {
		.content.header-bar a.search span {
			display: none;
		}
	}
	@media only screen and (max-width: 540px) {
		.content.header-bar a.support {
			display: none;
		}
	}
	@media only screen and (max-width: 500px) {
		header .image-container .content .text {
			padding: 20px 0 0 0;
		}
		header .image-container .content .text h1 {
			font-size: 32px;
			line-height: 36px;
			letter-spacing: 0;
		}
		header .image-container .content .text p {
			display: none;
		}
		.content.header-bar {
			display: none;
			padding: 16px 24px;
		}
		.header-bar .search-contact-login a {
			margin-left: 30px;
		}
		.nav-container {
			height: 150px;
			min-height: 114px;
		}
		.nav-container a.logo {
			background-size: 203px !important;
			height: 104px;
			width: 180px;
		}
		.nav-container.scrolling a.logo {
			background-size: 161px !important;
			height: 80px;
        	width: 142px;
		}
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
			top: 74px;
		}
		.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu,
		.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
			top: 56px;
		}
		nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
			margin-top: 32px;
		}
		.nav-container.scrolling nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
			margin-top: 22px;
		}
	}
	@media only screen and (min-width: 1181px) {
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-27 a,
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-640 a,
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-882 a {
			align-items: center;
			background-color: var(--ssa-highlight);
		    border-radius: 24px;
		    color: var(--ssa-main);
		    display: flex;
		    font-family: "Poppins", sans-serif;
		    font-weight: 600;
		    height: 48px;
		    justify-content: center;
		    margin: 0 0 0 24px;
		    min-width: 150px;
		    padding: 0 34px;
		    transition: 0.3s all ease;
		    width: fit-content;
		}
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-640 a,
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-882 a {
			background-color: var(--white);
		}
	}
	@media only screen and (max-width: 1180px) {
		.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu, .nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
    		top: 99px;
		}
		#mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
			top: 104px;
		}
	}
	@media only screen and (max-width: 500px) {
		#mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
			top: 111px;
		}
	}
	@media only screen and (max-width: 1251px) {
		#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu > li#mega-menu-item-882 > a.mega-menu-link {
			align-items: center;
			background-color: var(--white);
		    border-radius: 24px;
		    color: var(--ssa-main);
		    display: flex;
		    font-family: "Poppins", sans-serif;
		    font-weight: 600;
		    height: 48px;
		    justify-content: center;
		    margin: 10px 0 20px 10px;
		    min-width: 150px;
		    padding: 0 34px;
		    transition: 0.3s all ease;
		    width: fit-content;
		}
	}

	/* FSB menu */
	#mega-menu-fsb-menu {
		list-style-type: none;
	}
	#mega-menu-fsb-menu li {
		display: inline-block;
		float: right;
	}
	#mega-menu-fsb-menu li a {
		color: var(--ssa-main) !important;
		text-decoration: none;
		padding: 0 10px;
	}

	.breadcrumb {
		clear: both;
		color: #FFF;
		font-size: 13px;
		height: 32px;
	}

/* 3 column stats promo */
	.three-column-stats-promo {
		background-color: var(--cream);
	}
	.three-column-stats-promo.blue-bg {
		background-color: var(--bg-1);
	}
	.three-column-stats-promo .content {
		padding: 62px 100px 43px 100px;
	}
	.three-column-stats-promo .content .promos {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.three-column-stats-promo .content .promos .promo .top {
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.three-column-stats-promo .promo {
		_border-right: 1px solid var(--grey);
		height: fit-content;
		min-width: 270px;
		padding: 10px 0;
		width: 30%;
	}
	.three-column-stats-promo .promo:last-of-type {
		border-right: none;
	}
	.three-column-stats-promo img {
		border-radius: 20px;
		display: inline-block;
		float: left;
		height: 96px;
		margin-right: 20px;
		width: 96px;
	}
	.three-column-stats-promo h3 {
		color: var(--ssa-main);
		display: inline-block;
		font-weight: 900;
		font-size: 48px;
		letter-spacing: -1.66px;
		margin: 20px 0 10px 0;
	}
	.three-column-stats-promo p {
		color: var(--black);
		font-family: "Archivo", sans-serif;
		font-weight: 700;
		font-size: 19px;
	}
	.three-column-stats-promo .sub-copy {
		padding: 30px 20px 0 0;
	}
	.three-column-stats-promo h4 {
		color: var(--ssa-main);
		font-weight: 700;
		font-size: 24px;
		line-height: 26px;
	}
	@media only screen and (max-width: 960px) {
		.three-column-stats-promo .content .promos {
			display: inline-block;
		}
		.three-column-stats-promo .promo {
			border-right: 0px;
			height: fit-content;
			margin-bottom: 40px;
			padding: 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.three-column-stats-promo .content {
			padding: 40px 24px 0 24px;
		}
	}

/* accreditation panel */
	.accreditation-panel .content {
		align-items: center;
		display: flex;
		justify-content: left;
		padding: 57px 50px 73px 50px;
	}
	.accreditation-panel .content .text {
		margin-right: 40px;
		max-width: 340px;
		width: 100%;
	}
	.accreditation-panel .content .text h3 {
		font-size: 28px;
		letter-spacing: -0.2px;
		margin-bottom: 16px;
	}
	.accreditation-panel .content .text {
		font-size: 20px;
	}
	.accreditation-panel .content .logos {
		align-items: center;
		display: flex;
		justify-content: left;
		width: 100%;
		gap: 40px;
		padding-bottom: 0;
	}
	.accreditation-panel .content img {
		max-width: 130px;
		width: 100%;
		border-top-left-radius: 0;
    	border-top-right-radius: 0;
	    float: left;
	}
	.accreditation-panel .content .swiper-slide {
		border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	.accreditation-panel .content .swiper-wrapper {
		margin-bottom: 0;
		align-items: center;
	}
	.accreditation-panel .content .logos.swiper {
		padding-top: 0;
	}
	@media only screen and (max-width: 1080px) {
		.accreditation-panel .content {
			display: inline-block;
			padding-bottom: 0px;
		}
		.accreditation-panel .content .text {
			margin-bottom: 52px;
		}
		.accreditation-panel .content .logos {
			padding-bottom: 70px;
		}
	}
	@media only screen and (max-width: 774px) {
		.accreditation-panel .content {
			padding: 57px 0 73px 50px;
		}
		.accreditation-panel .content .logos {
			display: inline-block;
		}
		.accreditation-panel .content .logos img {
			margin-right: 40px;
		}
	}
	@media only screen and (max-width: 500px) {
		.accreditation-panel .content {
			padding: 40px 0 0 24px;
		}
	}

/* video logo panel */
	.video-logo-panel {
		background-color: var(--bg-1);
		padding: 77px 0 87px 0;
		position: relative;
	}
	.video-logo-panel .content {
		padding-bottom: 80px;
		text-align: center;
	}
	.video-logo-panel .video-and-text {
		align-items: center;
		display: flex;
		margin-bottom: 65px;
		width: 100%;
	}
	.video-logo-panel .video-and-text .video {
		max-width: 610px;
		margin-right: 62px;
		width: 100%;
	}
	.video-logo-panel .video-and-text .video img {
		width: 100%;
	}
	.video-logo-panel .video-and-text .text {
		text-align: left;
		width: 37%;
	}
	.video-logo-panel .video-and-text .text h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 28px;
		max-width: 440px;
		width: 100%;
	}
	.video-logo-panel .video-and-text .text p {
		color: var(--black);
		font-family: "Archivo", sans-serif;
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 24px;
	}
	.video-logo-panel .video-and-text .text ul {
		list-style-type: none;
	}
	.video-logo-panel .video-and-text .text li {
		display: flex;
		align-items: center;
		justify-content: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.video-logo-panel .video-and-text .text li img {
		margin-right: 16px;
	}
	.video-logo-panel .video-and-text .text .button {
	    border: 1px solid var(--ssa-main);
	    color: var(--ssa-main);
	    float: left;
	    margin: 0 21px 0 0;
	    text-decoration: none;
	}
	.video-logo-panel .video-and-text .text a {
    	color: var(--ssa-main);
    	text-decoration: underline;
    	line-height: 48px;
	}
	.video-logo-panel h3.logo-title {
		color: var(--black);
		display: inline-block;
		font-size: 28px;
		letter-spacing: -0.2px;
		line-height: 54px;
		margin-bottom: 64px;
		padding: 0 50px;
	}
	.video-logo-panel h3.logo-title u {
		text-decoration: none;
		position: relative;
		z-index: 10;
	}
	.video-logo-panel h3.logo-title u::after {
	    background: url(../img/circle-outline.webp) 100% 100% / cover no-repeat;
	    top: -25px;
	    content: '';
	    display: block;
	    height: 82px;
	    left: -20px;
	    right: 0;
	    position: absolute;
	    width: 192px;
	    z-index: -1;
	}
	.video-logo-panel .logos .swiper-wrapper {
		align-items: center;
	}
	.video-logo-panel .logos .swiper-slide {
		border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	.video-logo-panel .logos .swiper-slide img {
		border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    float: none;
	    max-width: fit-content;
	}
	.video-logo-panel .logos.swiper {
		padding-bottom: 0;
	}

	@media only screen and (max-width: 780px) {
		.video-logo-panel {
			padding: 30px 0;
		}
		.video-logo-panel .content {
			padding: 80px 0 50px 50px;
		}
		.video-logo-panel .video-and-text {
			border-bottom: 0;
			display: inline-block;
			padding: 0 50px 0 0;
		}
		.video-logo-panel .video-and-text .video {
			margin-right: 0;
		}
		.video-logo-panel .video-and-text .video img {
			margin-bottom: 41px;
		}
		.video-logo-panel .video-and-text .text {
			width: 100%;
		}
		.video-logo-panel h3.logo-title {
			padding: 0 100px 0 50px;
		}
	}

	@media only screen and (max-width: 500px) {
		.video-logo-panel .content {
			padding: 40px 0 0 24px;
		}
		.video-logo-panel .video-and-text {
			padding-right: 24px;
		}
		.video-logo-panel h3.logo-title {
			padding: 0 24px 0 0;
		}
		.video-logo-panel .video-and-text .text h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* learning platform panel */
	.learning-platform-panel .content {
		padding-top: 47px;
		padding-bottom: 87px;
	}
	.learning-platform-panel .content h2 {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
	}
	.learning-platform-panel .tabs {
		display: flex;
		justify-content: center;
		gap: 24px;
		margin-bottom: 75px;
	}
	.learning-platform-panel .tabs .tab {
		align-items: center;
		border: 1px solid var(--bg-2);
		border-radius: 16px;
		cursor: pointer;
		display: flex;
		font-family: "Archivo", sans-serif;
		font-size: 24px;
		font-weight: 700;
		height: 105px;
		justify-content: center;
		letter-spacing: -0.17px;
		padding: 30px;
		position: relative;
		text-align: center;
		width: fit-content;
	}
	.learning-platform-panel .tabs .tab.selected {
		background-color: var(--bg-1);
	}
	.learning-platform-panel .tabs .tab.selected::after {
		background: url( '../img/bottom-triangle.webp');
		bottom: -19px;
		content: '';
		display: inline-block;
		height: 20px;
		position: absolute;
		width: 34px;
		margin: 0 auto;
	}
	.learning-platform-panel .tab-content .tab {
		display: flex;
		align-items: flex-start;
		transition: all ease 0.3s;
	}
	.learning-platform-panel .tab-content .tab.hidden {
		display: none;
	}
	.learning-platform-panel .tab-content .main-image {
		margin-right: 60px;
		width: 60%;
	}
	.learning-platform-panel .text h3 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
	}
	.learning-platform-panel .text h3 u {
		position: relative;
		text-decoration: none;
	}
	.learning-platform-panel .text h3 u::after {
	    background: url(../img/underline-blue.webp) 100% 100% / cover no-repeat;
	    bottom: -8px;
	    content: '';
	    display: block;
	    height: 15%;
	    left: 5%;
	    right: 5%;
	    position: absolute;
	    width: 90%;
	}
	.learning-platform-panel .text ul {
		list-style-type: none;
		margin-bottom: 40px;
	}
	.learning-platform-panel .text li {
		display: flex;
		align-items: center;
		justify-content: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.learning-platform-panel .text li img {
		margin-right: 16px;
	}
	.learning-platform-panel .text .button {
		border: 1px solid var(--ssa-main);
		float: left;
		margin: 0 21px 0 0;
		text-decoration: none;
	}
	.learning-platform-panel .text a {
		color: var(--ssa-main);
		text-decoration: underline;
		line-height: 48px;
	}
	.learning-platform-panel .text p a {
		line-height: 22px;
	}

	@media only screen and (max-width: 1090px) {
		.learning-platform-panel .tab-content .tab {
			display: inline-block;
		}
		.learning-platform-panel .tab .main-image {
			margin: 0 0 39px 0;
			max-width: 569px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 600px) {
		.learning-platform-panel .tabs .tab {
			padding: 15px;
			font-size: 16px;
			height: auto;
		}
		.learning-platform-panel .tab .main-image {
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.learning-platform-panel .text h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* pricing calculator */
	.pricing-calculator .content {
		display: flex;
		background-color: var(--cream);
		padding: 70px 44px 92px 70px;
		align-items: flex-start;
	}
	.pricing-calculator h3 {
		color: var(--ssa-main);
		font-weight: 900;
		font-size: 42px;
		letter-spacing: -1.5px;
		margin-bottom: 42px;
		line-height: 46px;
	}
	.pricing-calculator .title-and-dropdowns {
		margin-top: 32px;
		width: 35%;
	}
	.pricing-calculator .title-and-dropdowns label {
		display: flex;
		align-items: center;
		height: 56px;
		margin-bottom: 24px;
		position: relative;
	}
	.pricing-calculator .title-and-dropdowns label select {
	    -webkit-appearance: none;
	    appearance: none;
	    background-color: transparent;
	    border: none;
	    font-size: 16px;
	    height: 56px;
	    padding: 16px 44px 16px 23px;
	    width: 180px;
	    position: relative;
	    z-index: 10;
	}
	.pricing-calculator .title-and-dropdowns label .select-menu {
		background-color: var(--white);
		border: 1px solid var(--bg-2);
	    border-radius: 8px;
	    height: 56px;
	    margin: 0 0 0 20px;
	    position: relative;
	}
	.pricing-calculator .arrow {
		margin: 68px 35px 0 50px;
	}
	.pricing-calculator .description {
		width: 60%;
	}
	.pricing-calculator .description-content {
		background: url('../img/pricing-calculator-background.webp');
		background-size: 100% 100%;
		display: inline-block;
		padding: 58px 52px 50px 68px;
		width: 100%;
		margin-bottom: 48px;
	}
	.pricing-calculator .description-content h4 {
		color: var(--black);
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.pricing-calculator .description-content h5 {
		color: var(--ssa-main);
		display: inline-block;
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin: 0 12px 23px 0;
	}
	.pricing-calculator .description-content p {
		display: inline-block;
		line-height: 20px;
		margin-bottom: 23px;
	}
	.pricing-calculator .description-content ul {
		display: inline-block;
		float: left;
		padding-left: 20px;
		width: 60%;
	}
	.pricing-calculator .description-content a {
		color: var(--ssa-main);
		font-family: "Archivo", sans-serif;
		display: inline-block;
		text-decoration: underline;
		width: 100%;
	}
	.pricing-calculator .description-content .button {
		background-color: var(--ssa-main);
		color: var(--white);
		display: flex;
		text-decoration: none;
		margin: 22px 0 0 0;
	}
	.pricing-calculator .description h4 {
		display: inline-block;
		margin-right: 40px;
	}
	.pricing-calculator .description a {
		color: var(--ssa-main);
		text-decoration: underline;
	}

	@media only screen and (max-width: 960px) {
		.pricing-calculator .title-and-dropdowns label span {
			display: inline-block;
			margin-bottom: 10px;
		}
		.pricing-calculator .title-and-dropdowns label {
			display: inline-block;
			height: 88px;
		}
		.pricing-calculator .title-and-dropdowns label .select-menu {
			margin-left: 0;
		}
	}
	@media only screen and (max-width: 915px) {
		.pricing-calculator .content {
			display: inline-block;
		}
		.pricing-calculator .title-and-dropdowns {
			margin-bottom: 30px;
		}
		.pricing-calculator .title-and-dropdowns,
		.pricing-calculator .description {
			margin-top: 0;
			width: 100%;
		}
		.pricing-calculator .arrow {
			display: none;
		}
	}
	@media only screen and (max-width: 915px) {
		.pricing-calculator .content {
			padding: 40px 24px;
		}
	}
	@media only screen and (max-width: 560px) {
		.pricing-calculator .description h4 {
			margin: 0 0 10px 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.pricing-calculator h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* image-with-text-list-panel */
	.image-with-text-list-panel .content {
		padding: 88px 60px 78px 50px;
	}
	.image-with-text-list-panel .content .main-image {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.image-with-text-list-panel .content .main-image.left,
	.image-with-text-list-panel .content .text.left {
		margin-right: 5%;
	}
	.image-with-text-list-panel .content .text {
		display: inline-block;
		float: left;
		width: 35%;
	}
	.image-with-text-list-panel .content .text h3 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 26px;
	}
	.image-with-text-list-panel .content .text p {
		font-family: "Archivo", sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 26px;
		margin-bottom: 24px;
	}
	.image-with-text-list-panel .text ul {
		list-style-type: none;
	}
	.image-with-text-list-panel .text ul li {
		display: flex;
		align-items: center;
		margin-bottom: 28px;
	}
	.image-with-text-list-panel .text ul li img {
		margin-right: 15px;
	}
	.image-with-text-list-panel .content .text .button {
		background-color: var(--ssa-highlight);
		float: left;
		margin: 20px 0 20px 0;
	}
	@media only screen and (max-width: 680px) {
		.image-with-text-list-panel .content .main-image {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		.image-with-text-list-panel .content .text {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		.image-with-text-list-panel .content {
			padding: 40px 24px;
		}
		.image-with-text-list-panel .content .main-image.left,
		.image-with-text-list-panel .content .text.left {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 500px) {
		.image-with-text-list-panel .content .text h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* popular-courses */
	.popular-courses {
		background-color: var(--bg-1);
		position: relative;
	}
	.popular-courses .content {
		padding: 22px 20px 0 50px;
	}
	.popular-courses .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 32px;
	}
	.popular-courses .content .popular-courses-container {
		padding-top: 10px;
		padding-right: 30px;
		width: 100%;
	}
	.popular-courses .content .button-container {
		padding-right: 30px;
		text-align: center;
		width: 100%;
	}
	.popular-courses .content .button {
    	background-color: var(--ssa-main);
    	color: var(--white);
    	display: inline-block;
    	line-height: 48px;
    	margin: 0 20px 30px 20px;
	}
	@media only screen and (max-width: 500px) {
		.popular-courses .content {
	    	padding: 22px 0 0 24px;
	    }
	    .popular-courses .content h3 {
	    	font-size: 34px;
			line-height: 42px;
		}
	    .popular-courses .slider-controls {
	    	padding-right: 24px;
	    }
	}

/* courses-panel */
	.courses-panel {
		background-color: var(--bg-1);
		padding-bottom: 100px;
	}
	.courses-panel .content {
		padding: 0 20px 0 50px;
    	max-width: 1280px;
	}
	.courses-panel .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 24px;
	}
	.courses-panel .content p {
		font-size: 20px;
		margin-bottom: 66px;
	}
	.courses-panel .courses-container {
		padding-right: 30px;
	}
	.courses-panel .courses-container .course {
		background-color: var(--white);
		text-align: left;
	}
	.courses-panel .content .course {
		box-sizing: border-box;
		display: inline-block;
		padding: 28px 19px 16px 32px;
		-webkit-border-radius: 16px;
    	-moz-border-radius: 16px;
    	border-radius: 16px;
    	-webkit-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
		box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.2);
	}
	.courses-panel .content .course img,
	.courses-panel .content .course .circle {
		display: inline-block;
		border-radius: 100px;
		height: 200px;
		width: 200px;
		margin: 0 auto 16px auto;
	}
	.courses-panel .content .course .course-content {
		padding: 0;
		width: 100%;
	}
	.courses-panel .content .course .course-content h3 {
		color: var(--black);
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.courses-panel .content .course .course-content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 18px;
	}
	.courses-panel .content .buttons {
		text-align: center;
		width: 100%;
	}
	.courses-panel .content .button {
		background-color: var(--ssa-main);
		color: var(--white);
		display: inline-block;
		margin: 0 12px 25px 12px;
		line-height: 48px;
		text-align: center;
	}
	.courses-panel .content .button.outline {
		background: transparent;
		color: var(--ssa-main);
	}

	@media only screen and (min-width: 768px) {
		.courses-panel .courses-container {
			width: 100%;
		}
		.courses-panel .content .courses-container .swiper-wrapper .course {
			box-sizing: border-box;
			max-width: 23.125%;
			margin-bottom: 2.5%;
		}
		.courses-panel .courses-container .swiper-wrapper {
			flex-wrap: wrap;
			gap: 2.5%;
			justify-content: flex-start;
		}
		.courses-panel .courses-container .pagination-container {
			display: none;
		}

	}
	@media only screen and (max-width: 1130px) {
		.courses-panel .content .courses-container .swiper-wrapper .course {
			max-width: 31.6666%;
		}
	}
	@media only screen and (max-width: 857px) {
		.courses-panel .content .courses-container .swiper-wrapper .course {
			max-width: 48.75%;
		}
	}
	@media only screen and (max-width: 823px) {
		.courses-panel .content .button {
			margin: 0 10% 25px 10%;
			width: 80%;
		}
	}
	@media only screen and (max-width: 613px) {
		.courses-panel .content .courses-container .swiper-wrapper .course {
			max-width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.courses-panel .content {
            padding: 0 0 0 24px;
        }
        .courses-panel .content h3 {
        	font-size: 34px;
        	line-height: 42px;
        }
	}

/* title-and-button-panel */
	.title-and-button-panel .content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 75px 80px 10px 80px;
	}
	.title-and-button-panel .content h3 {
		font-size: 28px;
		letter-spacing: -0.2px;
		line-height: 32px;
		margin-right: 35px;
	}
	.title-and-button-panel .content .button-text {
		min-width: 230px;
		text-align: center;
	}
	.title-and-button-panel .content .button {
		background-color: var(--ssa-main);
		color: var(--white);
		display: inline-block;
		line-height: 48px;
		margin: 0 0 10px 0;
	}
	@media only screen and (max-width: 578px) {
		.title-and-button-panel .content {
			display: inline-block;
			text-align: center;
			padding-top: 40px;
		}
		.title-and-button-panel .content h3 {
			margin-right: 0;
		}
	}

/* testimonials-panel */
	.testimonials-panel {
		background-color: var(--cream);
		position: relative;
	}
	.testimonials-panel .spacer {
		height: 80px;
	}
	.testimonials-panel .content {
		max-width: 1280px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.testimonials-panel .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
	}
	.testimonials-panel .content .testimonials-container {
		__padding: 0 120px;
	}
	.testimonials-panel .content .testimonials-container .testimonial.swiper-slide {
		box-shadow: none;
	}
	.testimonials-panel .content .testimonials-container .author-image {
		display: inline-block;
		position: relative;
		margin-right: 4%;
		float: left;
		width: 26%;
	}
	.testimonials-panel .content .testimonials-container .author-image .quotes {
		left: 0;
		position: absolute;
		top: 0;
		border-top-left-radius: 0;
    	border-top-right-radius: 0;
    	float: none;
    	width: fit-content;
	}
	.testimonials-panel .content .testimonials-container .author-image .blank {
		display: inline-block;
		height: 100%;
		width: 100%;
	}
	.testimonials-panel .content .testimonials-container .testimonial-text {
		display: inline-block;
		float: left;
		width: 70%;
	}
	.testimonials-panel .content .testimonials-container .testimonial-text p {
		color: var(--ssa-main);
		display: inline-block;
		font-family: "Archivo", sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 36px;
		margin-bottom: 28px;
	}
	.testimonials-panel .content .testimonials-container .author-position {
		float: left;
		font-family: "Poppins";
	}
	.testimonials-panel .content .testimonials-container .testimonial .logo {
		float: right;
		width: fit-content;
	}
	@media only screen and (max-width: 960px) {
		.testimonials-panel .content .testimonials-container {
			padding: 0;
		}
	}
	@media only screen and (max-width: 700px) {
		.testimonials-panel .content .testimonials-container .author-image,
		.testimonials-panel .content .testimonials-container .testimonial-text {
			float: none;
		}
		.testimonials-panel .content .testimonials-container .author-image {
			margin-bottom: 50px;
			margin-right: 15%;
			margin-left: 15%;
			width: 70%;
		}
		.testimonials-panel .content .testimonials-container .testimonial-text {
			width: 100%;
		}
		.testimonials-panel .content .testimonials-container .testimonial-text p {
			font-size: 22px;
			line-height: 32px;
		}
		.testimonials-panel .content .testimonials-container .testimonial-text .author-position {
			float: none;
			margin-bottom: 20px;
			width: 100%;
		}
		.testimonials-panel .content .testimonials-container .testimonial .logo {
			float: none;
		}
	}
	@media only screen and (max-width: 500px) {
		.testimonials-panel .content h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* faqs-panel */
	.faqs-panel {
		position: relative;
	}
	.faqs-panel .content {
		max-width: 1280px;
		padding-top: 60px;
	}
	.faqs-panel .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 38px;
	}
	.faqs-container {
		border-top: 1px solid var(--grey);
		padding-bottom: 100px;
	}
	.faqs-container .faq {
		border-bottom: 1px solid var(--grey);
		display: inline-block;
		font-size: 20px;
		line-height: 28px;
		padding: 23px 20px 23px 0;
		width: 100%;
	}
	.faqs-container .faq h4 {
		float: left;
		font-weight: 400;
		max-width: 80%;
	}
	.faqs-container .faq .answer {
		clear: both;
		display: none;
		float: left;
		font-size: 16px;
		padding: 40px 0 70px 0;
		max-width: 880px;
		width: 100%;
	}
	.faqs-container .faq a.cross {
		cursor: pointer;
		display: inline-block;
		float: right;
		text-decoration: none;
		transition: all ease 0.3s;
	}
	.faqs-container .faq a.cross span {
		font-size: 30px;
	}
	.faqs-container .faq a.closed {
		align-items: center;
		display: flex;
		justify-content: center;
		transform: rotate(45deg);
	}
	.faqs-container .faq a.closed.open {
		transform: rotate(0deg);
	}
	@media only screen and (max-width: 500px) {
		.faqs-panel .content h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* contact-panel */
	.contact-panel .hbspt-form { width: 50%; }
	.contact-panel {
		_background-color: var(--bg-1);
		background-image: linear-gradient(-57deg, rgba(12, 111, 138, 1) 0%, rgba(8, 85, 112, 1) 100%);
	}
	.contact-panel.white {
		background-color: var(--white);
	}
	.contact-panel .content {
		display: flex;
		justify-content: space-between;
		max-width: 1280px;
		padding-top: 38px;
	}
	.contact-panel .content .text-and-image {
		margin-right: 55px;
		position: relative;
		width: 50%;
	}
	.contact-panel .content .text-and-image .arrow {
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		width: 140px;
	}
	.contact-panel .content .text-and-image h3 {
		color: var(--white);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 24px;
		max-width: 490px;
		position: relative;
		z-index: 10;
	}
	.contact-panel .content .text-and-image p {
		color: var(--white);
		margin-bottom: 54px;
		max-width: 490px;
	}
	.contact-panel .content .button {
		background-color: var(--white);
		color: var(--ssa-main);
		margin: 0 0 40px 0;
	}
	.contact-panel .content .text-and-image img {
		width: 100%;
	}
	.contact-panel .content div.wpforms-container-full {
		display: inline-block;
		margin: 0 0 60px 0;
		width: 45%;
	}
	.contact-panel .content .wpforms-container .wpforms-field {
		padding: 0 0 30px 0;
	}
	div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
		border: 1px solid var(--bg-2) !important;
	}
	.contact-panel .content .wpforms-container .wpforms-field-label {
		color: var(--black);
		font-family: "Archivo", sans-serif;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact-panel .content div.wpforms-container-full button[type=submit] {
		background-color: transparent !important;
		border: 1px solid var(--ssa-main);
		border-radius: 28px;
		box-shadow: none;
		color: var(--ssa-main) !important;
		float: right;
		height: 48px;
		width: 130px;
	}
	.contact-panel .content div.wpforms-container-full button[type=submit]:hover {
		background-color: transparent !important;
		background-image: none;
	}
	.contact-panel .content div.wpforms-container-full button[type=submit]:focus:after {
		border: 0px !important;
	}
	@media only screen and (max-width: 780px) {
		.contact-panel .content {
			display: inline-block;
		}
		.contact-panel .content .text-and-image,
		.contact-panel .content div.wpforms-container-full {
			margin-right: 0;
			width: 100%;
		}
		.contact-panel .content div.wpforms-container-full {
			margin-bottom: 30px;
		}
		.contact-panel .content {
			padding-top: 0;
			padding-bottom: 30px;
		}
		.contact-panel  .hbspt-form {
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.contact-panel .content .text-and-image h3 {
			font-size: 34px;
			line-height: 42px;
		}
		.contact-panel .content .text-and-image .arrow {
			display: none;
		}
	}

/* logo-grid */
	.logo-grid .content {
		max-width: 1280px;
		padding-top: 86px;
		padding-bottom: 0;
	}
	.logo-grid .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 57px;
	}
	.logo-grid .content .logo-container .swiper-wrapper {
		align-items: center;
	}
	.logo-grid .content .swiper-slide {
	    border-top-left-radius: 0px;
	    border-top-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	    border-bottom-right-radius: 0px;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	.logo-grid .content .swiper-slide img {
	    border-top-left-radius: 0px;
	    border-top-right-radius: 0px;
	    float: none;
	    max-height: 80%;
	    max-width: 100%;
	}
	@media only screen and (max-width: 778px) {
		.logo-grid .content {
			padding-right: 0;
		}
		.logo-grid .content .logo-container img {
			margin-right: 40px;
		}
		.slick-slider .slick-track {
			align-items: center;
			display: flex;
		}
	}
	@media only screen and (max-width: 500px) {
		.logo-grid .content h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* buying-options-panel */
	.buying-options-panel {
		background-color: var(--cream);
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.buying-options-panel .content h3 {
		background: url('../img/down-arrow.webp') top right no-repeat;
		color: var(--ssa-main);
		display: inline-block;
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 0;
		padding-bottom: 77px;
		padding-right: 150px;
	}
	.buying-options-panel .options {
		display: flex;
		align-items: stretch;
		gap: 4%;
	}
	.buying-options-panel h4.bubble {
		border-radius: 8px;
		background-color: var(--ssa-highlight);
		color: var(--link-color);
		font-size: 14px;
		height: 32px;
		line-height: 34px;
		margin-bottom: 25px;
		padding: 0 22px;
		width: fit-content;
	}
	.buying-options-panel .blank-spacer {
		height: 32px;
		margin-bottom: 25px;
	}
	.buying-options-panel h4 {
		color: var(--black);
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 14px;
	}
	.buying-options-panel .option {
		border-right: 1px solid var(--grey);
		padding-right: 40px;
		position: relative;
	}
	.buying-options-panel .option:last-of-type {
		border-right: 0;
		padding-right: 0;
	}
	.buying-options-panel .option ul {
		list-style-type: none;
	}
	.buying-options-panel .option ul li {
		align-items: center;
		display: flex;
		margin-bottom: 20px;
		width: 90%;
	}
	.buying-options-panel .option ul li img {
		margin-right: 16px;
	}
	.buying-options-panel .drop-down h4 {
		font-size: 19px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.buying-options-panel .drop-down h4.inline {
		display: inline-block;
		float: left;
		margin-right: 16px;
	}
	.buying-options-panel .money-description {
		clear: both;
		padding-bottom: 58px;
	}
	.buying-options-panel .money-description h5 {
		color: var(--ssa-main);
		float: left;
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 50px;
		margin-right: 5px;
	}
	.buying-options-panel .money-description span {
		display: inline-block;
		line-height: 50px;
		margin-top: 8px;
	}
	.buying-options-panel .money-description p {
		clear: both;
	}
	.buying-options-panel .money-description .button {
		background-color: var(--ssa-main);
		color: var(--white);
		font-size: 16px;
		width: 100%;
	}
	.buying-options-panel .money-description .button:disabled,
	.buying-options-panel .money-description .button.disabled {
		cursor: default;
		opacity: 0.4;
	}
	.buying-options-panel .money-description .button.outline {
		border-color: var(--ssa-main);
		color: var(--ssa-main);
	}
	.buying-options-panel .money-description div {
		margin-bottom: 10px;
	}
	.buying-options-panel .money-description .button-holder {
		position: absolute;
	    bottom: 0;
	    width: 100%;
	    padding-right: 40px;
	}
	@media only screen and (max-width: 940px) {
		.buying-options-panel .option {
			margin-bottom: 40px;
			width: 48%;
		}
		.buying-options-panel .option:nth-of-type(2n) {
			border-right: 0;
			padding-right: 0;
		}
		.buying-options-panel .option:last-of-type {
			border-right: 1px solid var(--grey);
			padding-right: 40px;
		}
	}
	@media only screen and (max-width: 760px) {
		.buying-options-panel .content h3 {
			background: transparent;
			padding-right: 0;
		}
	}
	@media only screen and (max-width: 680px) {
		.buying-options-panel .blank-spacer {
			height: 0;
			margin-bottom: 0;
		}
		.buying-options-panel .content h3 {
			background: transparent;
			padding: 0 30px 30px 0;
		}
		.buying-options-panel .option {
			width: 100%;
		}
		.buying-options-panel .option,
		.buying-options-panel .option:last-of-type {
			border-right: 0;
			padding-right: 0;
		}
		.buying-options-panel .money-description {
			padding-bottom: 0;
		}
		.buying-options-panel .money-description .button-holder {
			padding-right: 0;
			position: relative;
		}
		.buying-options-panel .options {
			flex-wrap: wrap;
		}
	}

/* full-width-image-with-text-panel */
	.full-width-image-with-text-panel .content {
		padding-top: 85px;
		padding-bottom: 85px;
		position: relative;
	}
	.full-width-image-with-text-panel .content h3 {
		color: var(--white);
		font-size: 72px;
		font-weight: 700;
		letter-spacing: -2.57px;
		line-height: 72px;
		margin-bottom: 28px;
		max-width: 570px;
	}
	.full-width-image-with-text-panel .content h4 {
		color: var(--white);
		font-family: "Archivo", sans-serif;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: -0.2px;
		line-height: 32px;
		margin-bottom: 37px;
	}
	.full-width-image-with-text-panel .content .button {
		background-color: var(--ssa-highlight);
		color: var(--black);
		margin: 0;
	}
	@media only screen and (max-width: 500px) {
		.full-width-image-with-text-panel .content {
			min-height: 300px;
		}
		.full-width-image-with-text-panel .content .text {
			padding: 0;
			position: absolute;
			bottom: 10%;
			width: calc(100% - 44px);
		}
		.full-width-image-with-text-panel .content h3 {
			font-size: 32px;
			line-height: 36px;
			letter-spacing: 0;
		}
		.full-width-image-with-text-panel .content h4 {
			display: none;
		}
	}

/* payment page */
	.payment-page .content {
		display: flex;
		flex-direction: row-reverse;
		gap: 15%;
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.payment-page .content .payment-panel {
		width: 50%;
	}
	.payment-page .content .simpay-styled .simpay-form-control h2 {
		font-family: "Archivo", sans-serif !important;
		margin-top: 54px;
	}
	.payment-page .content .simpay-checkout-form--stripe_checkout-styled.simpay-styled,
	.payment-page .content .simpay-checkout-form--embedded.simpay-styled {
		max-width: 100%;
	}
	.payment-page .content .simpay-embedded-heading.simpay-styled h3 {
		color: var(--ssa-main);
		margin-bottom: 14px !important;
	}
	.payment-page .content .simpay-embedded-heading.simpay-styled {
		background-color: var(--cream);
		border-radius: 8px;
		padding: 30px;
	}
	.payment-page .content .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) {
		background: var(--ssa-main);
	}
	.payment-page aside {
		width: 35%;
	}
	.payment-page .pricing-calculator {
		position: sticky;
    	top: 50px;
	}
	.payment-page aside .drop-down h4.inline {
	    display: inline-block;
	    float: left;
	    margin-right: 16px;
	}
	.payment-page aside .drop-down h4 {
	    font-size: 19px;
	    font-weight: 700;
	    margin-bottom: 20px;
	}
	.payment-page aside .money-description {
		background-color: var(--ssa-highlight);
		border-radius: 8px;
		clear: both;
		padding: 16px 23px;
	}
	.payment-page aside .money-description p {
		display: inline-block;
		margin-bottom: 16px;
		width: 100%;
	}
	.payment-page aside .money-description h5 {
	    color: var(--ssa-main);
	    float: left;
	    font-size: 42px;
	    font-weight: 900;
	    letter-spacing: -1.5px;
	    line-height: 50px;
	    margin-right: 5px;
	}
	.payment-page .content .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):disabled {
		opacity: 0.2;
	}
	.payment-page .content .simpay-checkout-form--stripe_checkout-styled.simpay-styled a,
	.payment-page .content .simpay-checkout-form--overlay.simpay-styled a, .simpay-checkout-form--embedded.simpay-styled a {
		color: var(--ssa-main) !important;
		font-weight: 600;
	}
	.payment-page .content .simpay-btn.simpay-checkout-btn {
		border-radius: 24px !important;
	}
	@media only screen and (max-width: 860px) {
		.payment-page .content {
			display: inline-block;
		}
		.payment-page .content .payment-panel,
		.payment-page aside {
			width: 100%;
		}
		.payment-page aside {
			margin-bottom: 50px;
		}
		.payment-page .content {
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}
	@media only screen and (max-width: 500px) {
		.payment-page .content {
			padding-top: 24px;
			padding-bottom: 24px;
		}
	}

/* two-column-rich-text-panel */
	.two-column-rich-text-panel .content {
		display: flex;
		gap: 6%;
		padding-top: 74px;
		padding-bottom: 74px;
	}
	.two-column-rich-text-panel .column {
		width: 47%;
	}
	.two-column-rich-text-panel .column h3 {
		margin-bottom: 30px;
	}
	.two-column-rich-text-panel .column img.size-full {
		width: 100%;
	}
	.two-column-rich-text-panel blockquote {
		background-color: var(--cream);
		color: var(--ssa-main);
		font-family: "Archivo", sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 32px;
		margin-bottom: 33px;
		padding: 25px;
	}
	@media only screen and (max-width: 680px) {
		.two-column-rich-text-panel .content {
			display: inline-block;
		}
		.two-column-rich-text-panel .content .column {
			width: 100%;
		}
		.two-column-rich-text-panel .content .column:first-of-type {
			margin-bottom: 50px;
		}
	}
	@media only screen and (max-width: 500px) {
		.two-column-rich-text-panel .content {
			padding-top: 24px;
			padding-bottom: 24px;
		}
	}

/* staff-panel */
	.staff-panel {
		background-color: var(--cream);
	}
	.staff-panel .content {
		padding-top: 50px;
	}
	.staff-panel h3 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		margin-bottom: 42px;
	}
	.staff-panel .image-team {
		border-top: 1px solid var(--border-grey);
		float: left;
		margin: 0 5% 78px 0;
		padding-top: 20px;
		width: 70%;
	}
	.staff-panel .image-team h3,
	.staff-panel .second-team h3,
	.staff-panel .third-team h3 {
		color: var(--black);
		font-size: 24px;
		letter-spacing: 0px;
		margin-bottom: 33px;
	}
	.staff-panel .image-team .team-person {
		align-items: center;
		display: flex;
		float: left;
		margin: 0 10% 24px 0;
		min-height: 84px;
		width: 40%;
	}
	.staff-panel .image-team .team-person img {
		margin-right: 20px;
	}
	.staff-panel .image-team .team-person .info {
		font-size: 16px;
		line-height: 26px;
	}
	.staff-panel .second-team,
	.staff-panel .third-team {
		border-top: 1px solid var(--border-grey);
		float: left;
		margin-bottom: 78px;
		padding-top: 20px;
		width: 25%;
	}
	@media only screen and (max-width: 950px) {
		.staff-panel .image-team {
			width: 100%;
		}
		.staff-panel .second-team,
		.staff-panel .third-team {
			margin-right: 10%;
			width: 45%;
		}
		.staff-panel .third-team {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 720px) {
		.staff-panel .image-team .team-person {
			margin-right: 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 535px) {
		.staff-panel .second-team,
		.staff-panel .third-team {
			margin-bottom: 30px;
			margin-right: 0%;
			width: 100%;
		}
	}

/* blog pages */
	.blog-intro,
	.blog-content {
		background-color: var(--cream);
		position: relative;
	}
	.blog-intro .content,
	.blog-content .content {
		padding-bottom: 75px;
		padding-top: 75px;
	}
	.blog-intro .content h1 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 30px;
	}
	.blog-intro .content h1 a {
		text-decoration: none;
	}
	.blog-intro .intro-img {
		display: inline-block;
		float: left;
		margin: 0 40px 30px 0;
		max-width: 570px;
	}
	.blog-intro .intro-img img {
		width: 100%;
	}
	.blog-intro .excerpt {
		margin-bottom: 40px;
	}
	.blog-intro .intro-text .time-author {
		display: inline-block;
		margin-top: 10px;
	}
	.blog-intro .intro-text .time-author .time {
		color: var(--ssa-main);
		margin-right: 10px;
	}
	.blog-intro .intro-text .time-author .author {
		color: var(--ssa-main);
	}
	.blog-intro .intro-text .button {
		background-color: var(--ssa-highlight);
		color: var(--ssa-main);
		float: right;
		margin: 0;
	}

	.blog {
		padding-top: 26px;
		padding-bottom: 80px;
	}
	.blog .content #blogList {
		align-items: stretch;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#blogList .listing-item {
		flex-basis: 23%;
		margin-bottom: 60px;
		max-width: 255px;
		width: 100%;
	}
	#blogList .listing-item h3 {
		font-size: 19px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 21px;
		margin-bottom: 20px;
	}
	#blogList .listing-item h3 a {
		text-decoration: none;
	}
	#blogList .listing-item .listing-item-img {
		border-radius: 8px;
		display: inline-block;
		height: 146px;
		margin-bottom: 20px;
		max-width: 255px;
		width: 100%;
	}
	.blog .content .load-more-container {
		text-align: center;
		width: 100%;
	}
	.blog .content .load-more-container .button {
		background-color: var(--ssa-main);
		color: var(--white);
		width: 205px;
	}

	.blog-content {
		margin-bottom: 60px;
		position: relative;
	}
	.blog-content .content .inside-content {
		max-width: 770px;
		width: 100%;
	}
	.blog-content .content img {
		border-radius: 8px;
		margin-bottom: 40px;
		max-width: 770px;
		width: 100%;
	}
	.blog-content .content h1 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 30px;
	}
	.blog-content .content h3, .blog-content .content p {
		margin-bottom: 30px;
	}
	.blog-content .content blockquote {
		border: 1px solid var(--grey);
		margin-bottom: 30px;
		padding: 30px 30px 0 30px;
	}

	.blog-promo-block .content h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
	}
	.blog-promo-block .content #blogList {
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
	}
	.blog-promo-block .content #blogList .listing-item {
		max-width: 255px;
		width: 100%;
	}
	.blog-promo-block .content #blogList .listing-item .listing-item-content a {
		text-decoration: none;
	}
	@media only screen and (max-width: 860px) {
		#blogList .listing-item {
			flex-basis: 30%;
		}
		.blog-intro .intro-img {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 677px) {
		.blog-promo-block .content #blogList {
			gap: 8%;
		}
		.blog-promo-block .content #blogList .listing-item {
			width: 46%;
		}
	}
	@media only screen and (max-width: 640px) {
		#blogList .listing-item {
			flex-basis: 48%;
		}
	}

/* courses page */
	.courses {
		background-color: var(--courses-background);
		padding: 74px 0 74px 0;
		position: relative;
	}
	.courses .content h1,
	.courses .content h2 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 44px;
		margin-bottom: 60px;
	}
	.courses .categories {
		display: inline-block;
		float: left;
		margin-right: 3%;
		min-width: 160px;
		width: 20%;
	}
	.courses .categories .filter-sort {
		cursor: pointer;
		display: none;
		height: 18px;
		margin-bottom: 30px;
	}
	.courses .categories .filter-sort::before {
		content: url('../img/sliders.webp');
		margin-right: 6px;
	}
	.courses .categories ul {
		list-style-type: none;
		padding-left: 0;
	}
	.courses .categories ul.children {
		margin: 0 0 0 20px;
	}
	.courses .courses-main-area {
		display: inline-block;
		width: 76%;
	}
/*	.courses .courses-main-area h1 {
		font-family: "Poppins", sans-serif !important;
		font-size: 20px;
		font-weight: 400;
		line-height: 28px;
		margin: 30px 0;
	}*/
	.courses .categories li {
		display: inline-block;
		width: 100%;
	}
	.courses .categories a {
		display: inline-block;
		font-family: "Archivo", sans-serif;
		margin-bottom: 20px;
		text-decoration: none;
	}
	.courses .categories .current-cat > a {
		border-bottom: 4px solid var(--ssa-main);
	}
	.courses .categories hr {
		border-top: 1px solid var(--bg-2);
		margin-bottom: 24px;
	}
	.courses .courses-main-area .filters {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
		width: 100%;
	}
	.courses-main-area .drop-down.sort-by {
		display: inline-block;
		margin-right: 5%;
		width: 30%;
	}
	.courses-main-area .drop-down.search {
		width: 65%;
	}

	.courses .courses-main-area h1,
	.courses .courses-main-area h2 {
		display: inline-block;
		float: left;
		color: var(--ssa-main);
		margin-right: 18px;
		margin-bottom: 20px;
	}
	.courses .courses-main-area h1 {
		margin-bottom: 40px;
	}
	.courses .courses-main-area h2.fw {
		width: 100%;
	}
	.search-form {
		position: relative;
		width: 65%;
	}
	.search-form input {
		width: 100%;
	}
	.search-form .search-term {
		position: relative;
	}
	.search-form .search-term::after {
	    content: url(../img/icon-search.webp);
	    display: inline-block;
    	height: 18px;
    	width: 18px;
    	position: absolute;
    	top: 14px;
    	right: 20px;
	}
	.courses-main-area .carousel .course {
	    display: inline-block;
	    max-width: 265px;
	    margin: 0 20px 40px 20px;
	    -webkit-border-radius: 16px;
	    -moz-border-radius: 16px;
	    border-radius: 16px;
	}
	#coursesList .course .listing-item-img {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		display: inline-block;
		height: 146px;
		width: 100%;
	}
	#coursesList .course .course-content {
		background-color: var(--white);
		display: inline-block;
		padding: 16px 24px 34px 24px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		width: 100%;
	}
	#coursesList .course .course-content a {
		display: inline-block;
		text-decoration: none;
		_width: 100%;
	}
	#coursesList .course .course-content h4,
	#coursesList .course .course-content h3 {
		color: var(--black);
		font-size: 19px;
		font-weight: 700;
		line-height: 22px;
		margin-bottom: 30px;
	}
	#coursesList .course .course-content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 37px;
	}
	#coursesList .course .course-content span {
		display: inline-block;
		float: left;
		margin-right: 7px;
	}
	#coursesList .course .course-content span.right-arrow {
		display: inline-block;
		float: right;
	}
	.courses-main-area .course-type-container {
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	#coursesList {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		gap: 5%;
	}
	#coursesList .course {
		background-color: var(--white);
		border-top-left-radius: 16px;
    	border-top-right-radius: 16px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		margin: 0 0 30px 0;
		width: 30%;
	}
	.courses-main-area .numeric {
	    float: left;
	    margin-bottom: 30px;
	}
	.courses-main-area .button {
		border-color: var(--ssa-main);
		color: var(--ssa-main);
		margin: -6px 0 20px 20px;
		float: right;
	}
	.courses-main-area ul.category-list {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		gap: 0 40px;
		margin-bottom: 140px;
	}
	.courses-main-area .category-list li {
		border-bottom: 1px solid var(--bg-2);
		color: var(--ssa-main);
		font-family: "Archivo", sans-serif;
		font-size: 24px;
		font-weight: 900;
		letter-spacing: -0.17px;
		line-height: 32px;
		padding: 20px 0;
		width: calc(50% - 20px);
	}
	.courses-main-area .category-list li a {
		text-decoration: none;
	}
	.courses-main-area .category-list .numeric {
		display: inline-flex;
		float: none;
		margin-left: 15px;
	}
	.course-industry {
		background-color: var(--white);
	}
	.course-industry #coursesList {
		gap: 3%;
	}
	.course-industry #coursesList .course {
		width: 22.75%;
	}
	.course-industry h2 {
		color: var(--ssa-main);
		display: inline-block;
	}
	.course-industry h2 span {
		float: left;
	}
	.course-industry h2 .numeric {
		margin-left: 16px;
	}
	.course-industry .paragraphs {
		border-bottom: 1px solid var(--border-grey);
		display: flex;
		gap: 5%;
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
	.course-industry .paragraph {
		width: 47.5%;
	}
	/* mobile */
	@media only screen and (max-width: 1160px) {
		.courses-main-area .button {
			clear: both;
			float: left;
			margin-left: 0;
		}
	}
	@media only screen and (max-width: 960px) {
		#coursesList .course {
			margin-bottom: 22px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 880px) {
		.courses .categories {
			margin-right: 0;
			width: 100%;
		}
		.courses .categories .filter-sort {
			display: flex;
		}
		.courses .course-category-list {
			background: var(--white);
			margin-bottom: 40px;
			max-height: 500px;
			overflow-y: scroll;
			padding: 0 24px 0 24px;
		    border-radius: 16px;
		    border-top: 16px solid var(--white);
		    border-bottom: 16px solid var(--white);
		}
		.courses .courses-main-area .filters {
			display: none;
		}
		.courses .courses-main-area {
			width: 100%;
		}
		.courses .courses-main-area h2 {
			font-size: 38px;
		}
	}
	@media only screen and (max-width: 880px) {
		.courses-panel {}
	}

/* course individual page */
	.single-course-page {
		padding: 45px 0;
		position: relative;
	}
	.single-course-page .content-area {
		float: left;
		margin-right: 5%;
		width: 70%;
	}
	.single-course-page .content-area h1 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		line-height: 46px;
		margin-bottom: 30px;
	}
	.single-course-page img.main-image {
		border-radius: 16px;
		-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.2);
		margin-bottom: 60px;
		width: 100%;
	}
	.single-course-page .aside {
		float: left;
		width: 25%;
	}
	.single-course-page .aside .logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.single-course-page .aside .logos img {
		height: 70px;
		margin-bottom: 30px;
	}
	.single-course-page .aside .item {
		align-items: center;
		border-top: 1px solid var(--grey-light);
		display: flex;
		height: 70px;
		padding: 10px 0;
	}
	.single-course-page .aside .item img {
		border-radius: 0;
		-webkit-box-shadow: none;
    	-moz-box-shadow: none;
		box-shadow: none;
		display: inline-block;
		height: 20px;
		margin: 0 17px 0 0;
		width: 20px;
	}
	.single-course-page .tabs {
		display: flex;
		justify-content: space-between;
		margin-bottom: 55px;
	}
	.single-course-page .tabs a {
		cursor: pointer;
		font-family: "Archivo", sans-serif;
		font-size: 19px;
		font-weight: 700;
		padding-bottom: 5px;
		text-decoration: none;
	}
	.single-course-page .tabs a.selected {
		border-bottom: 4px solid var(--ssa-main);
	}
	.single-course-page .tab-content .tab.hidden {
		display: none;
	}
	.single-course-page.faq {
		background-color: var(--cream);
		padding-top: 0;
	}
	.single-course-page .faq-heading {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		line-height: 46px;
		margin-bottom: 38px;
	}
	/* mobile */
	@media only screen and (max-width: 840px) {
		.single-course-page .content-area {
			float: none;
			margin-bottom: 50px;
			width: 100%;
		}
		.single-course-page .aside {
			float: none;
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.single-course-page {
			padding: 26px 0;
		}
		.single-course-page .content-area h1 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* wellbeing-hub-panel */
	.wellbeing-hub-panel {
		position: relative;
		padding: 50px 0;
	}
	.wellbeing-hub-panel h2,
	.wellbeing-hub-panel h3 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 10px;
		width: 60%;
	}
	.wellbeing-hub-panel h3 u,
	.wellbeing-hub-panel h2 u {
		text-decoration: none;
		position: relative;
	}
	.wellbeing-hub-panel h3 u::after,
	.wellbeing-hub-panel h2 u::after {
	    background: url(../img/underline-blue.webp) 100% 100% / cover no-repeat;
	    bottom: -8px;
	    content: '';
	    display: block;
	    height: 15%;
	    left: 5%;
	    right: 5%;
	    position: absolute;
	    width: 90%;
	}
	.wellbeing-hub-panel img.main-image {
		width: 100%;
	}
	.wellbeing-hub-panel .text {
		display: flex;
		gap: 130px;
	}
	.wellbeing-hub-panel .text .lhs-text {
		text-align: left;
		width: 50%;
	}
	.wellbeing-hub-panel .text .lhs-text h4 {
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.wellbeing-hub-panel .text .lhs-text p {
		margin-bottom: 20px;
	}
	.wellbeing-hub-panel .text .lhs-text .button {
		width: fit-content;
	}
	.wellbeing-hub-panel .text ul {
		list-style-type: none;
	}
	.wellbeing-hub-panel .text ul li  {
		display: flex;
		align-items: center;
		margin-bottom: 18px;
	}
	.wellbeing-hub-panel .text ul li img {
		margin-right: 15px;
	}
	@media only screen and (max-width: 860px) {
		.wellbeing-hub-panel h3 {
			width: 100%;
		}
		.wellbeing-hub-panel .text {
			gap: 60px;
		}
	}
	@media only screen and (max-width: 640px) {
		.wellbeing-hub-panel .text {
			display: inline-block;
		}
		.wellbeing-hub-panel .text .lhs-text {
			margin-bottom: 30px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.wellbeing-hub-panel h3 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* courses-listing-panel */
	.courses-listing-panel {
		position: relative;
	}
	.courses-listing-panel h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
	}
	.courses-listing-panel h4 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 70px;
	}
	.courses-listing-panel .course-groups {
		display: flex;
		flex-wrap: wrap;
		gap: 3%;
		justify-content: space-between;
		align-items: stretch;
	}
	.courses-listing-panel .course-group {
		border-top: 1px solid #d8d8d8;
		margin-bottom: 40px;
		padding-top: 20px;
		width: 31.3333333%;
	}
	.courses-listing-panel .course-group h5 {
		color: var(--ssa-main);
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		margin-bottom: 27px;
	}
	.courses-listing-panel .course-group ul {
		padding-left: 20px;
		line-height: 26px;
	}
	.courses-listing-panel .lower-title-1 {
		color: var(--ssa-main);
		font-size: 28px;
		letter-spacing: -0.2px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.courses-listing-panel .lower-title-2 {
		font-size: 28px;
		letter-spacing: -0.2px;
		text-align: center;
		width: 100%;
	}
	@media only screen and (max-width: 640px) {
		.courses-listing-panel .course-group {
			width: 48.5%;
		}
	}
	@media only screen and (max-width: 500px) {
		.courses-listing-panel .course-groups {
			gap: 0;
		}
		.courses-listing-panel .course-group {
			width: 100%;
		}
		.courses-panel .content {
			padding: 0 0 0 24px;
		}
	}

/* industry-selector-panel */
	.industry-selector-panel .content {
		padding-top: 70px;
	}
	.industry-selector-panel h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
	}
	.industry-selector-panel h4 {
		font-size: 24px;
		font-weight: 900;
		line-height: 26px;
		margin-bottom: 70px;
	}
	.industry-selector-panel .industries {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	.industry-selector-panel .industries .industry {
		margin-bottom: 20px;
		text-align: center;
		width: 18%;
	}
	.industry-selector-panel .industries .industry .image {
		border-radius: 100px;
		display: inline-block;
		margin-bottom: 16px;
		height: 200px;
		width: 200px;
	}
	.industry-selector-panel .industries .industry h5 {
		font-size: 19px;
		font-weight: 700;
		margin-bottom: 8px;
	}
	@media only screen and (max-width: 500px) {
		.industry-selector-panel .content {
			padding-top: 25px;
		}
	}

/* search results page */
	.search-results .content {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.search-results .content > h1 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		font-weight: 900;
		margin-bottom: 40px;
	}
	.search-results .content > p {
		margin-bottom: 30px;
	}
	#searchList .listing-items-container {
		display: flex;
		flex-wrap: wrap;
		gap: 3%;
	}
	#searchList .listing-item {
		border-top-left-radius: 16px;
	    border-top-right-radius: 16px;
	    border-bottom-left-radius: 16px;
	    border-bottom-right-radius: 16px;
	    -webkit-box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.2);
	    box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 40px;
		width: 22.75%;
	}
	#searchList .listing-item .listing-item-img {
    	border-top-left-radius: 16px;
    	border-top-right-radius: 16px;
    	display: inline-block;
	    height: 146px;
    	width: 100%;
	}
	#searchList .listing-item .listing-item-content {
		font-size: 14px;
    	line-height: 18px;
		padding: 16px 24px 34px 24px;
	}
	#searchList .listing-item .listing-item-content a {
		text-decoration: none;
	}
	#searchList .listing-item .listing-item-content h4 {
    	color: var(--black);
    	font-size: 19px;
    	line-height: 22px;
    	margin-bottom: 30px;
	}
	@media only screen and (max-width: 900px) {
		#searchList .listing-item {
			width: 31.3333%;
		}
	}
	@media only screen and (max-width: 900px) {
		#searchList .listing-item {
			width: 48.5%;
		}
	}
	@media only screen and (max-width: 500px) {
	    .search-results .content {
	        padding: 30px 24px;
	    }
	    #searchList .listing-items-container {
	    	gap: 0;
	    }
	    #searchList .listing-item {
			width: 100%;
		}
	}

/* text panel */
	.text-panel .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.text-panel .content .content-area {
    	_float: left;
    	_margin-right: 5%;
    	width: 100%;
	}
	.text-panel .content .aside {
		float: left;
		width: 25%;
	}
	.text-panel .content h1 {
		color: var(--ssa-main);
		font-size: 42px;
		font-weight: 900;
		line-height: 46px;
		margin-bottom: 40px;
	}
	.text-panel .content h2,
	.text-panel .content h3 {
		color: var(--black);
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	/* mobile */
	@media only screen and (max-width: 840px) {
		.text-panel .content .content-area {
			float: none;
			margin: 0 0 50px 0;
			width: 100%;
		}
		.text-panel .aside {
			display: none;
		}
	}
	@media only screen and (max-width: 500px) {
		.text-panel .content {
			padding-top: 30px;
			padding-bottom: 30px;
		}
		.text-panel .content-area h1 {
			font-size: 34px;
			line-height: 42px;
		}
	}

/* 2-column-image-with-text-list-panel */
	.two-column-image-with-text-list-panel .content .flex-holder {
		display: flex;
		justify-content: space-between;
		gap: 5%;
		padding: 60px 50px 0 50px;
	}
	.two-column-image-with-text-list-panel .content .column {
		width: 47.5%;
	}
	.two-column-image-with-text-list-panel .content .column .main-image {
		border-radius: 16px;
		margin-bottom: 40px;
		width: 100%;
	}
	.two-column-image-with-text-list-panel .content .column h3 {
		color: var(--ssa-main);
		font-size: 42px;
		letter-spacing: -1.5px;
		line-height: 46px;
		margin-bottom: 28px;
	}
	.two-column-image-with-text-list-panel .content .column ul {
		display: inline-block;
		list-style-type: none;
		margin-bottom: 30px;
	}
	.two-column-image-with-text-list-panel .content .column ul li {
		display: flex;
		align-items: center;
		justify-content: left;
		margin-bottom: 16px;
	}
	.two-column-image-with-text-list-panel .content .column ul img {
		margin-right: 16px;
	}
	.two-column-image-with-text-list-panel .content .button.blue.fit-content {
		margin: 0 auto 60px auto;
	}
	/* mobile */
	@media only screen and (max-width: 760px) {
		.two-column-image-with-text-list-panel .content {
			display: inline-block;
			gap: 0;
			padding: 50px 50px 0 50px;
		}
		.two-column-image-with-text-list-panel .content .column {
			width: 100%;
			margin-bottom: 50px;
		}
	}
	@media only screen and (max-width: 500px) {
		.two-column-image-with-text-list-panel .content {
			padding: 24px 24px 0 24px;
		}
		.two-column-image-with-text-list-panel .content .column {
			margin-bottom: 24px;
		}
	}

/* footer */
	footer {
		background-image: linear-gradient(-57deg, rgba(12, 111, 138, 1) 0%, rgba(8, 85, 112, 1) 100%);
	}
	footer .content {
		color: var(--white);
		display: flex;
		max-width: 1280px;
		padding: 70px 50px 50px 50px;
	}
	footer .content .lhs {
		display: inline-block;
		margin-right: 5%;
		width: 50%;
	}
	footer .content .lhs img {
		margin-bottom: 25px;
	}
	footer .content ul {
		display: inline-block;
		list-style-type: none;
		margin-bottom: 20px;
		width: 100%;
	}
	footer .content ul li {
		display: inline-block;
		float: left;
		margin-right: 30px;
	}
	footer .content ul li:last-of-type {
		margin-right: 0;
	}
	footer .content .rhs {
		display: inline-block;
		width: 40%;
	}
	footer .content p {
		display: inline-block;
		float: left;
		margin: 0 30px 50px 0;
	}
	footer .content ul {
		clear: both;
		margin-bottom: 20px;
		padding-left: 0;
		width: 100%;
	}
	@media only screen and (max-width: 1210px) {
		footer .content ul li {
			margin: 0 0 10px 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 600px) {
		footer .content {
			display: inline-block;
			padding: 25px 50px;
		}
		footer .content ul {
			margin-bottom: 0;
		}
		footer .content .lhs {
			display: inline-block;
			margin: 0 0 40px 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		footer .content {
			padding: 24px;
		}
	}

	/* fsb version */
	footer.fsb {
		background-color: #333333;
		background-image: none;
		text-align: center;
	}
	footer.fsb .content {
		display: inline-block;
	}
	footer.fsb .footer-logo {
	    height: auto;
	    max-width: 150px;
	    margin-bottom: 0.5em;
	}
	footer.fsb .content p {
		font-size: 13px;
		margin-bottom: 1em;
		width: 100%;
	}
	footer.fsb .content ul li {
		float: none;
		font-size: 14px;
		margin: 0 3px;
		width: fit-content;
	}
	footer.fsb .content .white-button {
		display: inline-block;
		font-size: 14px;
		background-color: #fff;
	    width: fit-content;
	    margin: 20px auto;
	    border: 1px solid #000;
	    border-radius: 4px;
	    padding: 10px 15px;
	    text-decoration: none;
	    color: #333;
	}

	footer .hbspt-form {
		width: 50%;
	}