/*focus*/
.member-focus{ width:100%;  height:auto; min-height:340px; position:relative; margin:0 auto;}
.member-focus .arrow-left{ width:40px; height:100%; line-height:20px; font-size:20px; color:#702c91; text-align:center; position:absolute; left:0px; top:0; z-index:9; cursor:pointer; outline:none;}
.member-focus .arrow-left:before{ content:'\e617'; position:absolute; left:50%; top:50%; margin:-11px 0 0 -8px;}
.member-focus .arrow-right{ width:40px; height:100%; line-height:20px; font-size:20px; color:#702c91; text-align:center; position:absolute; right:0px; top:0; z-index:9; cursor:pointer; outline:none;}
.member-focus .arrow-right:before{ content:'\e618'; position:absolute; left:50%; top:50%; margin:-11px 0 0 -10px;}

.member-focus .swiper-wrapper { height: unset; }
.member-focus .swiper-container{ width:100%;}
.member-focus .swiper-slide{ width:100%; height:auto; text-align:center;}
.member-focus .swiper-slide .content{ width:100%; width:1400px; height:auto; padding-top:160px; position:absolute; left:50%; top:0; z-index:2; margin-left:-700px;}
.member-focus .swiper-slide .pic{ width:100%; height:auto; max-width: 1920px}
.member-focus .swiper-slide .logo{ width:50px; height:auto; padding-bottom:10px; border-bottom:6px solid #0ab9a7;}
.member-focus .swiper-slide .welcome{ padding:20px 0; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#702c91; letter-spacing:1.66px;}
.member-focus .swiper-slide .headline{ padding:0 20%; line-height:1em; font-size:78px; font-family:miller; font-weight:400; color:#363436; letter-spacing:-1px; letter-spacing:0;}
.member-focus .swiper-slide .intro{ padding:12px 25% 40px; line-height:1.5em; font-size:20px; font-weight:400; color:#363436; letter-spacing:-0.35px;}
.member-focus .swiper-slide .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; font-weight:400; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.member-focus .swiper-slide .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.member-focus .swiper-slide .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.member-focus .swiper-slide .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px;}
.member-focus .page{ width:100%; text-align:center; position:absolute; left:0; bottom:25px; z-index:9;}
.member-focus .page .swiper-pagination-bullet{ width:10px; height:10px; margin:0 5px; background:#fff; opacity:1;}
.member-focus .page .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#702c91;}
.member-focus .swiper-lazy-preloader{ --swiper-preloader-color:#702c91;}
.skin-teal .member-focus .arrow-left{ color:#0ab9a7;}
.skin-teal .member-focus .arrow-right{ color:#0ab9a7;}
.skin-teal .member-focus .swiper-slide .logo{ border-color:#702c91;}
.skin-teal .member-focus .swiper-slide .welcome{ color:#0ab9a7;}
.skin-teal .member-focus .swiper-slide .button{ background:#0ab9a7;}
.skin-teal .member-focus .swiper-slide .button .zoom{ background:#0aa998;}
.skin-teal .member-focus .page .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#0ab9a7;}
.skin-teal .member-focus .swiper-lazy-preloader{ --swiper-preloader-color:#0ab9a7;}

/*How can we help*/
.member-help{ width:1400px; height:auto; margin:80px auto 50px; overflow:hidden;}
.member-help .icon-wrap{ text-align:center;}
.member-help .icon-wrap .iconfont{ font-size:18px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-help .icon-wrap .icon-heart:before{ content:'\e61f';}
.member-help .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-help .icon-wrap .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#702c91; text-transform:uppercase; letter-spacing:1.45px;}
.member-help .h2-help{ margin:20px 0 30px; line-height:1em; font-size:55px; font-family:miller; color:#363436; text-align:center; letter-spacing:-0.5px;}
.member-help .notes-help{ padding:0 25% 30px; line-height:1.5em; font-size:20px; font-weight:400; color:#363436; text-align:center; letter-spacing:-0.35px;}
.member-help .list-help{ width:1425px; height:auto; padding-top:10px;}
.member-help .list-help .item{ width:450px; height:auto; margin:0 25px 25px 0; float:left;}
.member-help .list-help .item .top{ height:450px; margin-bottom:30px; position:relative;}
.member-help .list-help .item .top a{ width:100%; height:100%; display:block; overflow:hidden;}
.member-help .list-help .item .top .pic{
	width:100%;  border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.member-help .list-help .item .top:hover .pic{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.member-help .list-help .item .top .iconfont{ width:60px; height:60px; line-height:60px; position:absolute; left:10px; bottom:-30px; font-size:24px; font-weight:bold; text-align:center; color:#702c91; border-radius:50%; background:#fff; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-help .list-help .item .top .icon-star:before{ content:'\e620';}
.member-help .list-help .item .top .icon-home:before{ content:'\e621';}
.member-help .list-help .item .top .icon-dollar:before{ content:'\e622';}
.member-help .list-help .item .top .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-help .list-help .item .notes{ margin:30px 30px 0 40px; padding-left:20px; border-left:2px solid #eaeaea;}
.member-help .list-help .item .notes .title{ line-height:1em; font-size:32px; font-family:miller; font-weight:400; color:#363436; letter-spacing:-0.3px; text-shadow:0.1px 0 #363436;}
.member-help .list-help .item .notes .intro{ margin:10px 0 6px; height:72px; height:auto; line-height:24px; font-size:16px; font-family:mi-light; font-weight:400; color:#363436; letter-spacing:-0.15px; overflow:hidden;}
.member-help .list-help .item .notes .more{ height:30px; line-height:30px; font-size:17px; font-family:mi-bold; font-weight:400; color:#702c91; text-transform:uppercase; letter-spacing:0.5px;}

.member-help .list-help .item .notes .more a{ color:#702c91; float:left;}
.member-help .list-help .item .notes .more .dot{ width:12px; height:12px; margin-right:10px; background:#702c91; color:#fff; text-align:center; border-radius:50%; float:left; position:relative; top:7px; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.member-help .list-help .item .notes .more .arrow{ width:12px; height:12px; line-height:12px; font-size:0; color:#fff; text-align:center; position:absolute; left:0; top:0; opacity:0; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.member-help .list-help .item .notes .more .arrow:before{ content:'\e618';}
.member-help .list-help .item .notes .more a:hover{ color:#4f0077;}
.member-help .list-help .item .notes .more a:hover .dot{ width:20px; height:20px; top:3px; /*margin-left:30px;*/ background:#4f0077;}
.member-help .list-help .item .notes .more a:hover .arrow{ width:20px; height:20px; line-height:20px; font-size:9px; opacity:1;}
.skin-teal .member-help .icon-wrap .iconfont{ background-color:#0ab9a7;}
.skin-teal .member-help .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .member-help .list-help .item .top .iconfont{ color:#0ab9a7;}
.skin-teal .member-help .list-help .item .notes .more a{ color:#0ab9a7;}
.skin-teal .member-help .list-help .item .notes .more a:hover{ color:#0aa998;}
.skin-teal .member-help .list-help .item .notes .more .dot{ background:#0ab9a7;}
.skin-teal .member-help .list-help .item .notes .more a:hover .dot{ background:#0aa998;}

/*client help*/
.client-help{ width:100%; max-width:1920px; height:auto; margin:80px auto 50px; overflow:hidden;}
.client-help.mobile-client-slider{ display:none;}
.client-help.mobile-client-slider .scroll-help .item{ padding-top:5vw;}
.client-help .icon-wrap{ text-align:center;}
.client-help .icon-wrap .iconfont{ font-size:18px; text-align:center; color:#fff; border-radius:50%; background:#0ab9a7; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.client-help .icon-wrap .icon-heart:before{ content:'\e61f';}
.client-help .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.client-help .icon-wrap .txt{ display:block; padding-top:3px; line-height:20px; font-size:15px; font-family:mi-medium; color:#0ab9a7; text-transform:uppercase; letter-spacing:1.45px;}
.client-help .h2-help{ line-height:1em; font-size:55px; font-family:miller; color:#363436; text-align:center; letter-spacing:-0.5px;}
.client-help .notes-help{ padding:20px 28% 40px; line-height:1.5em; font-size:20px; color:#363436; text-align:center; letter-spacing:-0.35px;}


.client-help .scroll-help{ width:100%; height:auto; position:relative;}
.client-help .arrow-left-help{ width:2vw; height:24vw; position:absolute; left:0px; top:0; z-index:2; cursor:pointer; outline:none; font-family:"mifont" !important; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:0.2px; -moz-osx-font-smoothing:grayscale;}
.client-help .arrow-left-help:before{ content:''; width:4.6vw; height:4.6vw; background:#fff; border-radius:50%; position:absolute; left:0; top:50%; margin:-2.3vw 0 0 -2.5vw;}
.client-help .arrow-left-help:after{ content:'\e617'; width:90%; height:20px; line-height:20px; font-size:16px; color:#0ab9a7; text-align:center; position:absolute; left:0; top:50%; margin:-10px 0 0 0;}
.client-help .arrow-right-help{ width:2vw; height:24vw; position:absolute; right:0px; top:0; z-index:2; cursor:pointer; outline:none; font-family:"mifont" !important; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:0.2px; -moz-osx-font-smoothing:grayscale;}
.client-help .arrow-right-help:before{ content:''; width:4.6vw; height:4.6vw; background:#fff; border-radius:50%; position:absolute; right:0; top:50%; margin:-2.3vw -2.5vw 0 0;}
.client-help .arrow-right-help:after{ content:'\e618'; width:90%; height:20px; line-height:20px; font-size:16px; color:#0ab9a7; text-align:center; position:absolute; right:0; top:50%; margin:-10px 0 0 0;}

.client-help .scroll-help .swiper-slide{ width:auto; height: 100%; }
.client-help .scroll-help .item{ width:100%; height: auto;}

.client-help .scroll-help .item .top{ height:auto; margin-bottom:30px; position:relative;}
.client-help .scroll-help .item .top a{ width:100%; height:100%; display:block; overflow:hidden;}
.client-help .scroll-help .item .top .pic{
	width:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}

.client-help .scroll-help .item .top:hover .pic{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.client-help .scroll-help .item .top .iconfont{ width:60px; height:60px; line-height:60px; display:none; position:absolute; left:10px; bottom:-30px; font-size:24px; font-weight:bold; text-align:center; color:#0ab9a7; border-radius:50%; background:#fff; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.client-help .scroll-help .item .top .icon-cross:before{ content:'\e629';}
.client-help .scroll-help .item .top .icon-dollar:before{ content:'\e622';}
.client-help .scroll-help .item .top .icon-wrench:before{ content:'\e62b';}
.client-help .scroll-help .item .top .icon-trending-up:before{ content:'\e62a';}
.client-help .scroll-help .item .top .icon-pills:before{ content:'\e62c';}
.client-help .scroll-help .item .top .icon-piggy:before{ content:'\e62d';}
.client-help .scroll-help .item .top .icon-question:before{ content:'\e62e';}
.client-help .scroll-help .item .top .icon-dna:before{ content:'\e62f';}
.client-help .scroll-help .item .top .icon-bulb:before{ content:'\e630';}
.client-help .scroll-help .item .top .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.client-help .scroll-help .item .notes{ margin:30px 25px 0 40px; padding-left:10px; border-left:2px solid #eaeaea; display:none;}
.client-help .scroll-help .item .notes .title{ margin-bottom:15px; line-height:1.25em; font-size:22px; font-family:miller; color:#363436; letter-spacing:-0.35px;}
.client-help .scroll-help .item .notes .more{ height:32px; line-height:30px; font-size:16px; font-family:mi-bold; color:#702c91; letter-spacing:0.5px;}
.client-help .scroll-help .item .notes .more a{ color:#0ab9a7; float:left;}
.client-help .scroll-help .item .notes .more .dot{ width:12px; height:12px; margin-right:10px; background:#0ab9a7; font-family:arial; color:#fff; text-align:center; border-radius:50%; float:left; position:relative; top:7px; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.client-help .scroll-help .item .notes .more .arrow{ width:12px; height:12px; line-height:12px; font-size:0; color:#fff; text-align:center; position:absolute; left:0; top:0; opacity:0; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.client-help .scroll-help .item .notes .more .arrow:before{ content:'\e618';}
.client-help .scroll-help .item .notes .more a:hover .dot{ width:20px; height:20px; top:3px; /*margin-left:30px;*/}
.client-help .scroll-help .item .notes .more a:hover .arrow{ width:20px; height:20px; line-height:20px; font-size:9px; opacity:1;}
.client-help .scroll-help .page{ display:none;}
.client-help .scroll-help .swiper-lazy-preloader{ --swiper-preloader-color:#0ab9a7;}
.client-help .scroll-help .swiper-slide.swiper-slide-active .item .notes,
.client-help .scroll-help .swiper-slide.swiper-slide-prev .item .notes,
.client-help .scroll-help .swiper-slide.swiper-slide-next .item .notes{ display:block;}
.client-help .scroll-help .swiper-slide.swiper-slide-active .item .top .iconfont,
.client-help .scroll-help .swiper-slide.swiper-slide-prev .item .top .iconfont,
.client-help .scroll-help .swiper-slide.swiper-slide-next .item .top .iconfont{ display:block;}
.client-viewall{ width:1400px; border-top:2px solid #d7d6d7; margin:80px auto 50px;}
.client-viewall .button-wrap{ width:200px; border-left:25px solid #fff; border-right:25px solid #fff; margin:-28px auto 0;}
.client-viewall .button{ width:100%; height:56px; line-height:60px; background:#0ab9a7; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.client-viewall .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.client-viewall .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#0aa998;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.client-viewall .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.client-viewall .button:hover a{ color:#fff;}

/*member resources*/
.member-resources{ width:100%; max-width:1920px; height:auto; background:#702c91; margin:0 auto;}
.member-resources .video-wrap{ width:55%; height:auto; float:left;}
.member-resources .video-wrap video{ float:left;}
.member-resources .video-wrap .pic{ width:100%; height:auto;}
.member-resources .content{ width:37%; height:auto; padding:130px 5% 0 3%; float:left;}
.member-resources .content .iconfont{ font-size:18px; text-align:center; color:#702c91; background:#fff; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-resources .content .icon-bell:before{ content:'\e623';}
.member-resources .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-resources .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#fff; text-transform:uppercase; letter-spacing:1.45px;}
.member-resources .content .headline{ padding-top:30px; line-height:1em; font-size:40px; font-family:miller; color:#fff; letter-spacing:-0.375px;}
.member-resources .content .intro{ padding:30px 0 35px; line-height:1.5em; font-size:20px; font-family:mi-light; font-weight:400; color:#fff; letter-spacing:-0.18px;}
.member-resources .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; margin:0; background:#fff; font-size:17px; font-family:mi-bold; font-weight:400; color:#702c91; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.member-resources .content .button a{ width:100%; height:100%; display:block; color:#702c91; position:absolute; left:0; top:0; z-index:3;}
.member-resources .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.member-resources .content .button:hover .zoom{ width:220px; height:220px; margin:-110px 0 0 -110px;}
.member-resources .content .button:hover a{ color:#fff;}
.skin-teal .member-resources{ background:#0ab9a7; background:none;}
.skin-teal .member-resources .content .iconfont{ background:#0ab9a7; color:#fff;}
.skin-teal .member-resources .content .txt{ color:#0ab9a7;}
.skin-teal .member-resources .content .headline{ color:#363436;}
.skin-teal .member-resources .content .intro{ color:#363436;}
.skin-teal .member-resources .content .button{ background:#0ab9a7;}
.skin-teal .member-resources .content .button a{ color:#fff;}
.skin-teal .member-resources .content .button .zoom{ background:#0aa998;}
.skin-teal .member-resources .content .button:hover a{ color:#fff;}

/*member story*/
.member-story{ width:100%; height:auto; min-height:20vw; position:relative; margin:80px auto;}
.member-story .pic{ width:100%; max-width:1920px; height:auto; display:block; margin:0 auto;}
.member-story .content{ width:688px; height:auto; padding:50px 35% 0 6%; padding:6.5vw 712px 0 0; position:absolute; left:50%; top:0; z-index:2; margin-left:-700px;}
.member-story .content .iconfont{ font-size:18px; text-align:center; color:#fff; background:#702c91; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-story .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-story .content .icon-chat-nolines{ font-size:18px; text-align:center; color:#fff; background:#702c91; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-story .content .icon-chat-nolines:before{ content:'\e624';}
.member-story .content .icon-chat-nolines.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-story .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#702c91; text-transform:uppercase; letter-spacing:1.45px;}
.member-story .content .headline{ line-height:1em; padding-top:15px; font-size:55px; font-family:miller; color:#363436; letter-spacing:-1px;}
.member-story .content .intro{ padding:12px 0 30px; line-height:1.5em; font-size:20px; font-family:mi-light; font-weight:400; color:#363436; letter-spacing:-0.18px;}
.member-story .content .intro .line{ padding:0 10px;}
.member-story .content .intro b{ font-family:mi-regular;}
.member-story .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; margin:0; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.member-story .content .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.member-story .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.member-story .content .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px; display:block;}
.member-story .arrow-down{ width:24px; height:24px; line-height:24px; font-size:20px; color:#702c91; position:absolute; left:50%; margin-left:-12px; bottom:15px; cursor:pointer;}
.member-story .arrow-down:before{ content:'\e61c';}
.skin-teal .member-story .content .iconfont { background:#0ab9a7;}
.skin-teal .member-story .content .icon-chat-nolines{ background-color:#0ab9a7;}
.skin-teal .member-story .content .icon-bookmark { background:#fff; color:#0ab9a7; font-size:18px;}
.skin-teal .member-story .content .icon-play { background:#fff; color:#0ab9a7; font-size:18px;}
.skin-teal .member-story .content .txt{ color:#fff;}
.skin-teal .member-story .content .button{ background:#0ab9a7;}
.skin-teal .member-story .content .button a{ color:#fff;}
.skin-teal .member-story .content .button .zoom{  background:#0aa998;}
.skin-teal .member-story .content .button:hover a{ color:#fff;}
.skin-teal .member-story .arrow-down{ color:#0ab9a7;}
.skin-teal.page .member-story .content .button{ background:#fff;}
.skin-teal.page .member-story .content .button a{ color:#0ab9a7;}
.skin-teal.page .member-story .content .button:hover a{ color:#fff;}

/*member hero*/
.member-hero{ width:100%; max-width:1920px; height:auto; position:relative; margin:0 auto;}
.member-hero .pic{ width:100%; height:auto;}
.member-hero .content{ width:843px; height:auto; padding:120px 807px 0 0; position:absolute; left:50%; top:0; z-index:2; margin-left:-700px;}
.member-hero .content .iconfont{ font-size:18px; text-align:center; color:#fff; background:#702c91; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-hero .content .icon-chat-nolines:before{ content:'\e624';}
.member-hero .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-hero .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#702c91; text-transform:uppercase; letter-spacing:1.45px;}
.member-hero .content .headline{ line-height:1em; padding-top:15px; font-size:78px; font-family:miller; color:#363436; letter-spacing:-1px;}
.member-hero .content .intro{ padding:20px 0 30px; line-height:1.5em; font-size:20px; font-family:mi-light; font-weight:400; color:#363436; letter-spacing:-0.18px;}
.member-hero .content .button{ width:200px; height:56px; line-height:56px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.member-hero .content .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.member-hero .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.member-hero .content .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px; display:block;}
.member-hero .arrow-down{ width:24px; height:24px; line-height:24px; font-size:20px; color:#702c91; position:absolute; left:50%; margin-left:-12px; bottom:15px; cursor:pointer;}
.member-hero .arrow-down:before{ content:'\e61c';}
.skin-teal .member-hero .content .iconfont{ background-color:#0ab9a7;}
.skin-teal .member-hero .content .txt{ color:#0ab9a7;}
.skin-teal .member-hero .content .button{ background:#0ab9a7;}
.skin-teal .member-hero .content .button a{ color:#fff;}
.skin-teal .member-hero .content .button .zoom{  background:#0aa998;}
.skin-teal .member-hero .content .button:hover a{ color:#fff;}
.skin-teal .member-hero .arrow-down{ color:#0ab9a7;}

/*member meet*/
.member-meet{ max-width:1920px; padding:80px 0; margin:0 auto 80px; background:#702c91; position:relative;}
.member-meet .meet-animate{ width:100%; height:100%; position:absolute; right:0; top:0; z-index:2; overflow:hidden;}
.member-meet .meet-animate .circle{ width:120px; height:120px; background:#4f0077; border-radius:50%; position:absolute; top:-60px; right:6%; opacity:0; -webkit-transition: all 0.5s; transition: all 0.5s;}
.member-meet .meet-animate .bug{ height:80%; text-align:right; position:absolute; bottom:0; right:6%; opacity:0; -webkit-transition: all 0.5s; transition: all 0.5s;}
.member-meet .meet-animate .bug img{ width:auto; height:100%;}
.member-meet.active .circle{ opacity:1; -webkit-animation: mifadeIn 1s linear; animation: mifadeIn 1s linear;}
.member-meet.active .bug{ opacity:1; -webkit-animation: nationLiu 1s linear; animation: nationLiu 1s linear;}
@-webkit-keyframes mifadeIn {
	0%{ opacity:0.2; -webkit-transform: translate(-550%,150%);}
	20% { opacity:0.4; -webkit-transform: translate(-440%,120%);}
    40% { opacity:0.6; -webkit-transform: translate(-330%,90%);}
	60% { opacity:0.8; -webkit-transform: translate(-220%,60%);}
	80% { opacity:1; -webkit-transform: translate(-110%,30%);}
    100% { opacity:1; -webkit-transform: translate(0,0);}
}
@keyframes mifadeIn {
    0%{ opacity:0.2; transform: translate(-550%,150%);}
	20% { opacity:0.4; transform: translate(-440%,120%);}
    40% { opacity:0.6; transform: translate(-330%,90%);}
	60% { opacity:0.8; transform: translate(-220%,60%);}
	80% { opacity:1; transform: translate(-110%,30%);}
    100% { opacity:1; transform: translate(0,0);}
}

@-webkit-keyframes nationLiu {
	0%{ opacity:0.2; -webkit-transform: translate(-100%,100%);}
	20% { opacity:0.4; -webkit-transform: translate(-80%,80%);}
    40% { opacity:0.6; -webkit-transform: translate(-60%,60%);}
	60% { opacity:0.8; -webkit-transform: translate(-40%,40%);}
	80% { opacity:1; -webkit-transform: translate(-20%,20%);}
    100% { opacity:1; -webkit-transform: translate(0,0);}
}
@keyframes nationLiu {
    0%{ opacity:0.2; transform: translate(-100%,100%);}
	20% { opacity:0.4; transform: translate(-80%,80%);}
    40% { opacity:0.6; transform: translate(-60%,60%);}
	60% { opacity:0.8; transform: translate(-40%,40%);}
	80% { opacity:1; transform: translate(-20%,20%);}
    100% { opacity:1; transform: translate(0,0);}
}
.member-meet .content{ text-align:center; position:relative; z-index:3;}
.member-meet .content .iconfont{ font-size:24px; text-align:center; color:#702c91; background:#fff; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-meet .content .icon-person:before{ content:'\e625';}
.member-meet .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-meet .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#fff; text-transform:uppercase; letter-spacing:1.45px;}
.member-meet .content .headline{ line-height:1em; padding-top:15px; font-size:55px; font-family:miller; color:#fff; letter-spacing:-0.5px;}
.member-meet .content .intro{ width:806px; padding:30px 0 40px; line-height:1.5em; margin:0 auto; font-size:20px; font-family:mi-light; color:#fff; letter-spacing:-0.18px;}
.member-meet .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#fff; font-size:17px; font-family:mi-bold; color:#702c91; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.member-meet .content .button a{ width:100%; height:100%; display:block; color:#702c91; position:absolute; left:0; top:0; z-index:3;}
.member-meet .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.member-meet .content .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px;}
.member-meet .content .button:hover a{ color:#fff;}
.skin-teal .member-meet{ background:#0ab9a7;}
.skin-teal .member-meet .meet-animate .circle{ background:#0aa998;}
.skin-teal .member-meet .content .iconfont{ color:#0ab9a7;}
.skin-teal .member-meet .content .txt{ color:#fff;}
.skin-teal .member-meet .content .button a{ color:#0ab9a7;}
.skin-teal .member-meet .content .button .zoom{ background:#0aa998;}
.skin-teal .member-meet .content .button:hover a{ color:#fff;}

/*member news*/
.member-news{ width:1400px; height:auto; padding-bottom:40px; border-top:2px solid #d7d6d7; border-bottom:2px solid #d7d6d7; margin:110px auto 0;}
.member-news .icon-wrap{ text-align:center; margin-top:-25px;}
.member-news .icon-wrap .iconfont{ font-size:18px; text-align:center; color:#fff; background:#702c91; border-radius:50%; border-left:25px solid #fff; border-right:25px solid #fff; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-news .icon-wrap .icon-bell:before{ content:'\e623';}
.member-news .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-news .icon-wrap .icon-resources{ font-size:24px; text-align:center; color:#fff; background:#0ab9a7; border-radius:50%; border-left:25px solid #fff; border-right:25px solid #fff; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.member-news .icon-wrap .icon-resources:before{ content:'\e628';}
.member-news .icon-wrap .icon-resources.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.member-news .icon-wrap .txt{ display:block; padding-top:5px; line-height:20px; font-family:mi-medium; font-size:15px; color:#702c91; text-transform:uppercase; letter-spacing:1.45px;}
.member-news .headline{ line-height:1em; padding-top:10px; font-size:55px; font-family:miller; color:#363436; text-align:center; letter-spacing:-0.5px;}
.member-news .subtitle{ padding:15px 0 30px; line-height:1.5em; font-size:20px; color:#363436; text-align:center; letter-spacing:-0.35px;}
.member-news .news-wrap{ width:100%; height:auto; position:relative; overflow:hidden;}
.member-news .arrow-left-news{ width:27px; height:62.4vw; position:absolute; left:0px; top:0; z-index:3; cursor:pointer; outline:none; display:none; font-family:"mifont" !important; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:0.2px; -moz-osx-font-smoothing:grayscale;}
.member-news .arrow-left-news:before{ content:''; width:62px; height:62px; background:#fff; border-radius:50%; position:absolute; left:0; top:50%; margin:-31px 0 0 -35px;}
.member-news .arrow-left-news:after{ content:'\e617'; width:20px; height:20px; line-height:20px; font-size:13px; color:#702c91; text-align:center; position:absolute; left:0; top:50%; margin:-10px 0 0 0;}
.member-news .arrow-right-news{ width:27px; height:62.4vw; position:absolute; right:0px; top:0; z-index:3; cursor:pointer; outline:none; display:none; font-family:"mifont" !important; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:0.2px; -moz-osx-font-smoothing:grayscale;}
.member-news .arrow-right-news:before{ content:''; width:62px; height:62px; background:#fff; border-radius:50%; position:absolute; right:0; top:50%; margin:-31px -35px 0 0;}
.member-news .arrow-right-news:after{ content:'\e618'; width:20px; height:20px; line-height:20px; font-size:13px; color:#702c91; text-align:center; position:absolute; right:0; top:50%; margin:-10px 0 0 0;}
.member-news .swiper-container{ width:1425px;}
.member-news .swiper-wrapper{ display:block;}
.member-news .swiper-slide{ width:auto; height: unset;}
.member-news .item{ width:450px; height:auto; margin:0 25px 25px 0; float:left;}
.member-news .item.first{ width:925px;}
.member-news .pic{ width:100%; height:280px; overflow:hidden;}
.member-news .item.first .pic{ height:575px;}
.member-news .pic img{
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.member-news .pic:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.member-news .category{ padding:15px 0 10px; line-height:20px; font-size:12px; font-family:mi-bold; color:#702c91; letter-spacing:1.33px; text-transform:uppercase;}
.member-news .category .line{ width:50px; height:3px; background:#0ab9a7; margin:7px 12px 0 0; float:left;}
.member-news .title{ height:auto; max-height:2.5em; line-height:1.25em; font-size:20px; font-family:miller; color:#363436; letter-spacing:-0.3px; overflow:hidden;}
.member-news .item.first .title{ font-size:32px;}
.member-news .intro{ height:auto; max-height:4.5em; padding:10px 20% 0 0; line-height:1.5em; font-size:14px; font-family:mi-light; color:#363436; letter-spacing:-0.13px; overflow:hidden; display:none;}
.member-news .intro a{ color:#363436;}
.member-news .item.first .intro{ display:block;}
.member-news .more{ height:30px; line-height:30px; margin-top:10px; font-size:17px; font-family:mi-bold; color:#702c91; letter-spacing:0.5px;}
.member-news .more a{ color:#702c91; float:left;}
.member-news .more .dot{ width:12px; height:12px; margin-right:10px; background:#702c91; font-family:arial; color:#fff; text-align:center;  border-radius:50%; float:left; position:relative; top:5px; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.member-news .more .arrow{ width:12px; height:12px; line-height:12px; font-size:0; color:#fff; text-align:center; position:absolute; left:0; top:0; opacity:0; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.member-news .more .arrow:before{ content:'\e618';}
.member-news .more a:hover{ color:#4f0077;}
.member-news .more a:hover .dot{ width:20px; height:20px; top:3px; /*margin-left:30px;*/ background:#4f0077;}
.member-news .more a:hover .arrow{ width:20px; height:20px; line-height:20px; font-size:9px; opacity:1;}
.member-news .page{ display:none;}
.member-news .swiper-lazy-preloader{ --swiper-preloader-color:#702c91; display:none;}
.news-button{ width:200px; border-left:30px solid #fff; border-right:30px solid #fff; margin:-28px auto 120px;}
.news-button.inner{ margin:30px auto -66px;}
.news-button .button{ width:200px; height:56px; line-height:60px; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.news-button .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.news-button .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.news-button .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px; display:block;}
.news-button .button:hover a{ color:#fff;}
.h150{ height:150px;}
.skin-teal .member-news .icon-wrap .icon-bell{ background-color:#0ab9a7;}
.skin-teal .member-news .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .member-news .arrow-left-news:after{ color:#0ab9a7;}
.skin-teal .member-news .arrow-right-news:after{ color:#0ab9a7;}
.skin-teal .member-news .category{ color:#0ab9a7;}
.skin-teal .member-news .category .line{ background:#702c91;}
.skin-teal .member-news .more a{ color:#0ab9a7;}
.skin-teal .member-news .more a:hover{ color:#0aa998;}
.skin-teal .member-news .more .dot{ background:#0ab9a7;}
.skin-teal .member-news .more a:hover .dot{ background:#0aa998;}
.skin-teal .news-button .button{ background:#0ab9a7;}
.skin-teal .news-button .button .zoom{ background:#0aa998;}

/*client case study*/
.client-casestudy{ width:100%; max-width:1920px; height:auto; background:#fff; margin:0 auto;}
.client-casestudy .pic-wrap{ width:55%; height:auto; float:left;}
.client-casestudy .pic-wrap .pic{ width:100%; height:auto;}
.client-casestudy .content{ width:37%; height:auto; padding:120px 5% 0 3%; float:left;}
.client-casestudy .content .iconfont{ font-size:22px; text-align:center; color:#fff; background:#0ab9a7; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.client-casestudy .content .icon-chess:before{ content:'\e626';}
.client-casestudy .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.client-casestudy .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#0ab9a7; text-transform:uppercase; letter-spacing:1.45px;}
.client-casestudy .content .headline{ padding-top:30px; line-height:1em; font-size:40px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.client-casestudy .content .intro{ padding:30px 0 35px; line-height:1.5em; font-size:20px; font-family:mi-light; color:#363436;}
.client-casestudy .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; margin:0; background:#0ab9a7; font-size:17px; font-family:mi-bold; color:#702c91; text-align:center; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.client-casestudy .content .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.client-casestudy .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#0aa998;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.client-casestudy .content .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.client-casestudy .content .button:hover a{ color:#fff;}

/*client white paper*/
.client-whitepaper{ width:100%; max-width:1920px; height:auto; position:relative; margin:80px auto;}
.client-whitepaper .pic{ width:100%; height:auto;}
.client-whitepaper .content{ width:688px; height:auto; padding:6.5vw 712px 0 0; position:absolute; left:50%; top:0; margin-left:-700px;}
.client-whitepaper .content .iconfont{ font-size:18px; text-align:center; color:#0ab9a7; background:#fff; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.client-whitepaper .content .icon-bookmark:before{ content:'\e627';}
.client-whitepaper .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.client-whitepaper .content .txt{ display:block; padding-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#fff; text-transform:uppercase; letter-spacing:1.45px;}
.client-whitepaper .content .headline{ line-height:1em; padding-top:15px; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.client-whitepaper .content .intro{ padding:20px 0 30px; line-height:1.5em; font-size:20px; font-family:mi-light; color:#363436;}
.client-whitepaper .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; margin:0; background:#fff; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.client-whitepaper .content .button a{ width:100%; height:100%; display:block; color:#0ab9a7; position:absolute; left:0; top:0; z-index:3;}
.client-whitepaper .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#0ab9a7;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.client-whitepaper .content .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.client-whitepaper .content .button:hover a{ color:#fff;}

/*let's talk*/
.letus-talk{ width:600px; height:auto; text-align:center; margin:120px auto;}
.letus-talk .logo{ width:50px; height:auto; padding-bottom:10px; border-bottom:6px solid #702c91;}
.letus-talk .intro{ line-height:1.25em; padding:25px 0; font-size:25px; font-family:miller; color:#363436; letter-spacing:-0.25px;}
.letus-talk .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; text-transform:uppercase; letter-spacing:0.5px; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.letus-talk .button.teal{ background:#0ab9a7;}
.letus-talk .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.letus-talk .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.letus-talk .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.letus-talk .button.teal .zoom{ background:#0aa998;}
.skin-teal .letus-talk .button{ background:#0ab9a7;}
.skin-teal .letus-talk .button .zoom{ background:#0aa998;}
.skin-teal .letus-talk .button.purple{ background:#702c91;}
.skin-teal .letus-talk .button.purple .zoom{ background:#4f0077;}

/*client slider*/
.client-slider{ width:100%; max-width:1920px; height:auto; position:relative; margin:0 auto;}
.client-slider .arrow-left-slider{ width:40px; height:100%; line-height:20px; font-size:20px; color:#0ab9a7; text-align:center; position:absolute; left:0px; top:0; z-index:9; cursor:pointer; outline:none;}
.client-slider .arrow-left-slider:before{ content:'\e617'; position:absolute; left:50%; top:50%; margin:-11px 0 0 -8px;}
.client-slider .arrow-right-slider{ width:40px; height:100%; line-height:20px; font-size:20px; color:#0ab9a7; text-align:center; position:absolute; right:0px; top:0; z-index:9; cursor:pointer; outline:none;}
.client-slider .arrow-right-slider:before{ content:'\e618'; position:absolute; left:50%; top:50%; margin:-11px 0 0 -10px;}
.client-slider .line-wrap{ width:920px; width:1120px; height:16px; line-height:16px; border-left:1px solid #fff; border-right:1px solid #fff; position:absolute; left:50%; margin-left:-461px; margin-left:-561px; bottom:40px; z-index:3;}
.client-slider .swiper-container{ width:100%;}
.client-slider .swiper-slide{ width:100%; height:auto; text-align:center;}
.client-slider .swiper-slide .content{ width:100%; width:925px; height:auto; padding-top:10vw; position:absolute; left:50%; top:0; z-index:2; margin-left:-462px;}
.client-slider .swiper-slide .pic{ width:100%; height:auto;}
.client-slider .swiper-slide .iconfont{ font-size:18px; text-align:center; color:#fff; background:#0ab9a7; border-radius:50%;}
.client-slider .swiper-slide .icon-cross:before{ content:'\e629';}
.client-slider .swiper-slide .icon-dollar:before{ content:'\e622';}
.client-slider .swiper-slide .icon-wrench:before{ content:'\e62b';}
.client-slider .swiper-slide .icon-trending-up:before{ content:'\e62a';}
.client-slider .swiper-slide .icon-pills:before{ content:'\e62c';}
.client-slider .swiper-slide .icon-piggy:before{ content:'\e62d';}
.client-slider .swiper-slide .icon-question:before{ content:'\e62e';}
.client-slider .swiper-slide .icon-dna:before{ content:'\e62f';}
.client-slider .swiper-slide .icon-bulb:before{ content:'\e630';}
.client-slider .swiper-slide .headline{ padding:0 20%; padding:0; line-height:1.15em; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px; margin-top:20px;}
.client-slider .swiper-slide .intro{ padding:12px 50px 30px; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px;}
.client-slider .swiper-slide .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#0ab9a7; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.client-slider .swiper-slide .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.client-slider .swiper-slide .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#0aa998;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.client-slider .swiper-slide .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.client-slider .page{ width:100%; text-align:center; position:absolute; left:0; bottom:30px; z-index:9;}
.client-slider .page .dot{
  width:15px;
  height:15px;
  display:inline-block;
  border-radius:50%;
  background:#fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.client-slider .page .swiper-pagination-bullet{ width:35px; height:35px; line-height:35px; font-size:0; color:#000; margin:0 30px; background:transparent; border:1px solid transparent; opacity:1; position:relative;}
.client-slider .page .swiper-pagination-bullet.swiper-pagination-bullet-active{ border:1px solid #0ab9a7;}
.client-slider .page .swiper-pagination-bullet.swiper-pagination-bullet-active .dot{ background:#0ab9a7;}
.client-slider .page span:hover{ background:#0ab9a7;}
.client-slider .page span:hover .dot{ background:#0ab9a7;}
.client-slider .page .iconfont{ width:20px; height:20px; line-height:20px; font-size:16px; color:#fff; position:absolute; left:50%; top:50%; margin:-10px 0 0 -10px; display:none;}
.client-slider .page .icon-01:before{ content:'\e621';}
.client-slider .page .icon-02:before{ content:'\e629';}
.client-slider .page .icon-03:before{ content:'\e628';}
.client-slider .page .icon-04:before{ content:'\e62d';}
.client-slider .page .icon-05:before{ content:'\e62e';}
.client-slider .page .icon-06:before{ content:'\e62c';}
.client-slider .page .icon-07:before{ content:'\e61f';}
.client-slider .page .icon-08:before{ content:'\e61b';}
.client-slider .page .icon-09:before{ content:'\e630';}
.client-slider .page .icon-010:before{ content:'\e620';}
.client-slider .page .icon-011:before{ content:'\e63c';}
.client-slider .page span:hover .iconfont{ display:block;}
.client-slider .page span:before{ content:''; width:50px; height:1px; background:#fff; position:absolute; left:-55px; top:18px;}
.client-slider .page span:after{ content:''; width:50px; height:1px; background:#fff; position:absolute; right:-55px; top:18px;}
.client-slider .swiper-lazy-preloader{ --swiper-preloader-color:#0ab9a7;}

/*slider dropdown*/
.slider-dropdown{ width:100%; height:auto; position:relative;}
.slider-dropdown .drop-top{ width:auto; height:auto; padding:15px 0; background:#702c91;}
.slider-dropdown .drop-top .needing{ width:1400px; height:30px; line-height:30px; font-size:15px; color:#fff; margin:0 auto;}
.slider-dropdown .drop-top .needing span{ font-family:mi-medium; cursor:pointer; text-transform:uppercase; letter-spacing:1.67px;}
.slider-dropdown .drop-top .needing .arrow{ width:12px; height:8px; line-height:8px; font-size:12px; color:#fff; text-align:center; margin-left:10px; -webkit-transition:all 0.5s linear 0s; -moz-transition:all 0.5s linear 0s; -o-transition:all 0.5s linear 0s; -ms-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.slider-dropdown .drop-top .needing .arrow.rotate{ -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg);}
.slider-dropdown .drop-top .needing .arrow:before{ content:'\e61c';}
.slider-dropdown .drop-bot{ width:100%; height:auto; padding:30px 0 50px; background:#fff; border-bottom:6px solid #702c91; position:absolute; left:0; top:60px; z-index:10; display:none;}
.slider-dropdown .drop-bot .answers{ width:1400px; height:auto; margin:0 auto;}
.slider-dropdown .drop-bot .answers .first{ width:53%; height:auto; border-right:2px solid #eaeaea; float:left;}
.slider-dropdown .drop-bot .answers .last{ width:41%; height:auto; padding-left:5%; float:left;}
.slider-dropdown .drop-bot .answers li{ font-size:16px; line-height:1.25em; padding:12px 0; padding-left:42px; color:#363436;}
.slider-dropdown .drop-bot .answers li a{ color:#363436; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.slider-dropdown .drop-bot .answers li a:hover{ color:#0ab9a7;}
.slider-dropdown .drop-bot .answers li .iconfont{ width:32px; height:32px; line-height:32px; font-size:16px; text-align:center; color:#fff; background:#0ab9a7; margin-left:-42px; margin-right:10px; border-radius:50%;}
.slider-dropdown .drop-bot .answers li .icon-cross:before{ content:'\e629';}
.slider-dropdown .drop-bot .answers li .icon-dollar:before{ content:'\e622';}
.slider-dropdown .drop-bot .answers li .icon-wrench:before{ content:'\e62b';}
.slider-dropdown .drop-bot .answers li .icon-trending-up:before{ content:'\e62a';}
.slider-dropdown .drop-bot .answers li .icon-pills:before{ content:'\e62c';}
.slider-dropdown .drop-bot .answers li .icon-piggy:before{ content:'\e62d';}
.slider-dropdown .drop-bot .answers li .icon-question:before{ content:'\e62e';}
.slider-dropdown .drop-bot .answers li .icon-dna:before{ content:'\e62f';}
.slider-dropdown .drop-bot .answers li .icon-bulb:before{ content:'\e630';}

/*banner who we are*/
.banner-who{ width:100%; max-width:1920px; height:auto; min-height:340px; text-align:center; position:relative; margin:0 auto;}
.banner-who .pic{ width:100%; height:auto;}
.banner-who .content{ width:688px; height:auto; padding-top:150px; position:absolute; left:50%; top:0; margin-left:-344px; z-index:1;}
.banner-who .logo{ width:50px; height:auto; padding-bottom:10px; border-bottom:6px solid #0ab9a7;}
.banner-who .welcome{ padding:20px 0; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.5px; text-transform:uppercase;}
.banner-who .headline{ line-height:1em; font-size:78px; font-family:miller; color:#363436; letter-spacing:-1px;}
.banner-who .headline h1{ font-size:68px;}
.banner-who .intro{ padding:12px 0 24px; line-height:1.5em; font-size:20px; color:#363436;}
.banner-who .arrow-down{ width:24px; height:24px; line-height:24px; font-size:20px; color:#702c91; position:absolute; left:50%; margin-left:-12px; bottom:15px; z-index:2; cursor:pointer;}
.banner-who .arrow-down:before{ content:'\e61c';}
.banner-who .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; font-weight:400; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.banner-who .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.banner-who .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.banner-who .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px;}
.skin-teal .banner-who .logo{ border-color:#702c91;}
.skin-teal .banner-who .welcome{ color:#0ab9a7;}
.skin-teal .banner-who .arrow-down{ color:#0ab9a7;}
.skin-teal .banner-who .button{ background:#0ab9a7;}
.skin-teal .banner-who .button .zoom{ background:#0aa998;}

/*who we are*/
.mi-subitems{
  width:100%;
  /*max-width:1920px;*/
  height:auto;
  text-align:center;
}
.mi-subitems .icon-wrap{ width:100%; height:auto; margin-bottom:10px;}
.mi-subitems .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.mi-subitems .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.mi-subitems .icon-wrap .icon-person:before{ content:'\e625';}
.mi-subitems .icon-wrap .icon-star:before{ content:'\e620';}
.mi-subitems .icon-wrap .icon-chess:before{ content:'\e626';}
.mi-subitems .icon-wrap .icon-chess.active{ /*-webkit-transform:rotateY(180deg); transform:rotateY(180deg);*/}
.mi-subitems .icon-wrap .icon-trending-up:before{ content:'\e62a';}
.mi-subitems .icon-wrap .icon-team:before{ content:'\e63b';}
.mi-subitems .icon-wrap .icon-cross:before{ content:'\e629';}
.mi-subitems .icon-wrap .icon-resources:before{ content:'\e628';}
.mi-subitems .icon-wrap .icon-check:before{ content:'\e635';}
.mi-subitems .icon-wrap .icon-bars:before{ content:'\e636';}
.mi-subitems .icon-wrap .icon-heart:before{ content:'\e61f';}
.mi-subitems .icon-wrap .icon-piggy:before{ content:'\e62d';}
.mi-subitems .icon-wrap .icon-cellphone:before{ content:'\e639';}
.mi-subitems .icon-wrap .icon-wrench:before{ content:'\e62b';}
.mi-subitems .icon-wrap .icon-laptop:before{ content:'\e63a';}
.mi-subitems .icon-wrap .icon-bulb:before{ content:'\e630';}
.mi-subitems .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.mi-subitems .title{ line-height:1em; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}

.mi-subitems .notes{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.webform-wrapper { width: 640px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}

.mi-subitems .items-wrap{ width:1400px; height:auto; margin:0 auto;}
.mi-subitems .items-wrap .iconfont{ border:1px solid #702c91; background:#fff; color:#702c91; font-size:24px;}
.mi-subitems .item{ width:30%; margin:30px 1.5% 0; display:inline-block; vertical-align:top; position:relative;}
.mi-subitems .item:after{ content:''; width:1px; height:110px; background:#d7d6d7; position:absolute; top:70px; right:-25px;}
.mi-subitems .item:nth-child(3n+3):after{ width:0; height:0;}
.mi-subitems .item:last-child:after{ width:0; height:0;}
.mi-subitems .subtitle{ line-height:1.2em; font-size:25px; font-family:miller; color:#363436; letter-spacing:-0.2px;}
.mi-subitems .subnotes{ padding-top:10px; line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.mi-subitems .links{ margin:15px 0 25px; font-size:20px; line-height:1.75em;}
.mi-subitems .links a{ color:#0ab9a7; text-decoration:underline;}
.mi-subitems .phones{ margin:20px 0 25px; font-size:20px; line-height:1.75em;}
.mi-subitems .phones .title{ margin-bottom:20px;}
.mi-subitems .button{ width:auto; padding:0 30px; margin:20px 0 0; height:56px; line-height:56px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; font-weight:400; font-size:16px; font-family:Helvetica, sans-serif; font-weight:bold; color:#fff; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.mi-subitems .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; position:relative; left:0; top:0; z-index:3;}
.mi-subitems .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.mi-subitems .button:hover .zoom{ width:400px; height:400px; margin:-200px 0 0 -200px;}
.skin-teal .mi-subitems .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .mi-subitems .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .mi-subitems .items-wrap .iconfont{ border-color:#0ab9a7; background:#fff; color:#0ab9a7;}
.skin-teal .mi-subitems .button{ background:#0ab9a7;}
.skin-teal .mi-subitems .button .zoom{ background:#0aa998;}
.node262 .mi-subitems .item:after{ height:100px; top:10px;}
.mi-subitems .noSubnotes .item:after{ height:100px; top:10px;}


/*How It Helps*/
.how-helps{ width:1400px; height:auto; margin:0 auto;}
.how-helps a:link, .how-helps a:visited {
  color:#702c91; text-decoration:underline;
}
.how-helps a:hover, .how-helps a:active {
  text-decoration:none;
}

.how-helps .item-helps{ margin:20px 0;}
.how-helps .helps-left{ width:950px; height:auto; text-align:left; float:left;}
.how-helps .helps-left .helps-title{ margin:30px 0; font-size:50px; line-height:1.2em; font-family:miller; color:#363436;}
.how-helps .helps-left .helps-list{ font-size:20px; line-height:1.85em; color:#363436; letter-spacing:-0.18px;}
.how-helps .helps-left .helps-list li{ padding-left:18px; position:relative;}
.how-helps .helps-left .helps-list li:before{ content:''; width:8px; height:8px; background:#0ab9a7; border-radius:50%; position:absolute; left:0; top:12px;}
/*.how-helps .helps-left .helps-list a{ color:#702c91; text-decoration:underline;}*/
.how-helps .helps-left .helps-list li em{ font-style:italic;}
.how-helps .helps-left .helps-list li i{ font-style:italic;}
.how-helps .helps-right{ width:400px; height:auto; float:right;}
.how-helps .helps-right img{ width:100%; height:auto;}
.how-helps .item-helps:nth-of-type(2n) .helps-left{ float:right;}
.how-helps .item-helps:nth-of-type(2n) .helps-right{ float:left;}

/*article*/
.article .content a:link, .article .content a:visited { color:#702c91; text-decoration:underline; }
.article .content a:hover, .article .content a:active { text-decoration: none; }

.article .content p{ width:1400px; height:auto; font-size:20px; font-family:mi-light; line-height:1.85em; color:#363436; letter-spacing:-0.18px; margin:24px auto;}
/*.article .content p a{ color:#702c91; text-decoration:underline;}*/
.article .content p em{ font-style:italic;}
.article .content p i{ font-style:italic;}
.article .content img{ width:auto; max-width:50%; height:auto; margin:20px 0 48px 30px; float:right;}
.article .content h1{ width:1400px; height:auto; font-size:78px; line-height:1em; font-family:miller; margin:30px auto;}
.article .content h2{ width:1400px; height:auto; font-size:55px; line-height:1.15em; font-family:miller; color:#363436; margin:30px auto;}
.article .content h3{ width:1400px; height:auto; font-size:40px; line-height:1.15em; font-family:miller; color:#363436; margin:30px auto;}
.article .content h4{ width:1400px; height:auto; font-size:32px; line-height:1.125em; font-family:miller; color:#363436; letter-spacing:-0.3px; margin:30px auto;}
.article .content h5{ width:1400px; height:auto; font-size:25px; line-height:1.2em; font-family:miller; color:#363436; margin:30px auto;}
.article .content h6{ width:1400px; height:auto; font-size:20px; line-height:1.25em; font-family:miller; color:#363436; margin:30px auto;}
.article .content ul{ width:1400px; height:auto; font-size:20px; font-family:mi-light; line-height:1.85em; color:#363436; letter-spacing:-0.18px; margin:24px auto;}
.article .content ul li{ /*list-style:inside;*/ padding-left:15px; position:relative;}
.article .content ul li:before{ content:''; width:6px; height:6px; background:#363436; border-radius:50%; position:absolute; left:0; top:13px;}
/*.article .content ul a{ color:#702c91; text-decoration:underline;}*/
.article .content ul li em{ font-style:italic;}
.article .content ul li i{ font-style:italic;}
.skin-teal .article .content p a{ color:#0ab9a7; }
.skin-teal .article .content ul a{ color:#0ab9a7; }

/*privacy policy*/
.privacy-policy{ width:1400px; height:auto; margin:60px auto;}
.privacy-policy h3,.privacy-policy .headline{ font-size:55px; line-height:1.15em; font-family:miller; letter-spacing:-0.5px;}
.privacy-policy h4,.privacy-policy .subhead{ font-size:32px; line-height:1.125em; font-family:miller; letter-spacing:-0.3px; margin:30px 0 20px;}
.privacy-policy h5{ font-size:17px; line-height:1em; font-family:mi-bold; letter-spacing:0.5px; text-transform:uppercase; margin:30px 0 20px;}
.privacy-policy h5.date{ font-size:12px; margin:15px 0 40px;}
.privacy-policy h6,.privacy-policy .date{ font-size:12px; line-height:1em; font-family:mi-bold; letter-spacing:0.5px; text-transform:uppercase; margin:15px 0 40px;}
.privacy-policy p{ font-size:20px; line-height:1.85em; font-family:mi-light; letter-spacing:-0.18px; margin-top:20px;}
.privacy-policy p.mt10{ margin-top:10px;}
.privacy-policy p a{ color:#0ab9a7; text-decoration:underline;}
.privacy-policy ul{ margin-top:20px;}
.privacy-policy ul li{ /*list-style:inside;*/ padding-left:15px; position:relative; font-size:20px; line-height:1.85em; font-family:mi-light; letter-spacing:-0.18px;}
.privacy-policy ul li:before{ content:''; width:6px; height:6px; background:#363436; border-radius:50%; position:absolute; left:0; top:13px;}
.privacy-policy ul li a{ color:#0ab9a7; text-decoration:underline;}
.privacy-policy em,.privacy-policy i{ font-style:italic;}

/*contact us address*/
.mi-address{ width:100%; max-width:1920px; height:auto; text-align:center; margin:0 auto 84px;}
.mi-address .title{ line-height:1em; padding-bottom:20px; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.mi-address .items-wrap{ width:1400px; height:auto; margin:0 auto;}
.mi-address .items-wrap .iconfont{ border:1px solid #702c91; background:#fff; color:#702c91; font-size:24px;}
.mi-address .item{ width:30%; margin:30px 1.5% 0; display:inline-block; vertical-align:top; position:relative;}
.mi-address .item:after{ content:''; width:1px; height:80px; background:#d7d6d7; position:absolute; top:10px; right:-25px;}
.mi-address .item:nth-child(3n+3):after{ width:0; height:0;}
.mi-address .item:last-child:after{ width:0; height:0;}
.mi-address .item .subtitle{ line-height:1.2em; margin-bottom:10px; font-size:25px; font-family:miller; color:#363436; letter-spacing:-0.2px;}
.mi-address .item .subnotes{ line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.mi-address .item .subnotes a{ text-decoration:none;}
.mi-address .item .subnotes a.link{ text-decoration:underline;}
.mi-address .item p{ line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.mi-address .item p a{ text-decoration:none;}
.mi-address .item p a:hover{ text-decoration:underline;}
.mi-address .item p a.link{ color:#0ab9a7;}
.mi-address .item h5,.mi-address .item h6{ margin-top:5px; line-height:1.5em; font-size:16px; font-family:mi-light; font-weight:bold; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.skin-teal .mi-address .item p a.link{ color:#0ab9a7;}

/*site map*/
.h3-sitemap{ width:1400px; height:auto; line-height:1.2em; font-size:55px; font-family:miller; margin:65px auto 30px;}
.sitemap-menu{ width:1400px; height:auto; margin:20px auto 84px;}
.sitemap-menu .first.expanded{ width:600px; height:auto; padding-right:100px; float:left;}
.sitemap-menu .first.expanded .for-members{ line-height:1.2em; font-size:32px; font-family:miller; margin:30px 0; text-transform:capitalize;}
.sitemap-menu .first.expanded .sitemap-menu{ width:100%; font-size:32px; margin:20px 0;}
.sitemap-menu .first.expanded .leaf{ line-height:1.2em; font-size:22px; font-family:miller; text-transform:capitalize; margin:25px 0;}
.sitemap-menu .first.expanded .sitemap-menu .sitemap-menu{ width:100%; font-size:17px; margin:20px 0 65px;}
.sitemap-menu .first.expanded .sitemap-menu .sitemap-menu .child{ padding-left:20px; margin:20px 0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase; position:relative; vertical-align:top;}
.sitemap-menu .first.expanded .sitemap-menu .sitemap-menu .child a{ color:#702c91;}
.sitemap-menu .first.expanded .sitemap-menu .sitemap-menu .child:before{ content:''; width:12px; height:12px; background:#702c91; border-radius:50%; position:absolute; left:0; top:0;}
.sitemap-menu .last.expanded{ width:598px; height:auto; padding-left:100px; border-left:2px solid #eaeaea; float:left;}
.sitemap-menu .last.expanded .for-clients{ line-height:1.2em; font-size:32px; font-family:miller; margin:30px 0; text-transform:capitalize;}
.sitemap-menu .last.expanded .sitemap-menu{ width:100%; font-size:32px; margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded{ width:auto; padding:0; float:none;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded a{  line-height:1.2em; font-size:22px; font-family:miller; margin:20px 0; text-transform:capitalize;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu{ margin:20px 0 65px;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu .leaf{ padding-left:20px; margin:20px 0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase; position:relative; vertical-align:top;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu .leaf a{ margin:0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu .leaf:before{ content:''; width:12px; height:12px; background:#702c91; border-radius:50%; position:absolute; left:0; top:0;}
.sitemap-menu .last.expanded .sitemap-menu .leaf{ line-height:1.2em; font-size:22px; font-family:miller; text-transform:capitalize; margin:25px 0;}
.sitemap-menu .last.expanded .sitemap-menu .sitemap-menu{ margin:20px 0 65px;}
.sitemap-menu .last.expanded .sitemap-menu .sitemap-menu .leaf{ padding-left:20px; margin:20px 0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase; position:relative; vertical-align:top;}
.sitemap-menu .last.expanded .sitemap-menu .sitemap-menu .leaf a{ margin:0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase;}
.sitemap-menu .last.expanded .sitemap-menu .sitemap-menu .leaf:before{ content:''; width:12px; height:12px; background:#702c91; border-radius:50%; position:absolute; left:0; top:0;}
.sitemap-menu .last.expanded .sitemap-menu .expanded{ margin:20px 0 65px;}
.sitemap-menu .last.expanded .sitemap-menu .expanded a{ line-height:1.2em; font-size:22px; font-family:miller; text-transform:capitalize; margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .expanded .leaf{ padding-left:20px; margin:25px 0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase; position:relative; vertical-align:top;}
.sitemap-menu .last.expanded .sitemap-menu .expanded .leaf a{ margin:0; line-height:17px; font-size:17px; font-family:mi-bold; color:#702c91; text-transform:uppercase;}
.sitemap-menu .last.expanded .sitemap-menu .expanded .leaf:before{ content:''; width:12px; height:12px; background:#702c91; border-radius:50%; position:absolute; left:0; top:0;}
.skin-teal .sitemap-menu .first.expanded .sitemap-menu .sitemap-menu .child a{ color:#0ab9a7;}
.skin-teal .sitemap-menu .first.expanded .sitemap-menu .sitemap-menu .child:before{ background:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu .leaf a{ color:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu .leaf:before{ background:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .sitemap-menu .leaf a{ color:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .sitemap-menu .leaf:before{ background:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .expanded .leaf a{ color:#0ab9a7;}
.skin-teal .sitemap-menu .last.expanded .sitemap-menu .expanded .leaf:before{ background:#0ab9a7;}

/*healthcare provider login*/
.provider-nav{ width:1400px; height:auto; margin:40px auto;}
.provider-nav a{ border-bottom:3px solid #d7d6d7; font-size:13px; font-family:mi-medium; color:#8e8e8e; text-transform:uppercase; letter-spacing:1.45px; float:left;}
.provider-nav a.cur{ color:#0ab9a7;}
.provider-nav a.is-active{ color:#0ab9a7;}
.provider-nav a:hover{ color:#0aa998; border-color:#0aa998;}
.provider-nav sup{ vertical-align:top;}
.provider-nav .line{ width:2px; height:22px; display:inline-block; background:#eaeaea; margin:0 20px; float:left;}
.provider-login{ width:100%; max-width:1920px; height:auto; margin:84px auto;}
.provider-login .icon-wrap{ text-align:center;}
.provider-login .icon-wrap .iconfont{ font-size:18px; text-align:center; color:#fff; border-radius:50%; background:#0ab9a7; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.provider-login .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.provider-login .icon-wrap .txt{ display:block; padding-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; color:#0ab9a7; text-transform:uppercase; letter-spacing:1.45px;}
.provider-login .headline{ margin:20px 0 84px; line-height:1em; font-size:80px; font-family:miller; color:#363436; text-align:center; letter-spacing:-0.5px;}
.provider-login .items-wrap{ width:1400px; height:auto; text-align:center; margin:0 auto;}
.provider-login .item{ width:40%; margin:0 1.5%; display:inline-block; vertical-align:top; position:relative;}
.provider-login .item:after{ content:''; width:2px; height:220px; background:#eaeaea; position:absolute; top:0; right:-4%;}
.provider-login .item:nth-child(2n+2):after{ width:0; height:0;}
.provider-login .item .title{ line-height:1em; font-size:40px; font-family:miller; margin:0 0 15px;}
.provider-login .item .title sup{ vertical-align:top;}
.provider-login .item .intro{ height:8.5em; line-height:1.7em; font-size:16px; font-family:mi-light;}
.provider-login .button{ width:200px; height:56px; line-height:60px; margin:20px auto; background:#0ab9a7; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; text-transform:uppercase; letter-spacing:0.5px; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.provider-login .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.provider-login .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#0aa998;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.provider-login .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}

/*Prior Authorization Forms*/
.authorization-forms{ width:1400px; height:auto; margin:54px auto;}
.authorization-forms .wrap{ width:80%; padding:20px 0; border-bottom:2px solid #eaeaea;}
.authorization-forms .wrap:last-child{border:none;}
.authorization-forms .headline, .authorization-forms h3{ margin-bottom:30px; font-size:55px; line-height:1.15em; font-family:miller; letter-spacing:-0.5px;}
.authorization-forms p{ font-size:20px; line-height:1.5em; font-family:mi-light; letter-spacing:-0.18px; margin:15px 0;}
.authorization-forms p a{ color:#0ab9a7; text-decoration:underline;}
.authorization-forms p a:hover{ color:#0aa998;}
.authorization-forms p a:after{ content:'\e61c'; font-family:mifont; font-size:10px; line-height:1.5em; color:#0ab9a7; display:inline-block; position:relative; top:0; right:-8px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg);}
.authorization-forms .desc{ font-size:20px; line-height:1.85em; font-family:mi-regular;}
.authorization-forms .ft20{ font-size:20px;}
.authorization-forms .ft20 a:after{ display:none;}
.authorization-forms .teal{ color:#0ab9a7; color:#363436;}
.authorization-forms strong{ font-size:17px; letter-spacing:0.5px; font-weight:normal;}
.authorization-forms strong a{ text-decoration:none;}
.authorization-forms strong a:after{ display:none;}
.authorization-forms h4{ padding:10px 0; font-size:32px; line-height:1.125em; font-family:miller; letter-spacing:-0.3px;}
.authorization-forms h4 a{ text-decoration:none;}
.authorization-forms .icon-adobe{ width:16px; height:16px; display:inline-block; margin-right:5px; vertical-align:middle; background:url(../images/acrobaticon.gif) center center no-repeat;}
.authorization-forms .file{ display:block; font-size:20px; line-height:1.5em; font-family:mi-light; letter-spacing:-0.18px; margin:15px 0;}
.authorization-forms .file a{ color:#0ab9a7;}
.authorization-forms .file a:hover{ color:#0aa998;}

/*medimpact direct banner*/
.banner-direct{ width:100%; max-width:1920px; height:auto; min-height:340px; text-align:center; position:relative; margin:0 auto;}
.banner-direct .pic{ width:100%; height:auto;}
.banner-direct .content{ width:688px; height:auto; padding-top:150px; position:absolute; left:50%; top:0; margin-left:-344px; z-index:1;}
.banner-direct .logo{ width:50px; height:auto; padding-bottom:10px; border-bottom:6px solid #0ab9a7;}
.banner-direct .welcome{ padding:20px 0; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.5px; text-transform:uppercase;}
.banner-direct .headline{ width:924px; margin-left:-118px; line-height:1em; font-size:78px; font-family:miller; color:#363436; letter-spacing:-1px;}
.banner-direct .intro{ padding:12px 0 24px; line-height:1.5em; font-size:20px; color:#363436;}
.banner-direct .button{ width:200px; height:56px; line-height:60px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.banner-direct .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.banner-direct .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.banner-direct .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.skin-teal .banner-direct .logo{ border-color:#702c91;}
.skin-teal .banner-direct .welcome{ color:#0ab9a7;}
.skin-teal .banner-direct .headline{ width:100%; margin:0;}
.skin-teal .banner-direct .button{ background:#0ab9a7;}
.skin-teal .banner-direct .button .zoom{ background:#0aa998;}

/*direct different*/
.direct-different{ width:100%; max-width:1920px; height:auto; text-align:center; margin:84px auto 45px;}
.direct-different .icon-wrap{ width:100%; height:auto; margin-bottom:10px;}
.direct-different .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-different .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-different .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-different .icon-wrap .txt div{ margin:0; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-different .headline{ margin:20px 0 0; line-height:1em; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.direct-different .desc{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.careers-desc{ width:924px; height:auto; padding:0 0 20px; line-height:1.5em; font-size:20px; color:#363436; text-align:center; letter-spacing:-0.35px; margin:0 auto;}
.direct-different .items-wrap{ width:1400px; height:auto; margin:0 auto; margin-top:-40px;}
.direct-different .items-wrap .iconfont{ border:1px solid #702c91; background:#fff; color:#702c91; font-size:24px;}
.direct-different .item{ width:30%; margin:70px 1.5% 0; display:inline-block; vertical-align:top; position:relative;}
.direct-different .item:after{ content:''; width:1px; height:100px; background:#d7d6d7; position:absolute; top:10px; right:-23px;}
.direct-different .item:nth-child(3n+3):after{ width:0; height:0;}
.direct-different .item:last-child:after{ width:0; height:0;}
.direct-different .title,.direct-different .subtitle{ line-height:1.5em; font-size:25px; font-family:miller; color:#363436; letter-spacing:-0.2px;}
.direct-different .notes{ padding-top:10px; line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.skin-teal .direct-different .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .direct-different .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .direct-different .items-wrap .iconfont{ border-color:#0ab9a7; background:#fff; color:#0ab9a7;}

/*direct testimonial*/
.direct-commend{ max-width:1920px; padding:84px 0; margin:84px auto; background:#702c91; position:relative;}
.direct-commend .content{ text-align:center; position:relative; z-index:3;}
.direct-commend .content .iconfont{ font-size:24px; text-align:center; color:#702c91; background:#fff; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-commend .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-commend .content .txt{ display:block; padding-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; color:#fff; text-transform:uppercase; letter-spacing:1.45px;}
.direct-commend .content .headline{ width:1164px; line-height:1.2em; padding-top:15px; margin:0 auto; font-size:55px; font-family:miller; color:#fff; letter-spacing:-0.5px;}
.direct-commend .content .intro{ width:806px; padding:30px 0 40px; line-height:1.5em; margin:0 auto; font-size:20px; font-family:mi-light; color:#fff; letter-spacing:-0.18px; display:none;}
.direct-commend .content .button{ width:200px; height:56px; line-height:60px; margin-top:40px; display:inline-block; background:#fff; font-size:17px; font-family:mi-bold; color:#702c91; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.direct-commend .content .button a{ width:100%; height:100%; display:block; color:#702c91; position:absolute; left:0; top:0; z-index:3;}
.direct-commend .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.direct-commend .content .button:hover .zoom{ width:200px; height:200px; margin:-100px 0 0 -100px;}
.direct-commend .content .button:hover a{ color:#fff;}
.skin-teal .direct-commend{ background:#0ab9a7;}
.skin-teal .direct-commend .content .iconfont{ color:#0ab9a7;}
.skin-teal .direct-commend .content .txt{ color:#fff;}
.skin-teal .direct-commend .content .button a{ color:#0ab9a7;}
.skin-teal .direct-commend .content .button .zoom{ background:#0aa998;}
.skin-teal .direct-commend .content .button:hover a{ color:#fff;}

/*direct specialty*/
.direct-specialty{ width:1400px; max-width:1920px; height:auto; margin:45px auto;}
.direct-specialty a:link, .direct-specialty a:visited {
  color: #702c91;
  text-decoration: underline;
}
.direct-specialty a:hover, .direct-specialty a:active {
  text-decoration: none;
}

.skin-teal .direct-specialty a {
  color:#0ab9a7;
}

.direct-specialty .icon-wrap{ width:100%; height:auto; margin-bottom:12px;}
.direct-specialty .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-specialty .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-specialty .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-specialty .headline{ margin:20px 0 0; line-height:1em; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.direct-specialty .desc{ width:80%; height:auto; padding:10px 0; line-height:1.78em; border-bottom:2px solid #eaeaea; font-size:22px; color:#363436; letter-spacing:-0.35px;}
.direct-specialty .desc p{ margin:25px 0; font-family:mi-light;}
/*.direct-specialty .desc p a{ color:#0ab9a7; text-decoration:underline;}*/
.direct-specialty .items-wrap{ width:80%; height:auto;}
.direct-specialty .item{ width:100%; margin:40px 0 50px;}
.direct-specialty .item:last-child{ margin:40px 0 0;}
.direct-specialty .item .title{ margin-bottom:5px; line-height:1.125em; font-size:32px; font-family:miller; color:#363436; letter-spacing:0;}
.direct-specialty .item .notes,.direct-specialty .item p{ padding-top:10px; line-height:1.7em; font-size:20px; font-family:mi-light; color:#363436; letter-spacing:0; word-wrap:break-word;}

/*.direct-specialty .item .notes a,.direct-specialty .item p a{ color:#0ab9a7; text-decoration:underline;}*/
.direct-specialty .item strong, .direct-specialty .item .teal{ font-size:15px; font-family:mi-regular; font-weight:normal; color:#702c91; letter-spacing:2px; text-transform:uppercase;}

.direct-specialty .item .list{ width:100%; height:auto;}
.direct-specialty .item .list li{ width:45%; height:auto; padding:0 15px; line-height:1.5em; margin-top:10px; font-size:16px; font-family:mi-light; float:left; position:relative;}
.direct-specialty .item .list li:before{ content:''; width:8px; height:8px; background:#0ab9a7; border-radius:50%; position:absolute; left:0; top:6px;}
/*.direct-specialty .item .list li a{ color:#0ab9a7; text-decoration:underline;}*/
.skin-teal .direct-specialty .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .direct-specialty .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .direct-specialty .item strong, .skin-teal .direct-specialty .item .teal{ color:#0ab9a7;}
.skin-teal .direct-specialty .item .list li:before{ background:#0ab9a7;}

/*direct provider*/
.direct-provider .item a:link, .direct-provider .item a:visited {
  color: #702c91;
  text-decoration: underline;
}
.direct-provider .item a:hover, .direct-provider a:active {
  text-decoration: none;
}
.skin-teal .direct-provider .item a {
  color: #0ab9a7;
}


.direct-provider{ width:1400px; max-width:1920px; height:auto; margin:24px auto;}
.direct-provider .icon-wrap{ width:100%; height:auto; margin-bottom:12px;}
.direct-provider .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-provider .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-provider .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-provider .headline,.direct-provider h1,.direct-provider h2{ margin:15px 0 60px; line-height:1em; font-size:55px; font-family:miller; color:#363436; letter-spacing:-0.5px;}
.direct-provider .item{ width:80%; padding:60px 0; border-bottom:2px solid #eaeaea;}
.direct-provider .item:last-child{ padding-bottom:0; border:none;}
.direct-provider .item .title,.direct-provider .item h3,.direct-provider .item h4{ margin:30px 0 15px; line-height:1.125em; font-size:32px; font-family:miller; color:#363436; letter-spacing:0;}
.direct-provider .item .notes,.direct-provider .item p{ margin:10px 0; line-height:1.7em; font-size:20px; font-family:mi-light; color:#363436; letter-spacing:0; word-wrap:break-word;}
.direct-provider .item .notes sup,.direct-provider .item p sup{ line-height:0.5em; position:relative; top:5px;}
.direct-provider .item b, .direct-provider .item strong{ padding-right:5px; font-family:mi-medium;}
/*.direct-provider .item a{ font-family:mi-medium; color:#702c91; text-decoration:underline;}*/
.direct-provider .item .list{ width:100%; height:auto;}
.direct-provider .item .list li{ height:auto; padding-left:15px; line-height:1.5em; margin:12px 0; font-size:16px; font-family:mi-light; position:relative;}
.direct-provider .item .list li:before{ content:''; width:8px; height:8px; background:#702c91; border-radius:50%; position:absolute; left:0; top:6px;}
.direct-provider .item .list-odd{ width:100%; height:auto; padding-bottom:10px;}
.direct-provider .item .list-odd li{ width:45%; height:auto; padding:0 15px; line-height:1.5em; margin-top:10px; font-size:16px; font-family:mi-light; float:left; position:relative;}
.direct-provider .item .list-odd li:before{ content:''; width:8px; height:8px; background:#702c91; border-radius:50%; position:absolute; left:0; top:6px;}
/*.direct-provider .item .list-odd li a{ color:#0ab9a7; text-decoration:underline;}*/
.direct-provider .item .button{ width:200px; height:56px; line-height:60px; margin:10px 0 30px; display:inline-block; background:#702c91; font-size:17px; font-family:mi-bold; color:#fff; text-align:center; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.direct-provider .item .button.large{ width:240px;}
.direct-provider .item .button a{ width:100%; height:100%; display:block; color:#fff; text-decoration:none; position:absolute; left:0; top:0; z-index:3;}
.direct-provider .item .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.direct-provider .item .button:hover .zoom{width:200px; height:200px; margin:-100px 0 0 -100px;}
.direct-provider .item .button.large:hover .zoom{width:240px; height:240px; margin:-120px 0 0 -120px;}
.skin-teal .direct-provider .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .direct-provider .icon-wrap .txt{ color:#0ab9a7;}
/*.skin-teal .direct-provider .item a{ color:#0ab9a7;}*/
.skin-teal .direct-provider .item .list li:before{ background:#0ab9a7;}
.skin-teal .direct-provider .item .list-odd li:before{ background:#0ab9a7;}
.skin-teal .direct-provider .item .button{ background:#0ab9a7;}
.skin-teal .direct-provider .item .button a{ color:#fff;}
.skin-teal .direct-provider .item .button .zoom{ background:#0aa998;}

/*direct member*/
.direct-member{ width:100%; max-width:1920px; height:auto; text-align:center; margin:84px auto 45px;}
.direct-member .icon-wrap{ width:100%; height:auto; margin-bottom:10px;}
.direct-member .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-member .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-member .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-member .headline{ margin:20px 0 0; line-height:1.2em; font-size:55px; font-family:miller; color:#363436; letter-spacing:0;}
.direct-member .desc{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.direct-member .items-wrap{ width:1400px; height:auto; margin:0 auto;}
.direct-member .items-wrap .iconfont{ border:1px solid #702c91; background:#fff; color:#702c91; font-size:24px;}

.direct-member .item{ width:23%; margin:40px 0.5%; display:inline-block; vertical-align:top; position:relative;}
.direct-member .item:after{ content:''; width:1px; height:110px; background:#d7d6d7; position:absolute; top:10px; right:-10px;}
.direct-member .item:nth-child(4n+4):after{ width:0; height:0;}


.direct-member .title{ line-height:1.2em; font-size:25px; font-family:miller; color:#363436; letter-spacing:0;}
.direct-member .subtitle{ line-height:1.2em; font-size:25px; font-family:miller; color:#363436; letter-spacing:0;}
.direct-member .notes{ padding-top:10px; line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.direct-member .subnotes{ padding-top:10px; line-height:1.5em; font-size:16px; font-family:mi-light; color:#363436; letter-spacing:-0.15px; word-wrap:break-word;}
.skin-teal .direct-member .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .direct-member .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .direct-member .items-wrap .iconfont{ border-color:#0ab9a7; background:#fff; color:#0ab9a7;}

/*direct started*/
.direct-started{ width:100%; max-width:1920px; height:auto; background:#702c91; margin:45px auto 84px;}
.direct-started .content{ width:35%; height:auto; padding:8vw 5% 0 5%; float:left;}
.direct-started .content .iconfont{ font-size:22px; text-align:center; color:#702c91; background:#fff; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-started .content .icon-bell:before{ content:'\e623';}
.direct-started .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-started .content .txt{ display:block; padding-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; font-weight:400; color:#fff; text-transform:uppercase; letter-spacing:1.45px;}
.direct-started .content .headline{ padding-top:20px; line-height:1.15em; font-size:40px; font-family:miller; color:#fff; letter-spacing:0;}
.direct-started .content .intro{ padding:20px 0 25px; line-height:1.6em; font-size:20px; font-family:mi-light; font-weight:400; color:#fff; letter-spacing:-0.18px;}
.direct-started .content .button{ width:200px; height:56px; line-height:60px; display:inline-block; margin:0; background:#fff; font-size:17px; font-family:mi-bold; font-weight:400; color:#702c91; text-align:center; letter-spacing:0.5px; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.direct-started .content .button a{ width:100%; height:100%; display:block; color:#702c91; position:absolute; left:0; top:0; z-index:3;}
.direct-started .content .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.direct-started .content .button:hover .zoom{ width:220px; height:220px; margin:-110px 0 0 -110px;}
.direct-started .content .button:hover a{ color:#fff;}
.direct-started .pic{ width:55%; height:auto; float:left;}
.direct-started .pic img{ width:100%; height:auto;}
.skin-teal .direct-started{ background:#0ab9a7; background:none;}
.skin-teal .direct-started .content .iconfont{ background:#0ab9a7; color:#fff;}
.skin-teal .direct-started .content .txt{ color:#0ab9a7;}
.skin-teal .direct-started .content .headline{ color:#363436;}
.skin-teal .direct-started .content .intro{ color:#363436;}
.skin-teal .direct-started .content .button{ background:#0ab9a7;}
.skin-teal .direct-started .content .button a{ color:#fff;}
.skin-teal .direct-started .content .button .zoom{ background:#0aa998;}
.skin-teal .direct-started .content .button:hover a{ color:#fff;}

/*direct download App*/
.direct-app{ width:100%; max-width:1920px; height:auto; margin:84px auto;}
.direct-app .content a:link, .direct-app .content a:visited {
  color:#702c91;
  text-decoration: underline;
}
.direct-app .content a:hover, .direct-app .content a:active {
  text-decoration: none;
}

.skin-teal .direct-app .content a {
  color: #0ab9a7;
}

.direct-app .pic{ width:55%; height:auto; float:left;}
.direct-app .pic img{ width:100%; height:auto;}
.direct-app .content{ width:39%; height:auto; padding:40px 3% 0 3%; float:left;}
.direct-app .content .iconfont{ font-size:24px; text-align:center; color:#fff; background:#702c91; border-radius:50%; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-app .content .icon-bell:before{ content:'\e623';}
.direct-app .content .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-app .content .txt{ display:block; padding-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; text-transform:uppercase; letter-spacing:1.45px;}
.direct-app .content .headline{ padding-top:15px; line-height:1.15em; font-size:40px; font-family:miller; letter-spacing:0;}
.direct-app .content .intro{ padding:25px 0 10px; line-height:1.6em; font-size:20px; font-family:mi-light; letter-spacing:-0.18px;}
/*.direct-app .content .intro a{ color:#702c91; font-family:mi-medium; text-decoration:underline;}*/
.direct-app .content .list{ width:100%; height:auto;}
.direct-app .content .list li{ height:auto; padding-left:15px; margin-top:12px; line-height:1.5em; font-size:16px; font-family:mi-light; position:relative;}
.direct-app .content .list li:before{ content:''; width:8px; height:8px; background:#702c91; border-radius:50%; position:absolute; left:0; top:6px;}
.direct-app .content .app-download img{  margin-right:10px;}
.direct-app .content .app-download img.app-store{ margin-right:10px;}
.skin-teal .direct-app .content .iconfont{ background:#0ab9a7;}
.skin-teal .direct-app .content .txt{ color:#0ab9a7;}

/*direct FAQs*/
.direct-faqs{ width:1160px; height:auto; border-bottom:2px solid #eaeaea; margin:84px auto;}
.direct-faqs .icon-wrap{ width:100%; height:auto; margin-bottom:10px; text-align:center;}
.direct-faqs .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.direct-faqs .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.direct-faqs .icon-wrap .txt{ display:block; margin-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.direct-faqs .headline{ margin:15px 0 40px; line-height:1.2em; font-size:55px; font-family:miller; color:#363436; text-align:center; letter-spacing:0;}
.direct-faqs .desc{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.direct-faqs .item{ padding:30px 0; border-top:2px solid #eaeaea;}
.direct-faqs .item .faqs{ line-height:1.2em; font-size:32px; font-family:miller; color:#363436; letter-spacing:0; position:relative; cursor:pointer; padding-right: 50px; }
.direct-faqs .item .faqs sup{ line-height:0.5em; position:relative; top:5px;}
.direct-faqs .item .faqs .arrow{ width:24px; height:16px; line-height:16px; font-size:24px; color:#702c91; text-align:center; position:absolute; right:20px; top:12px; opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -webkit-transition:all 0.5s linear 0s; -moz-transition:all 0.5s linear 0s; -o-transition:all 0.5s linear 0s; -ms-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.direct-faqs .item .faqs .arrow.rotate{ -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.direct-faqs .item .faqs .arrow:before{ content:'\e61c';}
.direct-faqs .item .dropdown{ width:100%; height:auto; padding-top:10px; display:none;}
.direct-faqs .item .dropdown h3,.direct-faqs .item .dropdown h4,.direct-faqs .item .dropdown h5{ margin:40px 0 0; line-height:1.5em; font-size:20px; font-family:mi-medium; text-transform:uppercase;}
.direct-faqs .item .dropdown p{ margin-top:10px; line-height:1.7em; font-size:20px; font-family:mi-light; word-wrap:break-word;}
.direct-faqs .item .dropdown p a{ font-family:mi-medium; color:#702c91; text-decoration:underline;}
.direct-faqs .item .dropdown ul{ width:100%; height:auto; margin-top:5px;}
.direct-faqs .item .dropdown ul li{ height:auto; line-height:1.7em; font-size:20px; font-family:mi-light; list-style:inside; position:relative;}
.direct-faqs .item .dropdown ul li:before{ content:''; width:5px; height:5px; background:#702c91; border-radius:50%; position:absolute; left:0; top:12px; display:none;}
.direct-faqs .item .dropdown ul li .day{ width:160px; display:inline-block;}
.skin-teal .direct-faqs .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .direct-faqs .icon-wrap .txt{ color:#0ab9a7;}

/*careers banner*/
.banner-careers{ width:100%; max-width:1920px; height:auto; min-height:340px; text-align:center; position:relative; margin:0 auto;}
.banner-careers .pic{ width:100%; height:auto;}
.banner-careers .content{ width:924px; height:auto; padding-top:200px; position:absolute; left:50%; top:0; margin-left:-462px; z-index:1;}
.banner-careers .logo{ width:50px; height:auto; padding-bottom:10px; border-bottom:6px solid #0ab9a7;}
.banner-careers .welcome{ padding:20px 0; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.5px; text-transform:uppercase;}
.banner-careers .headline{ line-height:1em; font-size:78px; font-family:miller; color:#363436; letter-spacing:-1px;}
.banner-careers .intro{ width:688px; padding:12px 0 24px; margin:0 auto; line-height:1.5em; font-size:20px; color:#363436;}
.banner-careers .button{ width:300px; height:56px; line-height:57px; display:inline-block; background:#702c91; font-size:17px; font-family:Helvetica; font-weight:bold; color:#fff; text-align:center; text-transform:uppercase; cursor:pointer; border-radius:28px; overflow:hidden; position:relative; z-index:4;}
.banner-careers .button a{ width:100%; height:100%; display:block; color:#fff; position:absolute; left:0; top:0; z-index:3;}
.banner-careers .button .zoom{
	width:0; height:0; display:block; margin:0; border-radius:50%; position:absolute; left:50%; top:50%; z-index:2; background:#4f0077;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.banner-careers .button:hover .zoom{width:300px; padding: 0 30px; height:300px; margin:-150px 0 0 -150px;}
.skin-teal .banner-careers .logo{ border-color:#702c91;}
.skin-teal .banner-careers .welcome{ color:#0ab9a7;}
.skin-teal .banner-careers .button{ background:#0ab9a7;}
.skin-teal .banner-careers .button .zoom{ background:#0aa998;}

/*careers benefits*/
.careers-benefits{ width:100%; max-width:1920px; height:auto; text-align:center; margin:84px auto 45px;}
.careers-benefits .icon-wrap{ width:100%; height:auto; margin-bottom:10px;}
.careers-benefits .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.careers-benefits .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.careers-benefits .icon-wrap .txt{ display:block; margin-top:5px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.careers-benefits .headline{ margin:20px 0 0; line-height:1.2em; font-size:55px; font-family:miller; color:#363436; letter-spacing:0;}
.careers-benefits .desc{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.careers-benefits .list{ width:924px; height:auto; text-align:left; margin:0 auto;}
.careers-benefits .list li{ width:45%; height:auto; padding:0 15px; line-height:1.5em; margin-top:10px; font-size:16px; font-family:mi-light; float:left; position:relative;}
.careers-benefits .list li:before{ content:''; width:8px; height:8px; background:#702c91; border-radius:50%; position:absolute; left:0; top:6px;}
.skin-teal .careers-benefits .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .careers-benefits .icon-wrap .txt{ color:#0ab9a7;}
.skin-teal .careers-benefits .list li:before{ background:#0ab9a7;}

/*careers FAQs*/
.careers-faqs{ width:1160px; height:auto; border-bottom:2px solid #eaeaea; margin:84px auto;}
.careers-faqs .icon-wrap{ width:100%; height:auto; margin-bottom:10px; text-align:center;}
.careers-faqs .icon-wrap .iconfont{ font-size:24px; text-align:center; color:#fff; border-radius:50%; background:#702c91; opacity:0; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.careers-faqs .icon-wrap .iconfont.active{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.careers-faqs .icon-wrap .txt{ display:block; margin-top:10px; line-height:20px; font-size:15px; font-family:mi-medium; color:#702c91; letter-spacing:1.45px; text-transform:uppercase;}
.careers-faqs .headline{ margin:15px 0 40px; line-height:1.2em; font-size:55px; font-family:miller; color:#363436; text-align:center; letter-spacing:0;}
.careers-faqs .desc{ width:924px; padding:20px 20%; padding:20px 0; line-height:1.5em; font-size:20px; color:#363436; letter-spacing:-0.35px; margin:0 auto;}
.careers-faqs .item{ padding:30px 0; border-top:2px solid #eaeaea;}
.careers-faqs .item .faqs{ line-height:1.2em; font-size:32px; font-family:miller; color:#363436; letter-spacing:0; position:relative; cursor:pointer;}
.careers-faqs .item .faqs .arrow{ width:24px; height:16px; line-height:16px; font-size:24px; color:#702c91; text-align:center; position:absolute; right:20px; top:12px; opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -webkit-transition:all 0.5s linear 0s; -moz-transition:all 0.5s linear 0s; -o-transition:all 0.5s linear 0s; -ms-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.careers-faqs .item .faqs .arrow.rotate{ -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.careers-faqs .item .faqs .arrow:before{ content:'\e61c';}
.careers-faqs .item .dropdown{ width:100%; height:auto; padding-top:10px; line-height:1.7em; font-size:20px; font-family:mi-light; word-wrap:break-word; display:none;}
.skin-teal .careers-faqs .icon-wrap .iconfont{ background:#0ab9a7;}
.skin-teal .careers-faqs .icon-wrap .txt{ color:#0ab9a7;}

@media screen and (max-width:1600px){
.member-focus .swiper-slide .content{ padding-top:6vw;}
.client-whitepaper .content{ padding:5vw 712px 0 0;}
.member-story .content{ padding:5vw 712px 0 0;}
.member-resources .content{ padding-top:80px;}
.client-casestudy .content{ padding-top:70px;}
.client-slider .swiper-slide .content{ padding-top:8vw;}
.banner-direct .content{ padding-top:7vw;}
.skin-teal .banner-direct .content{ padding-top:150px;}
.direct-app .content{ padding-top:5px;}
.direct-app .content .intro{ padding-top:20px;}
.direct-app .content .list li{ margin-top:8px;}
.banner-careers .content{ padding-top:10vw;}

.client-help .scroll-help .swiper-slide{ width:auto; height: 570px; }
.client-help .scroll-help .item{ width:100%; height: 400px; }
}

@media screen and (max-width:1440px){
.member-focus .swiper-slide .content{ width:1200px; margin-left:-600px; padding-top:6vw;}
.member-focus .swiper-slide .welcome{ padding:10px 0;}
.member-focus .swiper-slide .headline{ font-size:65px;}
.member-focus .swiper-slide .intro{ padding:12px 25% 25px;}
.client-slider .swiper-slide .content{ padding-top:7vw;}
.client-whitepaper .content{ padding:4vw 712px 0 0;}
.member-story .content{ padding:3.5vw 712px 0 0;}
.member-resources .content{ padding-top:45px;}
.client-casestudy .content{ padding-top:30px;}
.banner-direct .content{ padding-top:5vw;}
.banner-direct .headline{ width:788px; margin-left:-50px; font-size:70px;}
.skin-teal .banner-direct .content{ padding-top:150px;}
.skin-teal .banner-direct .headline{ font-size:70px;}
.direct-started .content{ padding-top:6vw;}
.direct-app .content .headline{ padding-top:10px;}
.direct-app .content .intro{ padding:10px 0 5px;}
.direct-app .content .list li{ margin-top:6px;}
.banner-careers .content{ padding-top:8vw;}

.client-help .scroll-help .swiper-slide{
  width:auto;
  height: 520px;
}
.client-help .scroll-help .item{
  width:100%;
  height: 400px;
}
}

@media screen and (max-width:1439px){
.member-focus .swiper-slide .content{ width:1200px; margin-left:-600px; padding-top:6vw;}
.member-focus .swiper-slide .welcome{ padding:10px 0;}
.member-focus .swiper-slide .headline{ font-size:65px;}
.member-focus .swiper-slide .intro{ padding:12px 25% 25px;}
.member-help{ width:1200px;}
.member-help .notes-help{ padding:0 20% 30px;}
.member-help .list-help{ width:1221px;}
.member-help .list-help .item{ width:386px; margin:0 21px 21px 0;}
.member-help .list-help .item .top{ height:386px;}
.member-help .list-help .item .notes{}
.member-help .list-help .item .notes .intro{ height:96px; height:auto;}
.client-help .notes-help{ padding:20px 25% 40px;}
.client-help .arrow-left-help:after{ font-size:14px;}
.client-help .arrow-right-help:after{ font-size:14px;}
.client-help .scroll-help .item .notes .title{ font-size:20px;}
.client-viewall{ width:1200px;}
.member-resources .content{ width:37%; padding:40px 5% 0 3%;}
.member-resources .content .headline{ padding-top:20px;}
.member-resources .content .intro{ padding:15px 0 25px;}
.member-story .content{ width:688px; padding:45px 35% 0 6%; padding:45px 512px 0 0; margin-left:-600px;}
.member-story .content .headline{}
.member-story .content .intro{ padding:12px 0 25px; font-size:18px;}
.skin-teal.page .member-story .content .headline{ font-size:46px; line-height:1em; letter-spacing:-0.5px;}
.member-hero .content{ width:593px; padding:80px 607px 0 0; margin-left:-600px;}
.member-hero .content .headline{}
.member-hero .content .intro{ padding:15px 0 25px; font-size:18px;}
.member-meet .content .intro{ padding:30px 0 40px;}
.member-news{ width:1200px;}
.member-news .swiper-container{ width:1225px;}
.member-news .item{ width:400px;}
.member-news .item.first{ width:775px;}
.member-news .pic{ height:250px;}
.member-news .item.first .pic{ height:480px;}
.client-casestudy .content{ width:39%; padding:30px 3% 0 3%;}
.client-casestudy .content .headline{ padding-top:20px;}
.client-casestudy .content .intro{ padding:15px 0 25px;}
.client-whitepaper .content{ padding:4.5vw 512px 0 0; margin-left:-600px;}
.client-whitepaper .content .headline{ font-size:46px;}
.client-whitepaper .content .intro{ padding:15px 0 20px; font-size:18px;}
.client-slider .swiper-slide .content{ padding-top:7vw;}
.client-slider .swiper-slide .headline{ font-size:50px; line-height:1em;}
.slider-dropdown .drop-top .needing{ width:1200px;}
.slider-dropdown .drop-bot .answers{ width:1200px;}
.slider-dropdown .drop-bot .answers li{ font-size:15px;}
.banner-who .content{ padding-top:120px;}
.mi-subitems .items-wrap{ width:1200px;}
.mi-subitems .subtitle{ font-size:22px;}
.mi-subitems .subnotes{ font-size:14px;}
.mi-subitems .item:after{ right:-18px;}
.node262 .mi-subitems .item:after{}
.how-helps{ width:1200px;}
.how-helps .helps-left{ width:750px;}
.article .content p{ width:1200px;}
.article .content h1{ width:1200px;}
.article .content h2{ width:1200px;}
.article .content h3{ width:1200px;}
.article .content h4{ width:1200px;}
.article .content h5{ width:1200px;}
.article .content h6{ width:1200px;}
.article .content ul{ width:1200px;}
.privacy-policy{ width:1200px;}
.mi-address .items-wrap{ width:1200px;}
.mi-address .item:after{ right:-18px;}
.mi-address .item .subtitle{ font-size:22px;}
.mi-address .item .subnotes{ font-size:14px;}
.mi-address .item p{ font-size:14px;}
.h3-sitemap{ width:1200px;}
.sitemap-menu{ width:1200px;}
.sitemap-menu .first.expanded{ width:500px;}
.sitemap-menu .last.expanded{ width:498px;}
.provider-nav{ width:1200px;}
.provider-login .items-wrap{ width:1200px;}
.provider-login .item .intro{ height:10.2em;}
.authorization-forms{ width:1200px;}
.banner-direct .content{ padding-top:5vw;}
.skin-teal .banner-direct .content{ padding-top:120px;}
.direct-different .items-wrap{ width:1200px;}
.direct-specialty{ width:1200px;}
.direct-provider{ width:1200px;}
.direct-member .items-wrap{ width:1200px;}
.direct-member .title{ font-size:22px;}
.direct-member .subtitle{ font-size:22px;}
.direct-started .content{ padding-top:5vw;}
.direct-app .content .list li{ margin-top:4px; font-size:15px;}
.banner-careers .content{ padding-top:7vw;}
}

@media screen and (max-width:1280px){
.member-focus .swiper-slide .headline{ font-size:60px;}
.client-casestudy .content .headline{ font-size:35px;}
.banner-direct .content{ padding-top:4vw;}
.skin-teal .banner-direct .content{ padding-top:120px;}
.direct-app .content{ padding-top:0;}
.direct-app .content .headline{ padding-top:5px; font-size:36px;}
.direct-app .content .intro{ line-height:1.5em; font-size:18px;}
.direct-app .content .list li{ margin-top:3px;}

}

@media screen and (max-width:1279px){
.member-focus .swiper-slide .content{ width:960px; margin-left:-480px; padding-top:5vw;}
.member-focus .swiper-slide .logo{ width:40px;}
.member-focus .swiper-slide .welcome{ font-size:14px;}
.member-focus .swiper-slide .headline{ font-size:50px; padding:0 20%;}
.member-focus .swiper-slide .intro{ padding:12px 25% 20px; font-size:16px;}
.member-focus .swiper-slide .button{ width:130px; height:36px; line-height:36px; font-size:15px; border-radius:18px;}
.member-focus .page{ bottom:15px;}
.member-help{ width:960px; margin:50px auto 30px;}
.member-help .h2-help{ font-size:50px;}
.member-help .notes-help{ padding:0 10% 30px;}
.member-help .list-help .item{ width:306px; margin:0 21px 21px 0;}
.member-help .list-help .item .top{ height:306px;}
.member-help .list-help .item .top .iconfont{ width:50px; height:50px; line-height:50px; font-size:20px; bottom:-25px;}
.member-help .list-help .item .notes{ margin:30px 0 0 35px;}
.member-help .list-help .item .notes .title{ font-size:28px;}
.member-help .list-help .item .notes .intro{ font-size:13px; line-height:18px; height:72px; height:auto;}
.client-help{ margin:50px auto;}
.client-help .h2-help{ font-size:50px;}
.client-help .notes-help{ padding:20px 18% 40px; font-size:18px;}
.client-help .arrow-left-help:after{ font-size:12px;}
.client-help .arrow-right-help:after{ font-size:12px;}
.client-help .scroll-help .item .top .iconfont{ width:50px; height:50px; line-height:50px; bottom:-25px; font-size:20px;}
.client-help .scroll-help .item .notes{ margin:30px 10px 0 40px;}
.client-help .scroll-help .item .notes .title{ font-size:18px; margin-bottom:10px;}
.client-help .scroll-help .item .notes .more{ font-size:14px;}
.client-viewall{ width:960px; margin:50px auto 40px;}
.client-viewall .button-wrap{ width:130px; margin:-18px auto 0;}
.client-viewall .button{ height:36px; line-height:36px; border-radius:18px; font-size:14px;}
.member-resources .content{ width:39%; padding:30px 3% 0 3%;}
.member-resources .content .txt{ font-size:14px;}
.member-resources .content .headline{ padding-top:10px; font-size:36px;}
.member-resources .content .intro{ padding:10px 0 20px; font-size:15px;}
.member-resources .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.member-story{ margin:50px auto;}
.member-story .content{ padding:40px 35% 0 5%; width:500px; padding:30px 460px 0 0; margin-left:-480px;}
.member-story .content .txt{ font-size:14px;}
.member-story .content .headline{ font-size:40px; padding-top:10px;}
.member-story .content .intro{ padding:12px 0 20px; font-size:14px;}
.member-story .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.member-story .arrow-down{ font-size:16px;}
.skin-teal.page .member-story .content .headline{ font-size:36px; padding-top:10px;}
.member-hero .content{ width:400px; padding:60px 560px 0 0; margin-left:-480px;}
.member-hero .content .txt{ font-size:14px;}
.member-hero .content .headline{ font-size:45px; padding-top:10px;}
.member-hero .content .intro{ padding:10px 0 20px; font-size:14px;}
.member-hero .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.member-hero .arrow-down{ font-size:16px;}
.member-meet{ padding:50px 0; margin:0 auto 50px;}
.member-meet .meet-animate .circle{ width:100px; height:100px; top:-50px;}
.member-meet .content .txt{ font-size:14px;}
.member-meet .content .headline{ font-size:50px;}
.member-meet .content .intro{ padding:30px 0 40px;}
.member-meet .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.member-news{ width:960px;}
.member-news .swiper-container{ width:980px;}
.member-news .item{ width:300px; margin:0 20px 20px 0;}
.member-news .item.first{ width:640px;}
.member-news .pic{ height:185px;}
.member-news .item.first .pic{ height:400px;}
.member-news .intro{ max-height:6em; padding:10px 10% 0 0;}
.member-news .more{ font-size:14px;}
.news-button{ width:150px; border-left-width:20px; border-right-width:20px; margin:-23px auto 120px;}
.news-button .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.client-casestudy .content{ width:40%; padding:30px 2% 0 3%;}
.client-casestudy .content .txt{ font-size:14px;}
.client-casestudy .content .headline{ padding-top:10px; font-size:32px;}
.client-casestudy .content .intro{ padding:10px 0 20px; font-size:14px;}
.client-casestudy .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.client-whitepaper{ margin:50px auto;}
.client-whitepaper .content{ width:520px; padding:4.5vw 440px 0 0; margin-left:-480px;}
.client-whitepaper .content .txt{ font-size:14px;}
.client-whitepaper .content .headline{ font-size:36px; padding-top:10px;}
.client-whitepaper .content .intro{ padding:10px 0 20px; font-size:14px;}
.client-whitepaper .content .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.letus-talk{ margin:120px auto;}
.letus-talk .logo{ width:40px;}
.letus-talk .intro{ padding:20px 0;}
.letus-talk .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.client-slider .swiper-slide .content{ width:640px; padding-top:5vw; margin-left:-320px;}
.client-slider .swiper-slide .headline{ font-size:40px;}
.client-slider .swiper-slide .intro{ padding:12px 50px 30px; font-size:16px;}
.client-slider .swiper-slide .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.client-slider .swiper-slide .button{ width:130px; height:36px; line-height:36px; font-size:14px; border-radius:18px;}
.client-slider .page{ bottom:20px;}
.client-slider .page .swiper-pagination-bullet{ margin:0 15px;}
.client-slider .page span:before{ width:25px; left:-30px;}
.client-slider .page span:after{ width:25px; right:-30px;}
.client-slider .line-wrap{ width:631px; width:771px; margin-left:-316px; margin-left:-386px; bottom:30px;}
.slider-dropdown .drop-top .needing{ width:960px;}
.slider-dropdown .drop-bot{ padding:20px 0 30px;}
.slider-dropdown .drop-bot .answers{ width:960px;}
.slider-dropdown .drop-bot .answers .first{ width:48%; padding-right:3%;}
.slider-dropdown .drop-bot .answers .last{ width:45%; padding-left:3%;}
.slider-dropdown .drop-bot .answers li .iconfont{}
.slider-dropdown .drop-bot .answers li a{ margin-top:6px;}
.banner-who .content{ padding-top:60px;}
.banner-who .headline{ font-size:60px;}
.banner-who .intro{ font-size:18px;}
.banner-who .intro h1 { font-size: 50px;}

.banner-who .arrow-down{ font-size:16px;}
.banner-who .button{ width:130px; height:36px; line-height:36px; font-size:15px; border-radius:18px;}
/*.mi-subitems{ margin:50px auto;}*/
.mi-subitems .title{ font-size:50px;}


  .mi-subitems .notes,
  .webform-wrapper{ padding:20px 10%; padding:20px 0; font-size:18px;}

  .mi-subitems .items-wrap{ width:960px;}
.mi-subitems .item{ margin:20px 1.5% 0;}
.mi-subitems .subtitle{ font-size:18px;}
.mi-subitems .subnotes{ font-size:13px;}
.mi-subitems .item:after{ height:90px; right:-15px;}
.how-helps{ width:960px;}
.how-helps .helps-left{ width:560px;}
.how-helps .helps-left .helps-title{ font-size:40px; margin:20px 0;}
.how-helps .helps-right{ width:360px;}
.how-helps .helps-left .helps-list{ font-size:18px;}
.how-helps .helps-left .helps-list li:before{ top:10px;}
.article .content p{ width:960px;}
.article .content h1{ width:960px;}
.article .content h2{ width:960px;}
.article .content h3{ width:960px;}
.article .content h4{ width:960px;}
.article .content h5{ width:960px;}
.article .content h6{ width:960px;}
.article .content ul{ width:960px;}
.privacy-policy{ width:960px;}
.mi-address .items-wrap{ width:960px;}
.mi-address .item:after{ right:-15px;}
.mi-address .item .subtitle{ font-size:18px;}
.mi-address .item .subnotes{ font-size:13px;}
.mi-address .item p{ font-size:13px;}
.h3-sitemap{ width:960px;}
.sitemap-menu{ width:960px;}
.sitemap-menu .first.expanded{ width:400px; padding-right:80px;}
.sitemap-menu .last.expanded{ width:398px; padding-left:80px;}
.provider-nav{ width:960px;}
.provider-login .items-wrap{ width:960px;}
.provider-login .item{ width:45%;}
.provider-login .item .title{ font-size:32px;}
.authorization-forms{ width:960px;}
.banner-direct .content{ padding-top:3vw; width:600px; margin-left:-300px;}
.banner-direct .welcome{ padding:20px 0 0;}
.banner-direct .headline{ width:100%; margin:0; font-size:45px;}
.banner-direct .intro{ font-size:18px;}
.skin-teal .banner-direct .content{ padding-top:60px; width:688px; margin-left:-344px;}
.skin-teal .banner-direct .welcome{ padding:20px 0;}
.skin-teal .banner-direct .headline{ font-size:60px;}
.direct-different .items-wrap{ width:960px;}
.direct-different .item:after{ height:120px;}
.direct-commend .content .headline{ width:80%; font-size:32px;}
.direct-specialty{ width:960px;}
.direct-provider{ width:960px;}
.direct-provider .item{ width:90%;}
.direct-provider .item .list-odd li{ width:48%; padding:0 0 0 15px;}
.direct-member .headline{ font-size:40px;}
.direct-member .items-wrap{ width:960px;}
.direct-member .title{ font-size:18px;}
.direct-member .subtitle{ font-size:18px;}
.direct-member .item:after{ height:90px;}
.direct-started .content{ width:39%; padding:3vw 3% 0 3%;}
.direct-started .content .headline{ padding-top:10px; font-size:36px;}
.direct-started .content .intro{ padding:10px 0 20px; line-height:1.5em; font-size:18px;}
.direct-app .content{ width:43%; padding:0 0 0 2%;}
.direct-app .content .headline{ line-height:1em; font-size:30px;}
.direct-app .content .intro{ line-height:1em; font-size:16px;}
.direct-app .content .list li{ margin-top:0; font-size:13px;}
/*.direct-app .content .app-download img{ height:32px;}*/
.direct-faqs{ width:960px;}
.banner-careers .content{ padding-top:5vw;}
.banner-careers .welcome{ padding:20px 0 10px;}
.banner-careers .headline{ font-size:60px;}
.banner-careers .intro{ font-size:18px;}
.careers-faqs{ width:960px;}
.careers-faqs .item .faqs{ padding-right:60px;}
}

@media screen and (max-width:1020px){
.member-focus .swiper-slide .content{ width:730px; margin-left:-365px; padding-top:20px;}
.member-focus .swiper-slide .logo{ width:30px; border-width:4px;}
.member-focus .swiper-slide .welcome{ font-size:12px; padding:5px 0;}
.member-focus .swiper-slide .headline{ font-size:32px; padding:0 25%;}
.member-focus .swiper-slide .intro{ font-size:12px;}
.member-focus .page{ bottom:10px;}
.member-help{ width:730px; margin:40px auto 20px;}
.member-help .icon-wrap .txt{ font-size:12px;}
.member-help .h2-help{ font-size:32px; margin:10px 0 15px;}
.member-help .notes-help{ padding:0 15% 10px; font-size:14px;}
.member-help .list-help{ width:750px;}
.member-help .list-help .item{ width:230px; margin:0 20px 20px 0;}
.member-help .list-help .item .top{ height:230px;}
.member-help .list-help .item .notes{ padding-left:15px;}
.member-help .list-help .item .notes .title{ font-size:20px;}
.member-help .list-help .item .notes .intro{ font-size:12px; height:72px; height:auto;}
.member-help .list-help .item .notes .more{ font-size:14px;}
.client-help .arrow-left-help{ height:32vw;}
.client-help .arrow-right-help{ height:32vw;}
.client-help .h2-help{ font-size:40px;}
.client-help .notes-help{ padding:10px 15% 20px; font-size:16px;}
.client-viewall{ width:730px;}
.member-resources .content{ width:41%; padding:15px 2% 0 2%;}
.member-resources .content .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-resources .content .txt{ font-size:13px;}
.member-resources .content .headline{ padding-top:5px; font-size:24px;}
.member-resources .content .intro{ padding:10px 0; font-size:12px;}
.member-story{ margin:40px auto;}
.member-story .content{ padding:20px 30% 0 3%; width:430px; padding:5vw 300px 0 0; margin-left:-365px;}
.member-story .content .icon-chat-nolines{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-story .content .headline{ font-size:30px; padding-top:5px;}
.member-story .content .intro{ padding:6px 0; font-size:12px;}
.member-story .arrow-down{ font-size:14px; bottom:10px;}
.member-hero .content{ width:360px; padding:40px 370px 0 0; margin-left:-365px;}
.member-hero .content .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-hero .content .headline{ font-size:35px; padding-top:5px;}
.member-hero .content .intro{ padding:10px 0; font-size:12px;}
.member-hero .arrow-down{ font-size:14px; bottom:10px;}
.member-meet .content .iconfont{ width:40px; height:40px; line-height:40px;}
.member-meet .content .headline{ font-size:40px;}
.member-meet .content .intro{ width:688px; padding:15px 0 20px; font-size:18px;}
.member-news{ width:730px; margin:60px auto 0;}
.member-news .icon-wrap .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-news .icon-wrap .icon-resources{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-news .icon-wrap .txt{ font-size:14px;}
.member-news .headline{ font-size:40px;}
.member-news .subtitle{ padding:10px 0 20px;}
.member-news .swiper-container{ width:750px;}
.member-news .item{ width:230px;}
.member-news .item.first{ width:480px;}
.member-news .pic{ height:145px;}
.member-news .item.first .pic{ height:300px;}
.member-news .category{ letter-spacing:0.75px;}
.member-news .intro{ max-height:7.5em;}
.member-news .more{ font-size:14px;}
.news-button{ margin:-23px auto 60px;}
.client-casestudy .content{ width:41%; padding:10px 2% 0 2%;}
.client-casestudy .content .iconfont{ width:40px; height:40px; line-height:40px; font-size:18px;}
.client-casestudy .content .txt{ font-size:13px; color:#0ab9a7;}
.client-casestudy .content .headline{ padding-top:5px; font-size:24px;}
.client-casestudy .content .intro{ padding:10px 0; font-size:12px;}
.client-whitepaper{ margin:40px auto;}
.client-whitepaper .content{ width:430px; padding:3vw 300px 0 0; margin-left:-365px;}
.client-whitepaper .content .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.client-whitepaper .content .txt{ color:#fff;}
.client-whitepaper .content .headline{ font-size:28px; padding-top:5px;}
.client-whitepaper .content .intro{ padding:10px 0; font-size:12px;}
.letus-talk{ margin:60px auto;}
.client-slider .swiper-slide .content{ padding-top:45px;}
.client-slider .swiper-slide .headline{ padding:0 10%; font-size:30px; margin-top:10px;}
.client-slider .swiper-slide .intro{ padding:20px 15%; padding:15px 15%; font-size:12px;}
.client-slider .page{ bottom:15px;}
.client-slider .line-wrap{ bottom:25px;}
.slider-dropdown .drop-top{ padding:10px 0;}
.slider-dropdown .drop-top .needing{ width:730px; font-size:14px;}
.slider-dropdown .drop-bot{ top:50px; padding:15px 0 20px;}
.slider-dropdown .drop-bot .answers{ width:730px;}
.slider-dropdown .drop-bot .answers li{ font-size:14px;}
.banner-who .content{ padding-top:60px;}
.banner-who .logo{ width:30px; border-width:4px;}
.banner-who .welcome{ padding:10px 0 15px; font-size:14px;}
.banner-who .headline{ font-size:40px;}
.banner-who .headline h1{ font-size:55px;}

.banner-who .intro{ padding:12px 0 20px; font-size:15px;}
.banner-who .intro h1{ font-size: 40px; }
.banner-who .arrow-down{ font-size:14px; bottom:10px;}
.mi-subitems .title{ font-size:40px;}


  .mi-subitems .notes,
  .webform-wrapper{ width:640px; padding:15px 10%; padding:15px 0; font-size:16px;}

  .mi-subitems .items-wrap{ width:730px;}
.mi-subitems .item{ margin:20px 1.5% 0;}
.mi-subitems .subtitle{ font-size:20px;}
.mi-subitems .subnotes{ font-size:13px;}
.mi-subitems .item:after{ height:110px;}
.how-helps{ width:730px;}
.how-helps .helps-left{ width:400px;}
.how-helps .helps-left .helps-title{ font-size:35px; margin:15px 0;}
.how-helps .helps-right{ width:300px;}
.how-helps .helps-left .helps-list{ font-size:15px; line-height:1.5em;}
.how-helps .helps-left .helps-list li:before{ top:10px;}
.article .content p{ width:730px;}
.article .content h1{ width:730px;}
.article .content h2{ width:730px;}
.article .content h3{ width:730px;}
.article .content h4{ width:730px;}
.article .content h5{ width:730px;}
.article .content h6{ width:730px;}
.article .content ul{ width:730px;}
.privacy-policy{ width:730px; margin:50px auto;}
.privacy-policy h3,.privacy-policy .headline{ font-size:45px; }
.privacy-policy h4,.privacy-policy .subhead{ font-size:32px;}
.privacy-policy h5{ font-size:15px;}
.privacy-policy p{ font-size:17px;}
.privacy-policy ul li{ font-size:17px;}
.mi-address{ margin:0 auto 60px;}
.mi-address .items-wrap{ width:730px;}
.mi-address .title{ font-size: 35px;}
.h3-sitemap{ width:730px;}
.sitemap-menu{ width:730px;}
.sitemap-menu .first.expanded{ width:365px; padding-right:0;}
.sitemap-menu .last.expanded{ width:310px; padding-left:50px;}
.provider-nav{ width:730px;}
.provider-nav a{ font-size:12px;}
.provider-nav .line{ margin:0 15px;}
.provider-login .items-wrap{ width:730px;}
.provider-login .item .intro{ height:13.6em;}
.authorization-forms{ width:730px;}
.authorization-forms .wrap{ width:100%;}
.banner-direct .content{ padding-top:60px;}
.banner-direct .logo{ width:30px; border-width:4px;}
.banner-direct .welcome{ padding:10px 0 15px; font-size:14px;}
.banner-direct .headline{ font-size:40px;}
.banner-direct .intro{ padding:12px 0 20px; font-size:15px;}
.direct-different .headline{ font-size:45px;}
.direct-different .desc{ width:80%;}
.careers-desc{ width:80%;}
.direct-different .items-wrap{ width:730px;}
.direct-different .title,.direct-different .subtitle{ margin-top:10px; line-height:1.2em; font-size:20px;}
.direct-different .item:after{ height:100px;}
.direct-specialty{ width:730px;}
.direct-specialty .desc{ width:100%;}
.direct-specialty .items-wrap{ width:100%;}
.direct-provider{ width:730px;}
.direct-provider .item{ width:100%; padding:40px 0;}
.direct-provider .headline, .direct-provider h1, .direct-provider h2{ margin:15px 0 30px; font-size:50px;}
.direct-provider .item .title, .direct-provider .item h3, .direct-provider .item h4{ font-size:28px;}
.direct-provider .item .list-odd li{ width:auto; float:none;}
.banner-direct .content{ padding-top:3vw;}
.banner-direct .welcome{ padding:10px 0 0;}
.banner-direct .headline{ width:auto; padding:0 15%; font-size:40px;}
.banner-direct .intro{ padding:10px 10%; font-size:14px;}
.skin-teal .banner-direct .content{ padding-top:40px;}
.skin-teal .banner-direct .welcome{ padding:20px 0;}
.skin-teal .banner-direct .headline{ width:auto; font-size:40px;}
.skin-teal .banner-direct .intro{ padding:12px 10%; font-size:18px;}
.direct-member .headline{ font-size:32px;}
.direct-member .items-wrap{ width:730px;}
.direct-member .title{ font-size:18px;}
.direct-member .subtitle{ font-size:18px;}
.direct-member .item:after{ height:100px;}
.direct-started .content .headline{ padding-top:0; font-size:30px;}
.direct-started .content .intro{ padding:10px 0; line-height:1.5em; font-size:14px;}
.direct-started .content .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.direct-app{ width:730px;}
.direct-app .pic{ width:100%; margin-bottom:20px; float:none;}
.direct-app .content{ width:100%; padding:0; float:none;}
.direct-app .content .headline{ padding-top:15px; font-size:35px;}
.direct-app .content .intro{ padding:25px 0 10px; font-size:20px;}
.direct-app .content .list li{ margin-top:5px; font-size:16px;}
/*.direct-app .content .app-download img{ height:40px;}*/
.direct-faqs{ width:730px;}
.direct-faqs .headline{ font-size:45px;}
.direct-faqs .item .faqs{ font-size:28px;}
.banner-careers .content{ width:688px; margin-left:-344px; padding-top:5vw;}
.banner-careers .logo{ width:40px;}
.banner-careers .welcome{ padding:10px 0 5px;}
.banner-careers .headline{ font-size:40px;}
.banner-careers .intro{ width:auto; padding:12px 10%; font-size:16px;}
.banner-careers .button{ width:260px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.careers-faqs{ width:730px;}
.careers-faqs .headline{ font-size:45px;}
.careers-faqs .item .faqs{ font-size:25px;}
}

@media screen and (max-width:980px){
.member-focus .swiper-slide .content{ padding-top:60px;}
}

@media screen and (max-width:768px){
.member-focus .swiper-slide .content{ padding-top:20px;}
.member-story .content{ padding:3vw 300px 0 0;}
.skin-teal.page .member-story .content .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.skin-teal.page .member-story .content .headline{ font-size:28px; padding-top:5px;}
.client-slider .page .swiper-pagination-bullet{ width:29px; height:29px; line-height:29px;}
.client-slider .page span:before{ top:14px;}
.client-slider .page span:after{ top:14px;}
.client-slider .line-wrap{ width:705px; margin-left:-353px; bottom:23px;}
}
/**
* Mobile
*/

@media screen and (max-width:767px){
.member-focus{ background:#702c91;}
.skin-teal .member-focus{ background:#0ab9a7;}
.skin-teal .member-focus .swiper-slide .pic{ }
.skin-teal .member-focus .swiper-slide .button{ background:#fff;}
.skin-teal .member-focus .swiper-slide .button a{ color:#0ab9a7;}
.member-focus .arrow-left{ width:30px; height:44.6vw; height:67vw; background-size:30% auto; font-size:16px;}
.member-focus .arrow-right{ width:30px; height:44.6vw; height:67vw; background-size:30% auto; font-size:16px;}
.member-focus .swiper-slide{ width:100vw; overflow:hidden;}
.member-focus .swiper-slide .pic{ width:100%; margin-left:0; max-width: 767px;}
.member-focus .swiper-slide.left .pic{ margin-left:0;}
.member-focus .swiper-slide.right .pic{ margin-left:-50%;}
.member-focus .swiper-slide .content{ width:100%; margin:0; position:static; padding:20px 0 30px;}
.member-focus .swiper-slide .logo{ display:none;}
.member-focus .swiper-slide .welcome{ display:none;}
.member-focus .swiper-slide .headline{ padding:0 5vw; font-size:36px; line-height:1.2em; color:#fff; text-align:left;}
.member-focus .swiper-slide .intro{ padding:20px 5vw 30px; line-height:1.5em; font-size:15px; color:#fff; text-align:left;}
.member-focus .swiper-slide .intro br{ display:none;}
.member-focus .swiper-slide .button{ width:150px; height:46px; line-height:46px; border-radius:23px; background:#fff; color:#702c91;}
.member-focus .swiper-slide .button a{ background:none; color:#702c91;}
.member-focus .page{ bottom:auto; top:38vw; top:60vw;}
.member-focus .page .swiper-pagination-bullet{ width:8px; height:8px; margin:0 4px;}
.member-help{ width:auto; margin:40px 5vw 20px;}
.member-help .icon-wrap .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.member-help .h2-help{ font-size:35px;}
.member-help .notes-help{ padding:0 5% 10px; font-size:15px;}
.member-help .list-help{ width:100%;}
.member-help .list-help .item{ width:100%; margin:0 0 20px 0;}
.member-help .list-help .item .top{ height:auto;}
.member-help .list-help .item .top a{ height:auto;}
.member-help .list-help .item .notes{ margin:30px 20px 0 35px; padding-left:10px;}
.member-help .list-help .item .notes .intro{ height:auto; line-height:1.75em; font-size:15px;}
.member-help .list-help .item .top .pic{  -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.member-help .list-help .item .top:hover .pic{ -webkit-transform: scale(1); transform: scale(1);}

.client-help{ margin:40px auto 10px; overflow:visible;}
.client-help.mobile-client-slider{ display:block;}
.client-help .arrow-left-help{ display:none;}
.client-help .arrow-right-help{ display:none;}
.client-help .icon-wrap .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.client-help .icon-wrap .txt{ font-size:14px;}
.client-help .h2-help{ font-size:35px;}
.client-help .notes-help{ padding:10px 5% 20px; font-size:15px;}

.client-help .scroll-help{ width:auto; margin:0 5vw;}
.client-help .scroll-help .swiper-wrapper{ display:block;}
.client-help .scroll-help .item .top .iconfont{ display:block;}
.client-help .scroll-help .item .notes{ display:block; margin:30px 10px 30px 40px}

.client-help .scroll-help .swiper-slide{ width:auto; height: 60vh;  }
.client-help .scroll-help .item{ width:100%; height: 40vh; }

.client-help .scroll-help .swiper-slide:nth-child(4),
.client-help .scroll-help .swiper-slide:nth-child(5),
.client-help .scroll-help .swiper-slide:nth-child(6),
.client-help .scroll-help .swiper-slide:nth-child(7),
.client-help .scroll-help .swiper-slide:nth-child(8),
.client-help .scroll-help .swiper-slide:nth-child(9){ display:none;}

.client-viewall{ width:100%; margin:30px auto 40px;}
.client-viewall .button-wrap{ width:150px; margin:-23px auto 0;}
.client-viewall .button{ height:46px; line-height:46px; border-radius:23px; font-size:14px;}
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(4),
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(5),
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(6),
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(7),
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(8),
.client-help.mobile-client-slider .scroll-help .swiper-slide:nth-child(9){ display:block;}


.member-news .news-wrap{
  height: 40vh;
}

.member-resources{ margin:20px 0;}
.member-resources .video-wrap{ width:100%; float:none;}
.member-resources .video-wrap video{ float:none;}
.member-resources .video-wrap .pic{ width:90%; margin: 5% 5% 0 5%;}
.member-resources .content{ width:auto; padding:30px 5vw; float:none;}
.member-resources .content .headline{ font-size:21px;}
.member-resources .content .intro{ padding:15px 0 20px; line-height:1.75em; font-size:15px;}
.member-resources .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.member-story{ width:auto; position:static; margin:40px 5vw; overflow-x:hidden;}
.member-story .pic{ width:180%; margin-left:-80%;}
.member-story .content{ width:100%; margin:0; padding:20px 0 0 0; position:static;}
.member-story .content .headline{ padding-top:10px; font-size:35px;}
.member-story .content .intro{ padding:15px 0 25px; line-height:1.75em; font-size:15px;}
.member-story .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.member-story .arrow-down{ display:none;}
.skin-teal.page .member-story{ margin:40px 0;}
.skin-teal.page .member-story .content{ padding:30px 5vw; margin:0; background:#0ab9a7;}
.skin-teal.page .member-story .content .headline{ color:#fff;}
.skin-teal.page .member-story .content .intro{ color:#fff;}
.member-hero{ width:100%; overflow-x:hidden;}
.member-hero .pic{ width:180%; margin-left:-80%;}
.member-hero .content{ width:auto; margin:0; padding:25px 5vw; position:static; background:#702c91;}
.member-hero .content .iconfont{ background:#fff; color:#702c91;}
.member-hero .content .txt{ font-size:12px; color:#fff;}
.member-hero .content .headline{ padding-top:10px; font-size:36px; color:#fff;}
.member-hero .content .intro{ padding:15px 0; line-height:1.75em; font-size:15px; color:#fff;}
.member-hero .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.member-hero .arrow-down{ display:none;}
.member-meet{ padding:40px 0; margin:0 auto 40px;}
.member-meet .meet-animate{ display:none;}
.member-meet .content .iconfont{ width:40px; height:40px;}
.member-meet .content .txt{ color:#fff;}
.member-meet .content .headline{ font-size:35px;}
.member-meet .content .intro{ width:auto; font-size:15px; line-height:1.75em; padding:25px 5% 30px;}
.member-meet .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.member-news{ width:100%;}
.member-news .headline{ font-size:35px;}
.member-news .arrow-left-news{ display:block;}
.member-news .arrow-right-news{ display:block;}
.member-news .swiper-container{ width:100%;}
.member-news .swiper-wrapper{ display:flex;}
.member-news .swiper-slide{ width:100vw;}
.member-news .item{ width:100%; margin:0; float:none;}
.member-news .item.first{ width:100%;}
.member-news .pic{ height:auto;}
.member-news .item.first .pic{ height:auto;}
.member-news .pic img{ height:auto; -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.member-news .pic:hover img{ -webkit-transform: scale(1); transform: scale(1);}
.member-news .intro{ display:none;}
.member-news .item.first .intro{ display:none;}
.member-news .item.first .title{ font-size:20px;}
.member-news .category{ padding:15px 5vw 10px 8vw;}
.member-news .item .title{ padding:0 5vw 0 8vw;}
.member-news .intro{ padding:0 5vw 0 8vw;}
.member-news .more{ padding-left:8vw;}
.h150{ height:100px;}
.client-casestudy{ width:auto; margin:0 5vw;}
.client-casestudy .pic-wrap{ width:100%; float:none;}
.client-casestudy .content{ width:auto; padding:30px 0 0; float:none;}
.client-casestudy .content .intro{ padding:15px 0 20px; line-height:1.75em; font-size:15px;}
.client-casestudy .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.client-whitepaper{ width:auto; position:static; margin:40px 0; overflow-x:hidden;}
.client-whitepaper .pic{ width:180%; margin-left:-80%;}
.client-whitepaper .content{ width:auto; padding:30px 5vw; margin:0; background:#0ab9a7; position:static;}
.client-whitepaper .content .headline{ padding-top:10px; color:#fff;}
.client-whitepaper .content .intro{ padding:15px 0 25px; line-height:1.75em; font-size:15px; color:#fff;}
.client-whitepaper .content .button{ width:150px; height:46px; line-height:46px; border-radius:23px;}
.letus-talk{ width:auto; margin:60px 5vw;}
.letus-talk .intro{ padding:25px 0; font-size:20px;}
.client-slider{ padding-bottom:20px; background:#0ab9a7; display:none;}
.client-slider .arrow-left-slider{ width:30px; height:44.6vw; background-size:30% auto; font-size:16px;}
.client-slider .arrow-right-slider{ width:30px; height:44.6vw; background-size:30% auto; font-size:16px;}
.client-slider .swiper-slide .content{ width:100%; margin:0; padding-top:20px; position:static;}
.client-slider .swiper-slide .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px; background:#fff; color:#0ab9a7;}
.client-slider .swiper-slide .headline{ font-size:18px; line-height:1.25em; color:#fff; margin:10px 0 0; font-size:30px; padding:0 5%;}
.client-slider .swiper-slide .intro{ padding:15px 10% 20px; font-size:15px; color:#fff;}
.client-slider .swiper-slide .button{ background:#fff; color:#0ab9a7;}
.client-slider .swiper-slide .button a{ color:#0ab9a7;}
.client-slider .page{ bottom:auto; top:38vw;}
.slider-dropdown .drop-top{ padding:10px 5vw;}
.slider-dropdown .drop-top .needing{ width:100%;}
.slider-dropdown .drop-top .needing .arrow{ margin-left:20px;}
.slider-dropdown .drop-bot{ padding:5px 0; border-bottom-width:4px;}
.slider-dropdown .drop-bot .answers{ width:100%;}
.slider-dropdown .drop-bot .answers .first{ width:100%; padding:0; border:0; float:none;}
.slider-dropdown .drop-bot .answers .last{ width:100%; padding:0; float:none;}
.slider-dropdown .drop-bot .answers li{ padding:18px 15px 18px 50px; border-bottom:1px solid #0ab9a7;}
.slider-dropdown .drop-bot .answers li .iconfont{ width:25px; height:25px; line-height:25px; font-size:12px; margin-left:-36px; margin-right:0;}
.slider-dropdown .drop-bot .answers li a{ margin-top:0; padding-left:10px;}
.slider-dropdown .drop-bot .answers .last li:last-child{ border:none;}
.banner-who{ overflow-x:hidden;}
.banner-who .pic{ width:150%; margin-left:0;}
.banner-who.left .pic{ width:150%; margin-left:0;}
.banner-who.right .pic{ width:150%; margin-left:-50%;}
.banner-who .content{ width:auto; padding:30px 5vw; margin:0; background:#702c91; text-align:left; position:static;}
.banner-who .logo{ display:none;}
.banner-who .welcome{ color:#fff; display:none;}
.banner-who .headline{ padding:0; font-size:36px; color:#fff;}
.banner-who .headline h1{ font-size:36px;}
.banner-who .intro{ padding:15px 0 5px; color:#fff;}
.banner-who .arrow-down{ display:none;}
.banner-who .button{ width:150px; height:46px; line-height:46px; border-radius:23px; margin:15px 0 0; background:#fff;}
.banner-who .button a{ color:#702c91;}
.banner-who .button:hover a{ color:#fff;}
.skin-teal .banner-who .pic{}
.skin-teal .banner-who .content{ background:#0ab9a7;}
.skin-teal .banner-who .button{ background:#fff;}
.skin-teal .banner-who .button a{ color:#0ab9a7;}
.skin-teal  .banner-who .button:hover a{ color:#fff;}

  .mi-subitems{
  width:auto;
  /*margin:40px 5vw;*/
}
.mi-subitems .icon-wrap .txt{ font-size:14px;}
.mi-subitems .title{ font-size:30px;}


  .mi-subitems .notes,
  .webform-wrapper { width:100%; padding:15px 0 5px; font-size:15px;}

  .mi-subitems .items-wrap{ width:100%;}
.mi-subitems .icon-wrap .iconfont{ width:40px; height:40px; line-height:40px; font-size:16px;}
.mi-subitems .items-wrap .iconfont{ font-size:18px;}
.mi-subitems .item{ width:100%; margin:30px 0 0; display:block;}
.mi-subitems .item:after{ display:none;}
.mi-subitems .links{ font-size:18px;}
.mi-subitems .phones{ font-size:16px;}
.mi-subitems .button{ height:46px; line-height:46px; border-radius:23px;}
.how-helps{ width:100%;}
.how-helps .helps-left{ width:100%; float:none;}
.how-helps .item-helps{ margin:0;}
.how-helps .helps-left .helps-title{ font-size:30px; margin:0 0 15px;}
.how-helps .helps-right{ width:100%; margin:15px 0; float:none;}
.how-helps .helps-left .helps-list{ font-size:16px; line-height:1.5em;}
.how-helps .helps-left .helps-list li:before{ top:8px;}
.article .content p{ width:auto; margin:5vw; font-size:16px;}
.article .content img{ margin:0; max-width:100%; float:none;}
.article .content h1{ width:auto; margin:5vw; font-size:36px;}
.article .content h2{ width:auto; margin:5vw; font-size:30px;}
.article .content h3{ width:auto; margin:5vw; font-size:26px;}
.article .content h4{ width:auto; margin:5vw; font-size:25px;}
.article .content h5{ width:auto; margin:5vw; font-size:22px;}
.article .content h6{ width:auto; margin:5vw; font-size:22px;}
.article .content ul{ width:auto; margin:5vw; font-size:16px;}
.article .content ul li:before{ top:10px;}
.privacy-policy{ width:auto; margin:50px 5vw;}
.privacy-policy h3,.privacy-policy .headline{ font-size:35px;}
.privacy-policy h4,.privacy-policy .subhead{ font-size:30px;}
.privacy-policy h5{ font-size:15px;}
.privacy-policy h6, .privacy-policy .date{ margin:15px 0;}
.privacy-policy p{ font-size:17px; text-align:left;}
.privacy-policy ul li{ font-size:17px; text-align:left;}
.privacy-policy ul li:before{ top:10px;}
.mi-address{ width:auto; margin:40px 5vw;}
.mi-address .title{ font-size:30px; padding:0;}
.mi-address .items-wrap{ width:100%;}
.mi-address .item{ width:100%; margin:30px 0 0; display:block;}
.mi-address .item:after{ display:none;}
.mi-address .item .subtitle{ font-size:20px;}
.mi-address .item .subnotes{ font-size:15px;}
.mi-address .item p{ font-size:15px;}
.h3-sitemap{ width:auto; font-size:35px; margin:30px 5vw;}
.sitemap-menu{ width:auto; margin:20px 5vw;}
.sitemap-menu .first.expanded{ width:100%; padding-right:0;}
.sitemap-menu .first.expanded .for-members{ font-size:24px; margin:20px 0;}
.sitemap-menu .first.expanded .leaf{ font-size:18px; margin:20px 0;}
.sitemap-menu .first.expanded .sitemap-menu .sitemap-menu{ margin:20px 0 30px;}
.sitemap-menu .last.expanded{ width:100%; padding-left:0; padding-top:20px; border-left:none; border-top:2px dashed #eaeaea;}
.sitemap-menu .last.expanded .for-clients{ font-size:24px; margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded a{ font-size:18px; margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .first.expanded .sitemap-menu{ margin:0;}
.sitemap-menu .last.expanded .sitemap-menu .leaf{ font-size:18px; margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .sitemap-menu{ margin:0;}
.sitemap-menu .last.expanded .sitemap-menu .expanded{ margin:20px 0;}
.sitemap-menu .last.expanded .sitemap-menu .expanded a{ font-size:18px;}
.provider-nav{ width:100%; margin:30px 0;}
.provider-nav a{ width:46%; margin:0 0 15px 3%; font-size:14px; letter-spacing:0.5px; border:none;}
.provider-nav .line{ display:none;}
.provider-login{ margin:50px auto;}
.provider-login .headline{ margin:20px 0; font-size:35px;}
.provider-login .items-wrap{ width:100%; margin:0;}
.provider-login .item{ width:100%; margin:5vw 0 0;}
.provider-login .item:after{ display:none;}
.provider-login .item .title{ font-size:25px;}
.provider-login .item .intro{ height:auto; margin:0 5vw;}
.provider-login .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.authorization-forms{ width:auto; margin:30px 5vw;}
.authorization-forms .headline, .authorization-forms h3{ font-size:36px; margin-bottom:20px;}
.authorization-forms h4{ font-size:25px;}
.banner-direct{ overflow-x:hidden;}
.banner-direct .pic{ width:150%; margin-left:-50%;}
.banner-direct .content{ width:auto; padding:20px 5vw 30px; margin:0; background:#702c91; text-align:left; position:static;}
.banner-direct .logo{ display:none;}
.banner-direct .welcome{ color:#fff;}
.banner-direct .headline{ padding:0; line-height:1.2em; font-size:36px; color:#fff;}
.banner-direct .intro{ padding:15px 0 15px; font-size:18px; color:#fff;}
.banner-direct .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px; background:#fff;}
.banner-direct .button a{ color:#702c91;}
.banner-direct .button:hover a{ color:#fff;}
.skin-teal .banner-direct .pic{ width:150%; margin-left:-50%;}
.skin-teal .banner-direct .content{ width:auto; margin:0; background:#0ab9a7;}
.skin-teal .banner-direct .welcome{ padding:10px 0; color:#fff;}
.skin-teal .banner-direct .intro{ padding:15px 0 5px; font-size:18px; color:#fff;}
.direct-different{ width:auto; margin:45px 5vw;}
.direct-different .icon-wrap .iconfont{ font-size:18px;}
.direct-different .headline{ font-size:36px;}
.direct-different .desc{ width:100%;}
.careers-desc{ width:100%;}
.direct-different .items-wrap{ width:100%; margin-top:0;}
.direct-different .item{ width:45%; margin:10px 1.5% 20px;}
.direct-different .item:after{ display:none;}
.direct-different .title,.direct-different .subtitle{ font-size:16px;}
.direct-commend{ padding:40px 0; margin:40px auto;}
.direct-commend .content .headline{ width:90%; line-height:1.5em; font-size:25px;}
.direct-commend .content .button{ width:150px; height:46px; line-height:46px; font-size:14px; border-radius:23px; margin-top:20px;}
.direct-specialty{ width:auto; margin:40px 5vw;}
.direct-specialty .desc{ padding:0; line-height:1.5em;}
.direct-specialty .item{ margin:30px 0;}
.direct-specialty .icon-wrap .iconfont{ font-size:18px;}
.direct-specialty .item .list li{ width:auto; padding-right:0; float:none;}
.direct-provider{ width:auto; margin:24px 5vw;}
.direct-provider .item{ padding:20px 0; margin-bottom:10px;}
.direct-provider .icon-wrap .iconfont{ font-size:18px;}
.direct-provider .headline, .direct-provider h1, .direct-provider h2{ font-size:35px;}
.direct-provider .item .title, .direct-provider .item h3, .direct-provider .item h4{ font-size:25px;}
.direct-provider .item .list-odd li{ width:auto; padding-right:0; float:none;}
.direct-provider .item .button{ width:160px; height:46px; line-height:46px; font-size:14px; border-radius:23px;}
.direct-provider .item .button.large{ width:200px;}
.direct-member{ margin:45px auto 55px;}
.direct-member .icon-wrap .iconfont{ font-size:18px;}
.direct-member .headline{ line-height:1em;}
.direct-member .items-wrap{ width:100%;}
.direct-member .item{ width:46%; margin:30px 1.5% 0;}
.direct-member .item:after{ height:90px;}
.direct-member .item:nth-child(2n+2):after{ display:none;}
.direct-started{ margin:50px auto;}
.direct-started .pic{ width:100%;}
.direct-started .content{ width:auto; padding:30px 5vw;}
.direct-started .content .iconfont{ font-size:18px;}
.direct-started .content .headline{ padding-top:10px;}
.direct-started .content .intro{ padding:15px 0; font-size:15px;}
.direct-app{ width:auto; margin:50px 5vw;}
.direct-app .content .headline{ font-size:32px;}
.direct-app .content .intro{ padding:15px 0 10px; line-height:1.2em;}
.direct-faqs{ width:auto; margin:50px 5vw;}
.direct-faqs .icon-wrap .iconfont{ font-size:18px;}
.direct-faqs .headline{ margin:15px 0 25px; font-size:25px;}
.direct-faqs .item{ padding:15px 0;}
.direct-faqs .item .faqs{ font-size:18px;}
.direct-faqs .item .faqs .arrow{ width:12px; height:8px; line-height:8px; font-size:12px; top:8px; right:10px;}
.direct-faqs .item .dropdown h3, .direct-faqs .item .dropdown h4, .direct-faqs .item .dropdown h5{ margin:20px 0 0; font-size:16px;}
.direct-faqs .item .dropdown p{ font-size:16px;}
.direct-faqs .item .dropdown ul li{ padding-left:12px; list-style:none; font-size:16px;}
.direct-faqs .item .dropdown ul li:before{ display:block;}
.direct-faqs .item .dropdown ul li .day{ width:120px;}
.banner-careers{ overflow-x:hidden;}
.banner-careers .pic{ width:150%; margin-left:-50%;}
.banner-careers .content{ width:auto; padding:20px 5vw 30px; margin:0; background:#702c91; text-align:left; position:static;}
.banner-careers .logo{ display:none;}
.banner-careers .welcome{ color:#fff;}
.banner-careers .headline{ padding:0; line-height:1.2em; font-size:36px; color:#fff;}
.banner-careers .intro{ padding:15px 0 15px; font-size:18px; color:#fff;}
.banner-careers .button{ width:260px; height:46px; line-height:46px; font-size:14px; border-radius:23px; background:#fff;}
.banner-careers .button a{ color:#702c91;}
.banner-careers .button:hover a{ color:#fff;}
.skin-teal .banner-careers .content{ background:#0ab9a7;}
.skin-teal .banner-careers .welcome{ color:#fff;}
.skin-teal .banner-careers .button{ background:#fff;}
.skin-teal .banner-careers .button a{ color:#0ab9a7;}
.skin-teal .banner-careers .button:hover a{ color:#fff;}
.careers-faqs{ width:auto; margin:50px 5vw;}
.careers-faqs .icon-wrap .iconfont{ font-size:18px;}
.careers-faqs .headline{ margin:15px 0 25px; font-size:25px;}
.careers-faqs .item{ padding:15px 0;}
.careers-faqs .item .faqs{ padding-right:30px; font-size:20px;}
.careers-faqs .item .faqs .arrow{ width:12px; height:8px; line-height:8px; font-size:12px; top:8px; right:10px;}
.careers-faqs .item .dropdown{ font-size:16px;}
}

/*date picker*/
.datepicker{ padding:4px; margin-top:1px; direction:ltr; position:absolute; display:none;}
.datepicker.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
.datepicker.dropdown-menu th{ padding:4px 5px;}
.datepicker.dropdown-menu td{ padding:4px 5px;}
.datepicker table{ width:auto; margin:0; border:0;}
.datepicker table tr td span{ display:block; width:23%; height:54px; line-height:54px; float:left; margin:1%; cursor:pointer;}
.datepicker td{ width:20px; height:20px; padding:4px 8px; border:0; background:#fff; font-size:12px; text-align:center; cursor:pointer;}
.datepicker td.active.day,.datepicker td.active.year{ background:#0ab9a7;}
.datepicker td.old,.datepicker td.new{ color:#999;}
.datepicker td span.active{ background:#0ab9a7;}
.datepicker td.day.disabled{ color:#eee;}
.datepicker th{ width:20px; height:20px; padding:4px 8px; border:0; background:#fff; font-size:12px; text-align:center; cursor:pointer;}
.datepicker th.active.day,.datepicker th.active.year{ background:#0ab9a7;}
.datepicker th.date-switch{ width:145px;}
.datepicker th span.active{ background:#2ba6cb; background:#0ab9a7;}
.datepicker th .iconfont{ width:20px; height:20px; line-height:20px; font-size:12px; color:#0ab9a7;}
.datepicker .cw{ width:12px; padding:0 2px 0 5px; font-size:10px; vertical-align:middle;}
.datepicker.days div.datepicker-days{ display:block;}
.datepicker.months div.datepicker-months{ display:block;}
.datepicker.years div.datepicker-years{ display:block;}
.datepicker thead tr:first-child th{ cursor:pointer;}
.datepicker thead tr:first-child th.cw{ cursor:default; background-color:transparent;}
.datepicker tfoot tr:first-child th{ cursor:pointer;}
.datepicker-inline{ width:220px;}
.datepicker-rtl{ direction:rtl;}
.datepicker-rtl table tr td span{ float:right;}
.datepicker-dropdown{ top:0; left:0;}
.datepicker-dropdown:before{ content:''; display:inline-block; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #ccc; border-bottom-color:1px solid rgba(0,0,0,.2); position:absolute; top:-7px; left:6px;}
.datepicker-dropdown:after{ content:''; display:inline-block; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #fff; position:absolute; top:-6px; left:7px;}
.datepicker>div,.datepicker-dropdown::before,.datepicker-dropdown::after{ display:none;}
.datepicker-close{ width:15px; height:30px; padding:0; position:absolute; top:-30px; right:0; display:none;}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{ background-color:transparent;}


/**
 * Custom pages
 */
/* Node 365 */
.node365  .mi-subitems .button {
  background: #702c91;
}

.node365 .direct-member .item{ width:45%; }
.node365 .direct-member .item:nth-child(2n+2):after
{ width:0; height:0;}
