@charset "UTF-8";
@font-face{font-family:LandsecBrownWeb-Regular;src:url("../fonts/LandsecBrownWeb-Regular.eot");src:url("../fonts/LandsecBrownWeb-Regular-0.eot") format("embedded-opentype"),url("../fonts/LandsecBrownWeb-Regular.woff2") format("woff2"),url("../fonts/LandsecBrownWeb-Regular.woff") format("woff");font-weight:400;font-style:normal}
@font-face{font-family:LandsecBrownWeb-Bold;src:url("../fonts/LandsecBrownWeb-Bold.eot");src:url("../fonts/LandsecBrownWeb-Bold-0.eot") format("embedded-opentype"),url("../fonts/LandsecBrownWeb-Bold.woff2") format("woff2"),url("../fonts/LandsecBrownWeb-Bold.woff") format("woff");font-weight:700;font-style:normal}
@font-face{font-family:FM-Light;src:url("../fonts/FM-LightWEB.eot");src:url("../fonts/FM-LightWEB-0.eot") format("embedded-opentype"),url("../fonts/FM-LightWEB.woff2") format("woff2"),url("../fonts/FM-LightWEB.woff") format("woff");font-weight:400;font-style:normal}
@font-face {font-family:'FM';src:url("FM-BoldItalicWEB.eot")format('embedded-opentype');src:url("../fonts/FM-BoldItalicWEB.woff")format('woff'),url("../fonts/FM-BoldItalicWEB.woff2")format('woff2'),url("../fonts/FM-BoldItalicWEB.svg")format('svg');font-weight: 700; font-style: italic;}

:root {
	--yellow: #FFCB05;
	--dark-gray: #333;
	--salmon: #F37775;
	--purple: #821f80;
	--light-yellow: #FFF1D0;
	--font: 'Brown','Arial','Helvetica',sans-serif;
}

section{
	overflow: hidden;
	
}

body {
   margin:0;
   padding:0;
   height:100%;
}
body p{
   font-family:FM-Light;
   font-size: 15px;
   line-height: 18px;
}
#container {
   min-height:100%;
   position:relative;
}

#body {
   padding:10px;
   padding-bottom:100px;   /* Height of the footer */
}
#footer {
   width:100%;
   height:400px;   /* Height of the footer */
   
	margin : 0px;
	display: block;
	background-color: var(--dark-gray);
}
#footer .font-blue {
	color: #fff !important; 
}

.cc-btn {
	background: var(--yellow) !important; 
	color: var(--dark-gray) !important; 
}

#policy ol { counter-reset: item }

.hide {
		display: none;
	}

.icon-btn a {
   height: auto;
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
  background: none;
  font-size: 24px;
	line-height: 30px;
  color: #fff;
	text-align: left;
  padding-top: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	
}
.icon-btn a:hover {
  color: #7ec9cc;
}

.logbutn {
  background: var(--dark-gray);
  /*background-image: url(../image/white-triangle-10.png);*/
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 6px;
  font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 12px 40px 8px 40px;
  text-decoration: none;
margin-left: 10%;

}
.lsfnt{
	 font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
}
.logbutn:hover {
  background: #292657;
  text-decoration: none;
}
#footer a{
	color:#fff;
	text-decoration: none;
	margin : 0px;
}
#footer p{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	margin : 0px;
}

