@charset "UTF-8";
/* CSS Document */

.fei{
background:url("/people/img/spmailf.png") 0 6px no-repeat;
}

.fl{
    padding-bottom: 60px;
    padding-left: 105px;
    padding-right: 0;
    width: 435px;
}
.fl p{
  width: 435px;
}
.fl h2 {
padding-left:75px;
}
.bcs,.bs2 .bcs{

width:auto;}
.bsw {
    min-height: 300px;
}
.fei .fl:first-child, .fei .fl:nth-child(2n+3) {
        margin-left: 0;
    padding-left: 0;
}
.fei .fl:first-child,.fei .fl:first-child+.fl+.fl {
 margin-left: 0;
    padding-left: 0;

}
.s1 h2.ma{
width:800px;
}


/* -------------------------------  Home Slider Css ------------------------------- */

#hpSlider {
	position: relative;
	min-width: 980px;
	width: 100%;
}
#hpSlider .slider_container { }
#hpSlider .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}
#hpSlider .slide img { width: 100%; }
#hpSlider .slidePrev {
	background: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -50px;
	opacity: 0.2;
	z-index: 10;
}
#hpSlider .slidePrev span {
	background-image: url("/people/img/left-arrow.png");
	width: 50px;
	height: 50px;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#hpSlider .slideNext {
	background: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -50px;
	opacity: 0.2;
	z-index: 10;
}
#hpSlider .slideNext span {
	background-image: url("/people/img/right-arrow.png");
	width: 50px;
	height: 50px;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#hpSlider .timers {
	height: 4px;
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 3;
	display: none;
}
#hpSlider .timer {
	height: 4px;
	width: 40px;
	background-color: #000;
	float: left;
	margin-right: 10px;
}
#hpSlider .progress {
	height: 4px;
	width: 0%;
	/*background-color: #FC3;*/
	float: left;
}
#hpSlider .timer:first-child .progress { background-color: #cd2033; }
#hpSlider .timer:first-child + .timer .progress { background-color: #1e9949; }
#hpSlider .timer:first-child + .timer + .timer .progress { background-color: #0070af; }
#hpSlider .timer:first-child + .timer + .timer + .timer .progress { background-color: #fecf1d; }
#hpSlider .slide_content {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
#hpSlider .slide_content_wrap { /* Slider Text Content Container Style */
	max-width: 980px;
	margin: 9% auto 0;
}
#hpSlider .slide_content_wrap.right {
	max-width: 650px;
	padding-left: 330px;
}
#hpSlider .title {  /* Slider Title Style */
	opacity: 0;
	color: #333;
	font-size: 52px;
	letter-spacing: -1px;
	line-height: 60px;
	padding-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#hpSlider .description { /* Slider Description Style */
	opacity: 0;
	color: #333;
	font-size: 26px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 2px;
	line-height: 30px;
	font-style: normal;
	font-weight: 350;
	text-shadow: 1px 1px 2px rgba(0, 0,0, 0.2);
}
#hpSlider .readmore { /* Slider Read More button Style */
	background: #D82133;
	/*box-shadow: 0 1px 4px #A9A7A7;
	-moz-box-shadow: 0 1px 4px #A9A7A7;
	-webkit-box-shadow: 0 1px 4px #A9A7A7;*/
	color: #fff;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	width: 200px;
	opacity: 0;
	text-shadow: 1px 1px 2px rgba(0, 0,0, 0.4);
}
#hpSlider .readmore:hover {
	text-decoration: none;
	border: none;
	background: #ed2135;
}
#hpSlider .title, #hpSlider .description, #hpSlider .readmore { margin-top: -10px; }
#hpSlider .whiteText .title, #hpSlider .whiteText .description {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/* ------------------------------- Media Query Max Width 1300, Min Width 720 ------------------------------- */

@media only screen and (max-width: 1440px) {
#hpSlider .slide_content_wrap { margin-top: 8%; }
#hpSlider .slide_content_wrap.right {
	max-width: 550px;
	padding-left: 430px;
}
#hpSlider .title {
	font-size: 40px;
	line-height: 48px
}
#hpSlider .description {
	font-size: 23px;
	line-height: 26px
}
#hpSlider .readmore {
	width: 170px;
	line-height: 43px;
}
}
 @media only screen and (min-width:720px) and (max-width: 1300px) {
#hpSlider .slide_content_wrap {
	margin-left: 100px;
	margin-top: 8%;
}
#hpSlider .slide_content_wrap.right { margin-left: 0; }
#hpSlider .title {
	font-size: 38px;
	line-height: 40px
}
#hpSlider .description {
	font-size: 22px;
	line-height: 25px
}
#hpSlider .readmore {
	width: 150px;
	line-height: 35px;
}
#hpSlider .slide_content_wrap.right {
	padding-left: 450px;
	max-width: 450px
}
}

/* -------------------------------  Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {
#hpSlider .slide_content_wrap { display: none; }
#hpSlider .timers { display: none; }
#hpSlider .slide_content { cursor: pointer; }
}


#appStoreInfo {
	border-bottom:#EEE 1px solid;
	clear: both;
	margin-bottom: 40px;
	padding-bottom:25px;
	padding-left:290px;
	padding-top: 70px;
	position: relative;
}
#appStoreInfo .peopleAppImage {
	bottom: 0;
	left: 0;
	position: absolute;
}
#appStoreInfo h3 {
	font-size: 23px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding-bottom: 18px;
}
#appStoreInfo p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 18px;
}
#appStoreInfo p a {
	color: #0500ff;
}
#appStoreInfo .storeLinks .appStoreIcon {
	background-image: url("/people/img/app-store-icon.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 38px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 111px;
}
#appStoreInfo .storeLinks .appStoreIcon.appStore {
	background-position: left top;
}
#appStoreInfo .storeLinks .appStoreIcon.googlePlay {
	background-position: right top;
}
#appStoreInfo .storeLinks .appStoreIcon:first-child {
	margin-left: 0;
}
#headercontainer {
    position: relative;
}
.user-det {
    color: #444444;
    font-family: arial;
    font-size: 11px;
    min-width: 400px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 38px;
}
#headercontainer .lo .goto-link {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    width: 180px;
}
.slide_content a.sign-learn, .slide_content a.sign-learn:hover {
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    color: #666666;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 34px;
    width: 120px;
    text-align:center;
    display:block;
    text-align:center;
    text-transform:uppercase;
}
.goto-link {
    background: none repeat scroll 0 0 #D82133 !important;
    border-color: #D82133 !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    text-transform: none !important;
    width: 170px !important;
}
#hw{min-height:560px;}

.note{background-color:#FFFCF0; border:1px solid #DDD;}
#help .note p{ margin-left:6px; font-size:16px;}




