<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#FFF;
	font-family: proxima-nova, sans-serif;
	font-size:18px;
}

#topwrapper {
	position:fixed;
	top:0;
	z-index:999;
	left:0;
	width:100%;
}

#topwrapper.scrolled{
	background:#fff;
	border-bottom:1px solid #1e2945;
	transition:all 1s;
}

#topwrapper.scrolled .top .logo{
	width:120px;
	transition:all 1s;
	padding:5px;
}

 
   
 

.main, #footerwrapper .footer, #footerwrapper #nav, .copy  {
	width:1200px;
	margin:0 auto;
}


#topwrapper .top {
	 
	margin:0 auto;
}

#topwrapper .top .logo {
	padding:9px 0px 0 1%;
	float:left;
	width:10%;
}

.logo.mobile, a.menu {
	display:none;
}

#topwrapper #navwrapper {
	float:right;
	padding: 20px 20px 0 0;
}


#topwrapper #navwrapper #nav {
	clear:both;
	text-align:right;
 
}

#topwrapper #navwrapper .hide{
	display:none;
}

#topwrapper .top a.login {
	display:block;
	color:#FFF;
	text-transform:uppercase;
	background-color:#f68d2c;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	float:right;
	width:100px;
	font-weight:700;
	padding:15px 0px;
	margin:0 0 0 50px;
}

#navwrapper li {
	display:inline;
}

#topwrapper #navwrapper li {
	text-transform:uppercase;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
	padding:12px 0px 0px 33px;
	letter-spacing:2px;
}

#topwrapper #navwrapper li a {
	color:#59657b;
	text-decoration:none;
}

#topwrapper #navwrapper li a:hover, #topwrapper #navwrapper li a.lion, #topwrapper #navwrapper .active a {
	color:#f68d2c;
}

.clear {
	clear:both;
}


.banner {
	width:100%;
	background-image: url(images/banner_about.jpg);
    display: inline-block;
    background-size: cover;
    margin: 0 auto 0px auto;
    position: relative;
    z-index: 99;
}

.banner:after {
	    padding-top: 20%;
    display: block;
    content: '';
}

h1{
	text-align:center;
	color:#f68d2c;
	font-size:48px;
	line-height:48px;
	font-weight:800;
}

h2{
	text-align:center;
	color:#f68d2c;
	font-size:30px;
	font-weight:700;
}

h3{
	text-align:center;
	color:#fff;
	font-size:24px;
	padding:20px 0 30px 0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
}

.main.padding {
	padding:75px 0px;
}



.button{
	display:block!important;
	margin:40px auto 0 auto;
	width:250px;
	text-decoration:none;
	font-size:20px;
	font-weight:100;
	padding:14px 0;
	border:2px solid #f68d2c;
	text-align:center;
	color:#1e2945;
	text-transform:uppercase;
	letter-spacing:4px;
	
}

button.menu{
	display:none;
}

.overlay .button{
	width:460px;
	color:#fff;
}

.but.big{
	width:360px;
	color:#282828;
	font-weight:400;
	letter-spacing:2px;
}



.textfield, .textarea{
	background:#fff;
	font-size:12px;
	color:#282828;
	border:none;
	margin:0 0 5px 0;
	padding:0 0 0 2%;
	width:98%;
	height:35px;
}

.textarea{
	padding:0 0 90px 2%;
}

.submit{
	background:#f68d2c;
	display:block;
	border:none;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

.log{
	display:none;
}

 

#spscs .head{
	background-size:cover;
	/*background-attachment:fixed;*/
	background-image:url(images/top.jpg);
	position:relative;
	height:100vh;
	overflow:hidden;
}

#spscs .overlay{
	position:absolute;
	top:42%;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
}

#spscs .overlay .text{
	letter-spacing:1px;
}

#spscs .demo{
	position: absolute;
    bottom: 0;
    left: 0;
	background-color: #59657b;
	width: 100%;
    text-align: center;
    padding: 15px 0;
}

#spscs .demo h2{
	    font-size: 25px;
    text-transform: uppercase;
	display:inline;
	color:#fff;
	
}

.demo .button{
	display: inline-block!important;
    width: 260px;
    margin: 0 0 0 15px;
    color: #fff;
}

.demo span{
    color: #f68d2c;
}

#spscs .stats{
	background-size:cover;
	background-repeat:no-repeat;
	font-size:21px;
	font-weight:500;
	color:#1e2945;
 
	text-align:center;
	background-image:url(images/stats.jpg);
}

#spscs .stat{
	float:left;
	line-height:22px;
	width:30%;
	margin:30px 36px 0 0;
}

#spscs .stats.last{
	margin:30px 0 0 0;
}

#spscs .amount{
	font-size:60px;
	position:relative;
	font-weight:800;
	padding:0 0 25px 0; 
	letter-spacing:-1px;
	color:#fff;
}