#footer h2{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#fff;
	margin : 0px;
}
.mxh200{
	max-height: 200px;
}
.mxh200 img{
	width: auto;
}
.bg-know-img-right{
	background-image: url(../image/aspire-knowledge-img2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
}
.bg-know-img-left{
	background-image: url(../image/aspire-knowledge-img1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;	
}
.bg-triangle-right{
	background-image: url(../image/bg-darkblue-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-green-right{
	background-image: url(../image/bg-greendoc-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-pink-right{
	background-image: url(../image/bg-pink-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-covid-right{
	background-image: url(../image/bg-covid-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-purple-right{
	background-image: url(../image/bg-purple-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-blue-right{
	background-image: url(../image/bg-blue-triangle-800.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	transition: .25s ease-out .2s;
	overflow: visible;
	
}
.bg-triangle-footer{
	background-image: url(../image/bg-black-triangle.png);
	background-position: left top;
	background-repeat: no-repeat;	
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}

.center-align{
	text-align:center;
}
.helpform input{
	
	width: 90%;
  padding: 5px 35px 5px 5px;
  font-size: 24px;
	border-radius: 0px;
  border: 0px solid #fbe9ef;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	margin-bottom: 10px;
}
.helpform input[type=textarea]{
	
	width: 90%;
  padding: 5px 35px 5px 5px;
  font-size: 24px;
	border-radius: 0px;
  border: 0px solid #fbe9ef;
  height: 154px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	margin-bottom: 10px;
}
.helpform input::placeholder{
	
	font-family:LandsecBrownWeb-Regular,Arial, Helvetica, sans-serif;
	color: #292657;
	background-color: #fbe9ef;
	font-size: 24px;
	
}
.helpform input[type=text]{
	
	font-family:LandsecBrownWeb-Regular,Arial, Helvetica, sans-serif;
	color: #292657;
	background-color: #fbe9ef;
	
}
.helpform input[type=submit]{
	
	font-family:LandsecBrownWeb-Regular,Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #df187c;
	width: 50%;
  padding: 5px 35px 5px 5px;
  font-size: 24px;
	border-radius: 0px;
  border: 0px solid #df187c;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	margin-bottom: 10px;
}
.centre{
	position: relative;
	margin-left: auto;
	margin-right: auto;

}
.mcentre{
	position: relative;

}
.cov img{
	width: 100%;
	height: auto;
}
.asp10{
	margin-top:5%;
}
.clear-left{
	clear:left
}
.image-full{
	float:left;
	width:100%
}
.image-full img{
	width:100%;
		height:auto;
}

.icon-m-btn {
	width: 100px;
}
.icon-m-btn p{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
		color:#fff;
	
}
.icon-m-btn a:link{
	color:#fff;
}
.icon-m-btn img{
	
	color:#fff;
	position: relative;
	 align-items: center;
	text-align: center;
		padding-left: 25px;
	padding-right: 25px;
		
}
.i-assist {
	position: absolute;
	right: 125px;
	top: 30px;
	z-index: 1;
}

.i-feedback {
	position: absolute;
	right: 225px;
	top: 30px;
	z-index: 1;
	padding-top: 15px; 
}
.i-feedback p {
	margin-top: 10px; 
}
.logo-small{
float: left;
position: relative;
transition: .5s ease;
transition-property: top, opacity;
margin-left: 45px;
margin-top: 45px;
	z-index: 1;
}

.logo-large{
float: left;
position: relative;
transition: .5s ease;
transition-property: top, opacity;
margin-left: 0px;
margin-top: 45px;
margin-bottom: 70px;
z-index: 1;
}
.font-white{
	color:#fff!important
}
.font-blue{
	color:#292657!important
}
.font-gray {
	color: var(--dark-gray) !important; 
}
.empty-space{
	height: 50px;
	width: 100%;
	clear: both;
	
}
.item-block-centered {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 100%; 
}
.jump select{
	font-family:LandsecBrownWeb-Regular,Arial, Helvetica, sans-serif;
	color: #292657;
	width: 90%;
	margin: 50px;
  padding: 5px 35px 5px 5px;
  font-size: 24px;
	border-radius: 0px;
  border: 1px solid #292657;
  height: 54px;	
		 background-repeat: no-repeat ;
}
.jump li.has-children > a:after {
 color: #292657;
 content: '\25BA';
margin-left: 50%;
 font-size: 20px;
 vertical-align: 1px;
}
.m-title {
	float:left;
	
}
.mrg-50{
	margin-left:-50px;
}
.bg-city{
	width: 100%;
	height: 500px;
	background-image: url(../image/bg-city.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	margin-bottom: -91px;
	
	
}
.explore{
	
	max-height: 225px;
	
}
.explore2{
	
	padding-bottom: 15%;
	min-height: 150px;
		max-height: 300px;
	
}
.ht600{
	height: 600px;
}

	.img600{
		/*background-image:url(../image/apireimage01-906x600.jpg);*/
		background-image:url(../aspire-assist-images/Landsec-02-centered-2.jpg);
		background-position: center;
		background-size: cover;
		
	}

	.imgpol600{
		background-image:url(../image/policiesbg-team-member.jpg);
		background-position: center top;
		background-size: cover;
		
	}
	.img600 img{
		width: 100%;
		height: auto;
	}
.aspire{
	background-color: #df187c;
	background-image: url(../image/white-triangle-10.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;	
}
.concierge{
	background-color: #000;
background-image: url(../image/white-triangle-10.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;	
}
.seasonal{
	background-color: #d08912;
background-image: url(../image/white-triangle-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;	
}
.west{
	background-color: #50c5d8;
background-image: url(../image/white-triangle-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;	
}
.summer{
	background-color: #fff;
background-image: url(../image/white-triangle-summer.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;	
}
.vic {
	
}
.csp{
	height: 75%;
	background-color: #1f3e6e;
	background-image: url(../image/white-triangle-csp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;	
}
.csp-green-tri{
	background-image: url(../image/green-triangle-right-csp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 60% top 18px;	
	overflow: visible;
}
.csp-lgol{
	width: 100%;
	min-height: 125px;

	}

.csp-lgor{
	
	width: 32.5%;

	}
.csp-lgol img{
	width: 100%;
	height: auto;
	max-width: 480px;
	}
.csp-lgor img{
	width: 100%;
	height: auto;
	max-width: 330px;
	}
.h50{
	min-height: 175px;
}
.sans{
	font-family:LandsecBrownWeb-Regular,Arial, Helvetica, sans-serif;
}
.explore2 img{
	width: 100%;

	height: auto;
}
.explore3{
	
	padding-bottom: 25%;
	min-height: 120px;
	max-height: 300px;
	
}
.explore3 img{
	width: 50%;
	height: auto;
}
.ps {
	position: relative;
	
}
.pbtr{
	position: absolute;
	right: 0px;
	bottom: 30px;	
}
.ptpl{
	position: absolute;
	left: 15px;
	top: 15px;	
}
.pc{
	margin-top: 7%;
	left: auto;
	right: auto;
}
.b-ls-btn{
	height: 400px;
}

.empty-space2 {
	height: 25px;
	width: 100%;
	clear: both;
}
.empty-space3 {
	height: 10px;
	width: 100%;
	clear: both;
}
.ic-gp30{
	margin-top: 20px;
	width: 100%;
	}
.icon-main{
	height: auto;
width: 120px;
	padding-right: 20px;
margin-left: auto;
margin-right: auto;
	float: left;
}
.icon-main-covid{
	height: auto;
width: 116px;
	padding-right: 20px;
margin-left: auto;
margin-right: auto;
	float: left;
}
.cover-image{
	width: 300px;
	height: 420px;
	float: left;
	padding-bottom: 32px;
}
.nm{
	margin-top: 0px;
	margin-bottom: 20px;
}
.mw430{
	max-width: 400px;
	padding-right: 60px;
		margin-right: auto;
		margin-left: auto;
	
}
.guide{
	max-width: 860px;
		margin-right: auto;
		margin-left: auto;
	
	
}
.guide img{
	width: 100%;
	
}
.mw430 img{
	width: 100%;
}

.pdlr{
	padding-left: 5%;
	padding-right: 5%;
	
}
.bg-blue{
	background-color:#292657;
	
}
.bg-document{
	background-color:#006650;
	z-index: -299;
}
.bg-portals{
	background-color:#007e99;
	z-index: -299;
}
.bg-policies{
	background-color:#821f81;
	z-index: -299;
}
.bg-aspire{
	/*background-color:#df187c;*/
	background-color: var(--yellow); 
	background-repeat: no-repeat;
}
.bg-aspire-light{
	background-color:#fce7f2;
	z-index: -299;
}
.bg-covid{
	background-color:#ec6666;
	background-repeat: no-repeat;
}
.bg-covid-tri{
	background-color:#ec6666;
	background-image: url(../image/bg-white-covid2-400.png);
	background-repeat: no-repeat;
	background-position: right bottom
}
.bg-covid-light{
	background-color:#f5aaa1;
	z-index: -299;
}
.bg-knowledge{
	background-color:#821f81;
	background-repeat: no-repeat;
}
.bg-black{
	background-color:#262626;
}

.bg-white{
	background-color:#ffffff;

}

.bg-green{
	background-color:#7ec9cc;
}
.bg-green2{
	background-color:#e9f5f5;
	
}
.header-main {
	min-height: 300px;
	
}
.header-main5 {
	min-height: 500px;
	background: var(--dark-gray); 
	
}
.header-main2 {
	min-height: 200px;
	
}
.fnt-body-big{
	font-size: 30px;
	line-height: 40px
	
}
.fnt-body-med{
	font-size: 22px;
	line-height: 22px
	
}
.fnt-med{
	font-size: 22px;
	line-height: 28px
	
}
.fnt-28{
	font-size: 28px;
	line-height: 30px
	
}
.italic{font-style: italic;
		font-weight: 700;
font-family:'FM'}

.apas-lrg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.apas-lrg img {
	margin-left: 10%; 
}

.col-1-8{width:12.5%}
.col-2-8{width:25%}
.col-3-8{width:37.5%}
.col-4-8{width:50%}
.col-4-8b{width:46%}
.col-5-8{width:62.5%}
.col-6-8{width:75%}
.col-7-8{width:87.5%}
.col-8-8{width:100%;padding-left:0!important;padding-right:0!important}



#icon .col-1-8{width:12.5%}
#icon .col-2-8{width:25%}
#icon .col-3-8{width:37.5%}
#icon .col-4-8{width:50%}
#icon .col-5-8{width:62.5%}
#icon .col-6-8{width:75%}
#icon .col-7-8{width:87.5%}
#icon .col-8-8{width:100%;padding-left:0!important;padding-right:0!important}


.col-1-8,
.col-1,
.col-2-8,
.col-3-8,
.col-4-8,
.col-4-8b,
.col-5-8,
.col-6-8,
.col-7-8,
.col-8-8,
.col-9 {display: block;
}

.col-1{width:10%;
line-height: 24px;
   font-family: FM-Light, Arial, Helvetica, sans-serif;
    font-size: 16px;}
.col-9{width:90%;
line-height: 24px;
   font-family: FM-Light, Arial, Helvetica, sans-serif;
    font-size: 16px;}
.t-block{
	max-width: 960px;
	height: 91px;

	margin-left: auto;
	margin-right: auto
	
}
.f-image-block{
	max-width: 960px;

	margin-left: auto;
	margin-right: auto
	
}
.f-image-block-1{
	width: 33.333%;
		height:auto;
	 margin:0;
	display: block; 
	float: left;	
	overflow: hidden;
}
.f-image-block-1 img{
	width: 100%;
		height:100%;
	overflow: hidden;
}
.f-image-block-2{
	width: 33.333%;
		height:auto;
	 margin:0;
	display: block; 
	float: left;
	overflow: hidden;
}
.f-image-block-2 img{
	width: 100%;
		height:100%;
	overflow: hidden;
}
.f-image-block-3{
	width: 33.333%;
	height:auto;
	 margin:0;
	display: block; 
	float: left;
	overflow: hidden;
	clip: auto;
		
}
.f-image-block-3 img{
	width: 100%;
		height:100%;
	overflow: hidden;
}
.f-image-block-4{
	width: 300px;
	height:91px;
	 margin:0;
   padding:0;
	float: left	
}
.f-image-block-5{
    width: 66.66%;
    height: 210px;
	position: relative;
    background-image: url(../image/triangle-bottom-600x275.png);
	background-position: right top;
	top: -5px;
    padding: 0;
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.f-image-block-6{
    width: 33.33%;
    height: 210px;
	position: relative;
    background-image: url(../image/triangle-bottom-300x275.png);
	background-position: right top;
	top: -5px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.bg-green-triangle {
	position: absolute;
	width: 70%;
	height: auto;
	top: 0px;
	left:0px;
	overflow: visible;
	
	
}

.bg-covid-triangle {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left:0px;
	overflow: hidden;
	
	
}

.bg-covid-triangle img{
	
	max-width: 400px;

	
}
.aspfoot{
	min-height: 400px;
}
.mh540{
	max-height: 540px;
}
.bg-green-triangle img{
	width: 100%;
	height: auto;

	
}
.asp-banner{
	min-height: 325px;
	padding: 25px 0; 
}
.bg-normal-triangle{
	background-image: url(../image/bg-white-triangle-225.png);
	background-position: left top;
	top: -5px;
	background-repeat: no-repeat;
}
.bg-400-triangle{
	background-image: url(../image/bg-white-triangle-400.png);
	background-position: left top;
	top: -5px;
	background-repeat: no-repeat;
}
.bg-400-triangle-r{
	background-image: url(../image/bg-white-triangle-400-r.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.bg-400-triangle-blue-r{
	background-image: url(../image/bg-blue-triangle-400-r.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.bg-400-triangle-green-r{
	background-image: url(../image/bg-green-triangle-400-r.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.bg-400-triangle-purple-r{
	background-image: url(../image/bg-purple-triangle-400-r.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.bg-400-triangle-pink-r{
	position: relative; 
	/*background-image: url(../image/bg-pink-triangle-400-r.png);*/
	/*background-position: right top;*/
	/*top: 0px;*/
	/*background-repeat: no-repeat;*/
}
.bg-400-triangle-pink-r:after {
	content: ''; 
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: -1; 
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 0 400px 400px 0;
	border-color: transparent var(--yellow) transparent transparent;

}
.bg-400-triangle-white-l{
	background-image: url(../image/bg-white-triangle-400.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.bg-800-triangle-blue-r{
	background-image: url(../image/bg-blue-triangle-800-r.png);
	background-position: right top;
	top: 0px;
	background-repeat: no-repeat;
}
.launchb{
	position: absolute;
	top:0px;
	right:0px;
	z-index:1;
}
.launchb img{
	width:50%;
	height:auto;
	float: right;
}

.btn-lrg{
	min-height: 325px;
	padding: 10px;
    box-sizing: border-box;
	margin-bottom: 15px;
	margin-left: 2%;
}
.bg-green-triangle2 {
	position: absolute;
	width: 50%;
	height: auto;
	top: 0px;
	left:0px;
	overflow: visible;
	z-index: -1;
}

.ovf{
	overflow: visible;
}

.hamburger {
    background: 0 0;
    border: 0;
    float: right;
    position: relative;
    min-width: 38px;
    min-height: 20px;
		z-index: 99;
}

.hamburger__text {
    color: #000;
    font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 20px;
    display: block;
    float: left;
    margin-top: 0;
    display: none;
    text-decoration: none;
    position: relative;
    transition: all linear 250ms;
    left: 0
}
a {
	color: #1f3e6e;
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 65px;
	margin-bottom: 0px;
}

h2{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
    font-size: 40px;
	line-height: 42px;
	
}

h3{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
	font-weight: 400;
    font-size: 28px;
	line-height: 33px;
	
}

h5{
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
    font-size: 20px;
	
}
p {
	font-family: FM-Light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	
	margin: 0 0 0.75em;
}
.ctext {
	font-family: Arial, Helvetica, sans-serif;
}
.z1{
	z-index: 1;
	position: relative;
}
.ic{	
	margin-left: 0;
	float: left;}
	
.tal{text-align: left}
.tar{text-align: right}
.tac{text-align: center}
.light-controls .hamburger__text {
    color: #fff
}
.hamburger__text:after {
    content: ' ';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    background: #000;
    height: 2px;
    transition: all linear 250ms
}

.hamburger__lines {
    width: 38px;
    height: 2px;
    background: #000;
    position: absolute;
    float: left;
    right: 0;
    top: 5px
}
.mht {
	min-height: 600px;
	
}
#portal {
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
    font-size: 30px;
	font-weigt: bold;
	line-height: 30px;
	color:#7ec9cc;
	text-decoration: none;
}

#portal a{
	color:#7ec9cc;
}
#portal a:hover{
	color:#fff;
}
#portal a:visited{
	color:#7ec9cc;
}
#portal-w {
	font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
    font-size: 30px;
	font-weigt: bold;
	line-height: 30px;
	color:#fff;
	text-decoration: none;
}

#portal-w a{
	color:#7ec9cc;
}
#portal-w a:hover{
	color:#fff;
}
#portal-w a:visited{
	color:#7ec9cc;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #1f3e6e;
	margin-bottom: 20px;
}

hr.style-3{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
    border: 0;
    height: 1px;
	clear: both;
    background: #ffffff;
}
hr.style-two{
	width: 100%;
    border: 0;
    height: 1px;
    background: #ffffff;
}
.aspire-foot-logo{
	float: right;
	
}
.pd0{
	padding: 0px;
		margin:0px;
	
}
.pdl10{
	padding-left: 10%;
	
}
.pdr50{
	padding-right: 50px
	
}
.pdl50{
	padding-left: 50px
	
}
.pdl15{
	padding-left: 15px
	
}
.pdb50{
	padding-bottom: 50px
	
}
.pdb15{
	padding-bottom: 15px
	
}
.pdb10{
	padding-bottom: 50px
	
}
.pdt10{
	padding-top: 10px
	
}
.pdt10p{
	padding-top: 10%
	
}
.pdt140{
	padding-top: 140px
	
}
.m960{
	max-width: 960px;
	
}
.white {
	color: #ffffff 
	
}

.green {
	color: #7ec9cc
	
}

.font-blue{
	color: #1f3e6e;
}
.font-aspire{
	color: #df187c;
}
.terms{
	padding-top: 55px;
}
.group{
	padding-top: 47px;
}

.u-display-table {
	display: table;
}

.u-display-flex {
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

@media (max-width: 767px) {
	.u-display-flex {
		margin-top: 40px; 
	}
}

.u-table-cell {
	display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: inherit;
}

.u-table-cell img {
	max-width: 100%;
	/*padding: 20px;*/
	box-sizing: border-box;
}
.u-flex-on-desktop {
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.u-margin-auto-on-mobile {
	margin: 0;
}
.min-height-baner {
	min-height: 325px;
}
.u-display-inline-block {
	display: inline-block;
}

.bg-white.mht.bg-triangle-right .font-blue,
.bg-white.mht.bg-triangle-pink-right .font-blue,
.bg-white.mht.bg-triangle-right .font-aspire,
.bg-white.mht.bg-triangle-pink-right .font-aspire {
	color: var(--dark-gray) !important; 
}

@media (max-width: 1224px) {

.mw430{
	max-width: 360px;
	padding-right: 20px;
		margin-right: auto;
		margin-left: auto;
	
}
	.guide{
		max-width: 740px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 1024px) {
	.asp-banner .apas-lrg .empty-space {
		display: none;
	}
	
.mw430{
	max-width: 300px;
	padding-right: 20px;
		margin-right: auto;
		margin-left: auto;

	
}
	.guide{
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 897px) {

	.f-image-block{
	width: 100%;
	position: relative;

	
}
	
.f-image-block-1 {
width: 33.333%
			float: left;
}
	
.f-image-block-2 {
	width: 33.333%
			float: left;
	}
	
.f-image-block-3 {
	width: 33.333%
			float: left;
	}
		.icon-main{
	height: auto;
width: 80px;
	float: left;

}
		.icon-main img{
	height: auto;
width: 100%;

}
		.icon-main-covid{
	height: auto;
width: 116px;
	float: left;

}
		.icon-main-covid img{
	height: auto;
width: 100%;

}
.fnt-body-big {
    font-size: 28px;
    line-height: 36px;
}

.icon-btn a {
        font-size: 21px;
        padding-right: 0;
    }

    .mt30 {
    	margin-top: 30px;
    	display: inline-block;
    }
		.mw430{
		float: none;
	
}
	.mw430{
	max-width: 350px;
	padding-right: 20px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	
}
	.guide{
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}
}
	
	
@media (max-width: 767px) {
    #icon .col-4-8{width:100%}
    #icon .col-3-8{width:100%}
    .icon-btn a {
        text-align: center;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

	.logbutn {
  background: #292657;
  background-image: url(../image/white-triangle-10.png);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 6px;
  font-family: LandsecBrownWeb-Regular, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #292657;
  padding: 12px 40px 8px 40px;
  text-decoration: none;
margin-left: 0%;

}
    .icon-main{
        height: auto;
        width: 80px;
        float: none;
        padding: 0;
    }
	  .icon-main-covid{
        height: auto;
        width: 116px;
        float: none;
        padding: 0;
    }
    .asp10{
        margin-top:15%;
    }
    .asp-banner{
        min-height: 600px;
        margin-top: 25px;
    }
    .icon-main img{
        height: auto;
        width: 100%;
    }
    .f-image-block{
        width: 100%;
        position: relative;
    }
    .fnt-body-big{
        font-size: 28px;
        line-height: 36px
    }
    .f-image-block-1{
        width: 50%;
        float: left;
    }
    .f-image-block-2{
        width: 50%;
        float: left;
    }
    .f-image-block-4{
        width: 50%;
        float: left;
    }
    .f-image-block-5{
        width: 100%;    
    }
    .f-image-block-5 img{
        width: 100%;
    }
    .t-block{
        width: 100%;
        height: 91px;
    }
    .ic {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .ic-gp30{
        margin-top: 5px;
    }
    .col-4-8{
        width:100%;
        text-align: center;
    }
    .col-4-8b{
        width:100%;
        text-align: center;
    }
    .col-2-8{
        width:100%;
        text-align: center;
    }
    .col-3-8{
        width:100%;
        text-align: center;
    }
    .col-5-8{
        width:100%;
        text-align: center;
    }
    .col-6-8{
        width:100%;
        margin-left: auto;
        margin-right: auto;
         text-align: center;
    }
    .col-7-8{
        width:90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .cover-image{
        margin-left: auto;
        float:none;
        margin-right: auto;
    }
    .b-ls-btn{
        max-height: 225px;
    }
    .bg-400-triangle{
        background-image: url(../image/bg-white-triangle-225.png);
        background-position: left top;
        top: -5px;
        background-repeat: no-repeat;
    }
    .pdr50{
        padding-right: 5px;
    }
    .jform{
        min-height: 600px;
        overflow: hidden;
    }
    .terms{
        padding-top: 15px;
    }
    .group{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .pdl50{
        padding-left: 0px
        
    }
    .ht600{
        height: 400px;
    }
    .m-title {
        float:none;
    }
    .f-image-block-3{
        width: 33.333%; 
        display: none; 
    }
    .f-image-block-4{
        width: 33.333%; 
    }
    .f-image-block-6{
        width: 33.333%; 
        display: none; 
    }
    .explore{
        min-height: 175px;
    }
    .explore2{
        padding-bottom: 10%;
        min-height: 130px;
    }
    .header-main {
        min-height: 170px;
    }
    .freshwidget-button,
    .freshwidget-theme {
    	display: none !important;
    }
    /*.i-assist {
        position: absolute;
        right: 10px;
        top: 130px
    }
    .i-feedback {
        position: absolute;
        right: 110px;
        top: 130px
    }*/
    .pdt140{
        padding-top: 0px
    }
	
	.mw430{
	max-width: 300px;
		padding-right: 0px;
	margin-right: auto;
		margin-left: auto;
		float: none;
		
}
	.guide{
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
    .aspire-foot-logo{
        float: none;
    }
    .aspfoot{
        min-height: 620px;
    }
    .u-top-text {
        box-sizing: border-box;
        padding-right: 10%;
        padding-top: 50px;
    }
    .u-display-table {
    	width: inherit;
    }
    .u-table-cell img {
    	max-width: 50%;
    }
    .nm{
		margin-bottom: 10px;
	}
	.helpform {
		padding: 20px;
		box-sizing: border-box;
	}
	.u-flex-on-desktop {
		display: block;
	}
	.u-margin-auto-on-mobile {
		margin: 15px auto;
	}
	.min-height-baner {
		min-height: 200px;
	}
	.u-pt10-mobile {
		padding-top: 10px;
	}
	.jump select {
		margin: 20px 10px;
	}
		.mrg-50{
	margin-left:0px;
}
}	

@media (max-width: 600px) {
					.f-image-block-1{
	width: 50%;
			float: left;
}

			.f-image-block-2{
	width: 50%;
			float: left;
}
	.f-image-block-5{
	width: 100%;
		
		
}

.ls-l {
	position: absolute;
left: 0px;
	top:20px;
}	
.ls-l img{
	width: 70%;
	height: auto;
	margin-top: 25px;
	margin-left: 15px;
	max-width: 250px;
}
	.home-text-mobile {
		margin-top: 350px;
	}
.aspire-foot-logo{
	float: none;
	
}
.asp-banner{
        min-height: 550px;
    }
}

@media (max-width: 500px) {
	#footer .p-short {
		padding-bottom: 10px;
		width: 60%;
		margin: 0 auto;
	}
	.b-ls-btn{
        max-height: inherit;
    }
    .home-logo-mobile {
		position: absolute;
		top: 120px;
		left: 0;
		width: 100%;
		text-align: left;
	}
	.hide-on-mobile {
		display: none;
	}
	.logo-inner img {
		width: 70px;
    	height: auto;
    	margin-left: 30px;
	}
	.i-feedback-inner {
		left: 50%;
    	margin-left: -50px;
	}
	.u-table-cell img {
		max-width: 100%;
	}
}
