/* Main CSS Start */

@font-face{
	font-family: 'ApexNewBold';
	src: url('/wp-content/themes/ssp/assets/fonts/ApexNew-Bold.ttf');
}
@font-face{
	font-family: 'ApexNewBook';
	src: url('/wp-content/themes/ssp/assets/fonts/ApexNew-Book.ttf');
}
@font-face{
	font-family: 'TriesterVector';
	src: url('/wp-content/themes/ssp/assets/fonts/Triester-Vector.otf');
	src: url('/wp-content/themes/ssp/assets/fonts/Triester-Vector.ttf');
}

html {
	height: 100%;
	/* -webkit-text-size-adjust: 100%; */ /* Prevent font scaling in landscape while allowing user zoom */
}

body, html {padding: 0;margin: 0;color: #565656;height: 100vh;font-size: 16px;}

body, html, p, li, textarea, select, span,
label, input, select, form * {
	line-height: 1.5em;
	font-family: 'ApexNewBook';
	color: #000000;
}

body {
	overflow: hidden;
	overflow-y: auto;
}

p, li {line-height: 1.25em;color: #183140;font-size: 18px;color: #032E61;}

.main-content p strong, 
.main-content p a {font-weight:700;color:#032E61;text-decoration:none;}

body a {color:#032E61;}

h1, h2, h2 span, h3, h5 {
	font-weight: 300;
	margin-bottom: 30px;
	color: #032E61;
	font-family: 'ApexNewBold';
}

h2 span {
	font-family: 'TriesterVector';
	position: relative;
	top: -10px;
	padding-left: 5px;
	padding: 0 5px;
	color: #00498F;
	font-size: 80px;
	line-height: 80px;	
}

h3 {
	color:#00AFDA;
	font-size:26px;
	line-height:34px;
}

.mx-w-c h2 span {
	font-size: 70px;
	line-height: 70px;	
}

.questions-slider h2 span {
	padding: 10px 0;
	position: relative;
	top: -5px;
}	

.questions-slider h2 ul:after,
.questions-slider h2 span.name-span:after {
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top-left-radius: 35%;
    border-top-right-radius: 35%;
    border-top: 3px solid #1a1a35;
    animation-name: underline;
    animation-delay: 2s;
    border-bottom: solid 10px transparent;
}

h1 {
	font-size: 48px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
}


h2 {
    font-size: 48px;
    color: #00498F;
    margin: 20px 0;
    line-height: 1.25em;
    margin-bottom: 20px;
}

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

* {box-sizing:border-box;outline: 0;word-wrap: break-word;}

.main-button {
	background: #04a2e1;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	transition:0.6s;
	border-radius: 50px;
	padding: 14px 30px;
	cursor: pointer;
	font-size: 20px;
	font-family: 'ApexNewBold';
	color: #fff;
}

.main-button:hover {
    box-shadow: 0 0.5em 0.75em -0.35em #05a2e1;
    transform: translateY(-0.35em)!important;
}

.main-button:after, ul.nav a:after {
	content:'';
	background-image:url('/wp-content/uploads/2024/01/arrow.svg');
	display:inline-block;
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.container {
    margin: auto;
    padding: 3vw 2.5vw;
    width: 100%;
    position: relative;
}

.slick-slide {
    min-height: 100vh;
    overflow-y: auto;
}

.home-slider {
    background-color: #00498f;
}

.home-slider .container {
	max-width:800px;
	margin:auto;
	text-align:center;
    align-self: center;
    align-items: center;
	margin-bottom:0;
}

.home-slider .container img {
	max-width:300px;
	margin:30px auto;
}

.slick-initialized .slick-slide {
	display:flex !important;
	flex-wrap:wrap;
	flex-direction: row;
}

.slick-initialized .slick-slide > div {
    flex-basis: 100%;
}

.home-slider * {
	color:#fff !important;
}

.btm-img {
    margin-top: auto;
    padding: 0 10px 0;
}

.slick-arrow {display:none !important;}

.questions-slider {
	text-align:center;
}

.questions-slider input {
    max-width:300px;
}

.questions-slider input, .questions-slider ul, .questions-slider ul li {
    border:0;
    text-align:center;
    font-size:inherit;
	font-family:inherit;
}

.questions-slider .container {
	max-width:1300px;
}


.questions-slider ul {
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
    min-width: 200px;
    margin: 5px 0;
}

.questions-slider ul li {
  padding: 0px 20px;
  z-index: 2;
}

.questions-slider ul li:not(.init) {
    padding: 10px;
    background: #efefef;
    text-align: center;
}

.questions-slider h2 span.list-popout {
	font-family: 'ApexNewBook';
	position:absolute;
	display:none;
	left: 0;
	font-size: 16px;
	top: 90px;
	width: 100%;
	padding: 0;
}

.questions-slider h2 span.list-popout:before {
    width: 100%;
    height: 70px;
    background: #efefef;
    position: absolute;
    top: -70px;
    content: '';
    left: 0;
    z-index: -1;
}

.questions-slider h2 span.list-popout:after {
    display: none;
}

.questions-slider ul li:not(.init):hover, .questions-slider ul li.selected:not(.init) {background: #00498f;color: #fff;}
li.init { cursor: pointer; }

.validation-required {
	animation: shake 1.5s linear infinite;
}

@keyframes shake {25% {transform: translateX(-5px);}0, 50%, 100 {transform: translateX(0);}75% {transform: translateX(5px);}}

.ss-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
    padding: 0 20px 30px;
}

.ss-left, .ss-rght {
    flex: none;
    flex-basis: 50%;
    padding: 40px 40px 0;
    max-width: 700px;
    align-self: center;
}

.ss-btm {
    flex: none;
    flex-basis: 100%;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.ss-btm img {
    max-width: 1500px;
    margin: auto;
}

.ss-btm img {
    width: 100%;
    position: relative;
    right: -50px;
}

.swiper p img {
    max-width: 40px;
    margin-right: 20px;
}

.swiper p {
    display: flex;
    align-items: center;
}

.swiper {
    padding-top: 5px;
}

.ss-rght {
    align-self: center;
    margin-left: auto;
    display: flex;
}

ul.nav {
    margin: 0;
    padding: 0;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
}

ul.nav a {
    display: flex;
    text-decoration: none;
    padding: 10px;
    transition: 0.6s;
    border-bottom: 1px solid #000;
    align-items: center;
}

ul.nav a:after {
    margin-left: auto;
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(307deg) brightness(103%) contrast(97%);
}

ul.nav a:hover:after {
    filter: none;
}

ul.nav a:hover {
    background: #00498f;
    color: #fff;
    border-color:#00498f;
}

ul.nav li {
    list-style-type: none;
}

ul.nav li:last-child a {
    border: 0;
}

.ss-btm .main-button.next-slide-home {
    position: fixed;
    bottom: 10px;
    right: 150px;
}

.play-btn {
    position: absolute;
    top: 22%;
    left: 46.75%;
    width: 42.2%;
    cursor:pointer;
    height: 54.5%;
    border-radius: 20px;
    display: flex;
    align-self: center;
}

.play-btn img {
    max-width: 20%;
}

.play-btn img {
    right: 0;
}

.mx-w-c {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto 0;
}

.ss-container {
    background: #efefef;
}

.sc-container {
    padding: 50px;
    /* height: calc(100vh - 50px); */
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-g-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.section-g-1 .section-g-txt {
    padding:20px 30px 20px 20px;
    flex: none;
    flex-basis: 55%;
    position: relative;
}

.section-g-1 > div {
    flex: 1;
}

.sc-txt {
    display: flex;
    flex-wrap: wrap;
}

.sc-txt > div {
    flex: 1;
    padding: 20px;
}

.section-g-2 {
    /* margin-top: auto; */
    padding-top: 100px;
    padding-left: 270px;
    position:relative;
    /* width: 100%; */
}

.section-g-left {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.section-g-1 .section-g-txt:after {
    content: '';
    position: absolute;
    bottom: -350px;
    width: 0px;
    border-left: 2px dashed #01488f;
    left: 14%;
    padding: 100px 0;
    /* background:blue; */
    width: 200px;
    height: 35%;
    z-index: -1;
    border-bottom: 2px dashed #01488f;
}


.section-g-3 .section-g-img {
    margin-top: auto;
    text-align: center;
}

.section-g-3 .section-g-img img {
    max-height: 500px;
    margin: auto;
}

.section-g-3 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px;
    position: relative;
    flex-flow: column;
}

.section-g-3 > div {
    flex-basis: 100%;
}

.sc-txt > div.section-g-right {
    flex: none;
    flex-basis: 40%;
    position: relative;
}

.section-g-3 .section-g-txt {
    align-self: flex-start;
}

.section-g-3-box {position:relative;}

.section-g-3-box:after {
    content: '';
    height: 100%;
    width: 1px;
    border-left: 2px dashed #01488f;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;	
}

.section-g-3 div, .section-g-txt {
    padding: 20px;
}

.sc-txt.section-g-4 .section-g-1 {
    display: block;
    padding-left: 200px;
}

.sc-txt.section-g-4 .section-g-2 .section-g-img {
	position: relative;
	left: -220px;
	padding-right: 20px;
	background: #fff;
	z-index: 99;
}

.sc-txt.section-g-4 .section-g-2 .section-g-img img {
	max-width: 300px;
	width:100%;
	z-index: 99;
}

.sc-txt.section-g-4 .section-g-1 .section-g-txt:after {
    display:none;
}

.sc-txt.section-g-4 .section-g-1:before {
    content: '';
    width: 140px;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 2px dashed #01488f;
    border-left: 2px dashed #01488f;
}

.sc-txt.section-g-4 .section-g-2:after {
    content: '';
    width: 100%;
    height: 60%;
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    border-top: 2px dashed #01488f;
    border-right: 2px dashed #01488f;
    border-bottom: 2px dashed #01488f;
}

.sc-txt.section-g-4 .section-g-left .section-g-2 .section-g-img:after {
    background: #fff;
    content: '';
    width: 50%;
    height: 100px;
    display: block;
    position: absolute;
    top: 30%;
    left: -100px;
    z-index: -1;
}

.sc-txt.section-g-4 .section-g-2 {
    padding-top: 50px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 0 !important;
}



[data-aos^=fade][data-aos^=fade] {
	opacity:0;
	transform: translate3d(0,100px,0);
}

.slick-slide.slick-current [data-aos^=fade][data-aos^=fade] {
    animation: fadeIn 0.6s forwards;
	animation-delay:0.2s;
}

@keyframes fadeIn {
	0% { opacity: 0;transform: translate3d(0,100px,0); }
	100% { opacity: 1; transform:none; }
}




.the-process {
	background:#00AFDA;
}

.the-process *:not(.the-process h2 span) {
	color:#fff;
}

.wid-50 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.qa-container {
    padding-top: 0%;
    flex-basis: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.qa-container:last-child:before {
    background: #00afda;
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.qa-container:after {
    content: '';
    position: absolute;
    background: #01488f;
    width: 26px;
    height: 26px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    margin: 40px 0 0 6px;
}

.qa-container > div {
    max-width: 500px;
    margin: 0;
    padding: 20px;
}

.qa-container:first-child {
    padding-top: 0;
}

.question-answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    flex-basis: 100%;
    margin-bottom: 50px;
}

.qa-container:nth-child(even) > div {
    margin-left: auto;
}

.question-answer:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #01488f;
    top: 60px;
    margin-left: 4px;
    z-index: 1;
}

.the-process .main-button {
    background: #01488f;
    text-decoration:none;
}

.mx-w-c.final-3-cont {
    padding: 20px 20px 40px;
}

.how-to-guides {
	background:#0E243C;
}

.how-to-guides *:not(.how-to-guides h3) {
	color:#fff;
}

.how-to-guides h2 span, .how-to-guides h2 {
	color:#52ADD5;
}

.how-to-guides-cont {
    flex-basis: 100%;
}

.how-to-single {
    text-align: center;
    flex-basis: 33.33%;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
}

.how-to-single .main-button {
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 12px 20px 10px 20px;
}

.how-to-single .main-button:after {
    display: none;
}

.how-to-single img {
    width: 100%;
}

.how-to-rep {
    display: flex;
    flex-wrap: wrap;
}

.btm-btn {
    margin-top: auto;
    flex-basis: 100%;
}

.ss-left-res {
    flex-basis: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.ss-left-res > div {
    padding: 0px;
    flex-basis: 50%;
}

.ss-left-res > div:last-child {
    flex: none;
    flex-basis: 500px;
    padding-left: 20px;
    margin-left: auto;
}

.ss-right-res {
    flex-basis: 100%;
    padding: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.ss-right-res a {
    display: flex;
    padding: 15px;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-family: 'ApexNewBook';
    transition: 0.6s;
}

.ss-right-res a:hover {
    background: #0e253d;
}

.ss-right-res a img {
    max-width: 30px;
    margin-right: 15px;
}

.ss-container.our-resources {
    background: #208D85;
}

.ss-container.our-resources * {color: #fff;}

.ss-right-res h3 {
    margin: 50px 0 10px 0;
    padding: 0;
}

.ss-container.our-resources .ss-content {
    flex-basis: 100%;
}

ul.quicklinks {
    padding: 0;
    margin: 0;
}

ul.quicklinks li {
    list-style-type: none;
}

ul.quicklinks li a {
    display: flex;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding: 15px;
    align-items: center;
    transition: 0.6s;
    font-family: 'ApexNewBook';
}

ul.quicklinks li a:hover {
    background: #0E243C;
}

ul.quicklinks li a img {
    max-width: 8px;
    margin-left: auto;
}

ul.quicklinks li:last-child a,
.ss-right-res a:last-child {
	border-bottom:0;
}

p.lrg-txt {
    margin-top: 40px;
	font-family: 'ApexNewBold' !important;	
}

img.arrow-circle {
    margin-left: auto;
    margin-right: 0 !important;
    opacity: 0;
    transition: 0.4s;
}

.ss-right-res a:hover img {
	opacity:1;
}

.questions-slider h2 span {
	padding:0;
}

.z-index-ul {z-index:9;}

.sectioned-container:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/02/slide-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 999;
    display: block !important;
    width: 36px;
    height: 70px;
    margin-top: -35px;
    display: block !important;
}

.sectioned-container {
    position: relative;
}

.ss-btm video {
    width: 43%;
    position: absolute;
    top: 22%;
    left: 46.5%;
    height: 55%;
    object-fit: cover;
    border-radius: 20px;
}

.hands {
	position: absolute;
	z-index: 1;
	width: 57%;
	left: 36%;
	top: 51%;
}

.two-btns .main-button, .two-btns .main-button a {
    display: flex;
    align-items: center;
}

.two-btns .main-button img {
    max-width: 30px;
    margin-right: 10px;
}

.two-btns .main-button a {
    text-decoration: none;
}

.two-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin-top:20px;
}

.process-btm {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.two-btns .main-button:nth-of-type(1) {
    margin-right: 20px;
}

.ss-left-res h3 {
    margin-bottom: 10px;
}

@media screen and (max-width:1300px) {
	.ss-btm video {width: 43%;left: 42.75%;}
	.ss-btm img {width:100%;right:0;}
}

@media screen and (max-width:1200px) {
	.sc-container {padding:20px;}
	.sc-txt > div {padding:10px;}
}

@media screen and (max-width:1050px) {
	.ss-content {display:block;}
	.ss-content > div {width: 100%;display: block;max-width: 100%;}
	.ss-left-res > div:last-child {padding-left:0;padding-top:0px;}
	h3 {margin: 40px 0 10px;font-size: 20px;line-height: 26px;}
	.ss-right-res h3 {margin-top:40px;}
	ul.quicklinks li a, .ss-right-res a {font-size:14px;}
	.ss-right-res a img {max-width:20px;}
	ul.nav {max-width: 100%;}
	.ss-left, .ss-rght {padding:0;}
	.ss-rght {padding:10px 0 30px;}
	.sc-txt > div {width:100%;}
	.section-g-1, .section-g-2, .sc-container{width:100%;display: block;text-align: center;}
	.qa-container > div {max-width: 100%;padding: 0;}
	.qa-container, .qa-container > * {width: 100%;text-align: center;}
	.qa-container li {list-style-type:none;padding:5px 0;}
	.qa-container:last-child:before, .question-answer:before, .qa-container:after {display: none;}
	.qa-container ul {padding: 0;}	
}

@media screen and (max-width:1000px) {
	.home-slider .container img {max-width: 200px;}
	h1, h2 {font-size: 32px;}
	.mx-w-c h2 span {font-size:44px;line-height:44px;}
	p, a, .main-button {font-size:16px;}
	.list-popout li {font-size: 14px !important;padding: 8px !important;}
	.main-button {padding: 10px 20px;}
	.main-button:after, ul.nav a:after {width: 7px;height: 7px;}
	.questions-slider h2 ul:after, .questions-slider h2 span.name-span:after {bottom: -7px;}
	.questions-slider h2 span.list-popout:before {height: 50px;top: -50px;}
	.questions-slider h2 span.list-popout {top: 58px;}
	.play-btn {right: 26%;}
	.sc-txt {display:block;}
	.section-g-2 {padding:20px 0 0 0;}
	.section-g-1 > div img {max-height: 550px;}
	.section-g-1 .section-g-txt:after, .section-g-3-box:after, .sc-txt.section-g-4 .section-g-1:before {display: none;}
	.section-g-3 {padding:0 !important;}
	.section-g-txt {padding-top:0 !important;padding-bottom:0 !important;}
	.landing-slider img {max-height:300px !important;}
	.ss-btm img {max-height:inherit !important;}
	.sc-txt img {display:block;margin:auto;}
	.section-g-3-box {display:none;}
	.sc-txt.section-g-4 .section-g-1 {padding-left:0;}
	.section-g-img {text-align: center;}
	.sc-txt.section-g-4 h2 br, .sc-txt.section-g-4 .section-g-2:after {display:none;}
	.sectioned-container:after {
    position: relative;
    width: 100%;
    display: flex;
    background-position: center;
    height: 60px;
    right: 0;
    margin-top: 0;margin-bottom:20px;
}
	.sc-txt.section-g-4 .section-g-2 .section-g-img {left:0;}
	.section-g-2 {/* text-align:center; */width:100%;}
	.section-g-1:after, .section-g-2:after, .section-g-3:after {content: '';width: 10px;height: 20px;position: absolute;border-left: 2px dashed #01488f;bottom: -20px;left: 50%;transform: translate(-50%, -50%);}
	.section-g-img {padding:20px 0;}
	.sc-txt, .section-g-txt {width:100%;display: block;text-align: center;}
	
}

@media screen and (max-width:800px) {
	.ss-left, .ss-rght {flex:none;flex-basis:100%;max-width: 100%;width: 100%;}
	ul.nav {width:100%;max-width: 100%;}
	.ss-content {align-content: flex-start;}
	.ss-left, .ss-rght {padding:20px 20px 0;}
	.ss-btm {padding-top:20px;padding-left: 20px;padding-right: 20px;}
	.ss-btm img {width:100%;right: 0;}
	.play-btn {right: 32%;}	
	.ss-btm video {width: 40%;left: 43.5%;height: 52%;top: 26%;}
	.two-btns {display:block;}
	.two-btns .main-button:nth-of-type(1) {margin:0;}
	.two-btns .main-button a {text-align:center;width: 100%;margin: auto;justify-content: center;}
	.timesec:after {display:none;}
}
	
@media screen and (max-width:600px) {
	h1, h2 {font-size: 24px;}
	p, a, .main-button, li {font-size:14px;}
	.mx-w-c h2 span {font-size:34px;line-height:34px;}
	.questions-slider h2 ul:after, .questions-slider h2 span.name-span:after {bottom:-10px;}
	.ss-btm {display:flex;flex-wrap:wrap;}
	.play-btn {top: 22%;border-radius: 0;left: 44%;width: 38%;height: 38%;}
	.ss-btm .main-button.next-slide-home {position:relative;right: auto;margin: 20px 10px 10px 10px;display: inline-block;margin-left: auto;}
	.section-g-1 {display:block;}
	.sc-txt * {text-align:center !important;}
	.section-g-img {padding:10px 0;}
	.section-g-txt {padding-left: 0 !important;padding-right: 0 !important;}
	.sc-txt > div {padding:10px 0;}
	.sc-txt.section-g-4 .section-g-2 {padding-top:20px;}
	.ss-btm video, .hands {display: none;}	
	.play-btn {display: flex !important;}
}