#spscs .amount:after{
	position:absolute;
	right:58px;
	top:0;
	
}

#spscs .stat.plus .amount:after{
	content:'+';
}

/*#spscs .stat.last .amount:after{
	content:'m';
}*/
 

#spscs .stat.plus .amount, /*#spscs .stat.last .amount*/{
	margin:0 0 0 -40px;
}

#spscs .wrapper{
	width:80%;
	margin:0 auto;
}

#spscs #about {
	padding:120px 0 0 0;
}

#spscs #about .main.padding{
	padding:0px 0 0 0;
}

#spscs .box{
	text-align:center;
	float:left;
	width:28%;
 
	margin:0 0 40px 0;
}

#spscs .box h3{
	color:#f68d2c;
	font-size:24px;
	padding:0 0 12px 0;
	line-height:24px;
}

#spscs .box.middle{
	margin:0 70px 40px 70px;
}

#spscs ul{
	text-align:left;
	
}

#spscs .box .caps{
	letter-spacing:1px;
	height:55px;
	line-height:18px;
}

#spscs ul li{
	list-style-type:disc;
	color:#f68d2c;
	padding:0 0 8px 0;
	line-height:18px;
}

#spscs ul span{
	color:#000;
}

#spscs .icon{
	width:85px;
	margin:0 auto 20px auto;
}

#spscs .box h2{
	padding:0 0 15px 0;
	text-transform:uppercase;
}

#spscs .caps{
	text-transform:uppercase;
}

#spscs #services{
	padding:80px 0 0 0;
}
 
#spscs .bottom{
	text-align:center;
	background:#f8f8f8;
}

#spscs .service{
	float:left;
	margin:40px 10px 50px 0;
	border:1px solid #b2b7c1;
	background:#fff;
	padding:25px;
	height:370px;
	line-height:20px;
	width:20%;
}

#spscs .service ul{
	width:90%;
	font-size:16px;
	margin:20px auto auto;
}

#spscs .service.last{
	margin:40px 0 50px 0;
}

#spscs .service h2{
	text-transform:uppercase;
	height:70px;
	font-size: 25px;
    line-height: 28px;
}

#spscs .bottom .text{
	font-size:21px;
}

#spscs .bottom .orange{
	padding:5px 0 15px 0;
	font-weight:600;
	color: #f68d2c;
}

#spscs .bottom .text.small{
	padding:0 0 40px 0;
	font-size:16px;
	width:45%;
	margin:0 auto;
}

/*Contact*/
 
#contact h2{
	 padding:30px 0;
}

#contact .button{
	color:#fff;
	background:#f68d2c;
	width:60%;
	cursor:pointer;
	letter-spacing:0;
	margin:10px auto;
	font-weight:600;
	font-size:16px;
	padding:10px 0;
}

#contact form{
	width:40%;
	margin:0 auto;
}

#contact .textfield, #contact .textarea{
	background:#fff;
	border:1px solid #e8e8e8;
	height:40px;
	padding:0 0 0 1%;
	width:99%;
	
}

#contact .textarea{
	resize:none;
	height:100px;
	padding:10px 0 0 1%;
}

/*Footer*/
#footerwrapper {
	width:100%;
	background-color:#1e2945;
	position:relative;
	z-index:9;
}

#footerwrapper .info{
	padding:40px 0 0 40px;
	float:left;
}

#footerwrapper .footer {
	padding:22px 0px;
	letter-spacing:1px;
	color:#fff;
}

#footerwrapper .footer span{
	padding:0 30px;
	color:#f68d2c;
}


#footerwrapper .footer .logo {
	float:left;
	width:14%;
	margin:0 20px 0 0;
}
 

#footerwrapper .footer .location a {
	color:#FFF;
	text-decoration:none;
}

#footerwrapper .footer .location .title {
	text-transform:uppercase;
	font-size:17px;
	color: #f68d2c;
}

#footerwrapper .footer .location a.contact {
	display:block;
	font-size:14px;
	line-height:14px;
	text-transform:lowercase;
	margin:30px 0px 0px 0px;
	font-weight:300;
	text-align:center;
	width:110px;
	padding:8px 0px;
	border:1px solid #5f6579;
	color:#5f6579;
	float:right;
}

#footerwrapper .social{
	float:right;
	clear:right;
}

#footerwrapper .social a{
	display:inline-block;
	padding:10px 5px;
}

#footerwrapper #navwrapper {
	background-color:#5f6579;
	width:100%;
	float:none;
	font-size:16px;
	padding:21px 0px 25px 0px;
}

#footerwrapper #navwrapper ul {
	float:left;
	padding:10px 0px 0px;
}

#footerwrapper #navwrapper li a {
	color:#FFF;
	text-decoration:none;
}

#footerwrapper #navwrapper li {
	padding:0px 22px 0px 0px;
}

#footerwrapper #navwrapper a.button {
	text-transform:uppercase;
	border:1.5px solid #f68d2c;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:12px 0px;
	font-size:14px;
	float:right;
	letter-spacing:1px;
	width:16%;
	margin:0px 0px 0px 1%;
	line-height:14px;
}

#footerwrapper .button .fa{
	font-size: 8px;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.copy {
	padding:20px 0px;
	font-size:12px;
	color:#282828;
}

.copy a {
	text-decoration:none;
	color:#282828;
}

.copy .left {
	float:left;
	width:50%;
}

.copy .right {
	float:right;
	text-align:right;
	width:50%;
}

/* Healthplans */
.healthplans #topwrapper .top{
	padding:10px;
}

.healthplans #navwrapper{
	display:none;
}

.healthplans #topwrapper .button{
	float:right;
	width:auto;
	padding:12px 20px;
	font-size:16px;
	margin:20px 20px 20px 0;
	cursor:pointer;
}

.healthplans #spscs{
	line-height:1.2;
}

.healthplans #spscs h1{
	font-size:60px;
	line-height:1;
	margin:0 0 40px;
}

.healthplans #spscs h2{
	font-size:60px;
	line-height:1;
	margin:0 0 40px;
}

.healthplans #spscs h3{
	font-size:25px;
	line-height:1.2;
	letter-spacing:0;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	padding:0;
}

.healthplans #spscs .text{
	font-size:18px;
}

.healthplans #spscs .italic{
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 40px;
}

.healthplans #spscs img{
	max-width:100%;
}

.healthplans #spscs .button{
	display:inline-block !important;
	width:auto;
	padding:14px 24px;
	margin:0;
	cursor:pointer;
}

.healthplans #spscs .flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.healthplans #spscs .padding{
	padding:100px 0;
}

.healthplans #spscs .main{
	width:1200px;
	max-width:94%;
}

.healthplans #spscs .top{
	background-image:url('images/healthplans-top.jpg');
	background-size:cover;
	background-position:center top;
	height:800px;
	min-height:100vh;
	display:flex;
	align-items:end;
	text-align:center;
	color:#fff;
}

.healthplans #spscs .top .main{
	width:1100px;
}

.healthplans #spscs .top .text{
	font-size:24px;
	margin:0 0 40px;
}

.healthplans #spscs .top .button{
	color:#fff;
}

.healthplans #spscs .services{
	background:#F8F8F8;
}

.healthplans #spscs .services .flex{
	gap:40px;
}

.healthplans #spscs .services .box{
	flex:1;
	min-width:25%;
	margin:0;
	padding:40px;
	background:#fff;
	text-align:left;
}

.healthplans #spscs .box .title{
	display:flex;
	align-items:center;
	margin:0 0 20px;
}

.healthplans #spscs .box .title .icon{
	width:auto;
	margin:0 20px 0 0;
}

.healthplans #spscs .services .box .text{
	margin:0 0 16px;
}

.healthplans #spscs .services .box ul{
	width:auto;
}

.healthplans #spscs .services .box ul.doublecol{
	column-count:2;
	gap:16px;
}

.healthplans #spscs .services .box li{
	list-style-image: url('images/healthplans-bullet-logo.png');
	list-style-position:inside;
	line-height:1;
	padding:0;
	margin:0 0 16px;
	color:#000;
}

.healthplans #spscs .services .box li:last-of-type{
	padding:0;
}

.healthplans #spscs .results .flex{
	justify-content:space-between;
}

.healthplans #spscs .results .left{
	width:50%;
	display:flex;
	flex-direction:column;
}

.healthplans #spscs .results .left h2{
	text-align:right
}

.healthplans #spscs .results .left .pic{
	flex:1;
	margin:40px 0 0;
}

.healthplans #spscs .results .left .pic img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.healthplans #spscs .results .right{
	width:44%;
}

.healthplans #spscs .results .box{
	background:#F8F8F8;
	padding:35px;
	margin:0 0 12px;
	text-align:left;
	width:auto;
}

.healthplans #spscs .results .box:last-of-type{
	margin:0;
}

.healthplans #spscs .results .box .text{
	margin:0 0 0 54px;
}

.healthplans #spscs .bottom{
	background-image:url('images/healthplans-bottom.jpg');
	background-size:cover;
	background-position:center;
	display:flex;
	text-align:left;
	color:#fff;	
}

.healthplans #spscs .bottom h2{
	text-align:left;
}

.healthplans #spscs .bottom .right{
	max-width:615px;
}

.healthplans #spscs .bottom .main{
	display:flex;
	justify-content:end;
}

.healthplans #spscs .bottom .orange{
	color:#F68D2C;
	font-size:24px;
	font-weight:bold;
	margin:40px 0 60px;
}

.healthplans #spscs .bottom .button{
	color:#fff;
}









</pre></body></html>