body {
	font-family:proxima, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#6f6f6f;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:1.2em;
	color:#ffffff;
}
h1.on-white,
h2.on-white, 
h3.on-white, 
h4.on-white, 
h5.on-white, 
h6.on-white {
	color:#6f6f6f;
}

h1 {
	font-size:68px;
}
h2 {
	font-size:38px;
}
h3 {
	font-size:26px;
	font-weight:bold;
	line-height:1em;
}
h4 {
	font-size:28px;
}
h5 {
	font-size:20px;
	text-align:center;
	padding:10px 20px 20px 20px;
	font-weight:bold;
}
h6 {
	font-size:58px;
	color:#223f7e;
	font-weight:100;
}
a {
	text-decoration:none;
	color:#223f7e;
}

a:hover {
	text-decoration:underline;
}

* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float:left;
}
.col-lg-1 {width:8.333333333333333%;}
.col-lg-2 {width:16.66666666666667%;}
.col-lg-3 {width:25%;}
.col-lg-4 {width:33.33333333333333%;}
.col-lg-5 {width:41.66666666666667%;}
.col-lg-6 {width:50%;}
.col-lg-7 {width:58.33333333333333%;}
.col-lg-8 {width:66.66666666666667%;}
.col-lg-9 {width:75%;}
.col-lg-10 {width:83.33333333333333%;}
.col-lg-11 {width:91.66666666666667%;}
.col-lg-12 {width:100%;}
.block {
	display:block;
	/*padding:10px;*/
	border:15px solid transparent;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
}
.wrap {
	padding:25px;
	max-width:1295px;
	margin:auto;
}
.clearfix {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
	clear:both;
}
img {
	width:100%;
	max-width:100%;
	display:block;
	border:0px; 
}

.blue {
	background-color:#223F7E !important;
	color:#ffffff !important;
}
.grey {
	background-color:#ACACAC !important;
}
.light-grey {
	background-color:#e7e7e9 !important;
}
.blue h3, .blue h2, .slide .blue.title h3, .slide .blue.title h2,
.grey h3, .grey h2, .slide .grey.title h3, .slide .grey.title h2  {
	color:#ffffff;
}
.green h2 {
	color:#94C840 !important;
}
.right {
	text-align:right;
}
.float-right {
	float:right;
}
.center {
	text-align:center;
}
.header {
	padding:20px;
}
.logo {
	float:left;
	width:200px;
	margin-top:-11px;
}

.menu {
    display: none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.main {
    float: left;
}
nav.subsidiary {
    float: right;
}
nav ul li {
    border: 1px solid #ffffff;
    display: block;
    float: left;
}
nav ul li a {
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
}
nav.subsidiary ul li a {
    background: none repeat scroll 0 0 #dcdcdc;
}
nav ul li a:hover, nav ul li.active a {
    background: none repeat scroll 0 0 #213f7f;
    color: #ffffff;
	text-decoration:none;
}
.banner {
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden;
	display:table;
	vertical-align:middle;
	text-align:center;
	background:url(../images/bg-pattern.png);
}
.banner span {
	display:block;
	height:300px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.banner.corporate span {
	background:url(../images/banner1.jpg);
}
.banner.home span {
	background:url(../images/banner2.jpg);
}
.banner.advisor span {
	background:url(../images/banner3.jpg);
}
.banner.free-trial span {
	background:url(../images/banner4.jpg);
}
.banner.our-history span {
	background:url(../images/banner4.jpg);
}
.banner.products span {
	background:url(../images/banner5.jpg);
}
.banner:before {
	content:"";
	display:block;
	height:100px;
	width:100%;
	background:#ffffff;
	-webkit-transform: skewy(-2.5deg);
	-moz-transform: skewy(-2.5deg);
 	transform: skewy(-2.5deg);
	position:relative;
	top:-75px;
}
.banner h1,
.banner h4 {
	
}
.banner h1 {
	margin-left: -200%;
}
.banner h4 {
	opacity:0;
	margin-top:-40px;

	transition:all 500ms ease-out;
}
.banner h4.animate{
	opacity:1;
	margin-top:0px;
}

video {
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

/*//////////////*/
/*///EXPAND/////*/
/*//////////////*/
.expand {
	position:relative;
	max-height:142px;
	overflow:hidden;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;	
}
.expand.active {
	max-height:2000px;
}
.expand-child {
	position:relative;
	height:200px;
	overflow:hidden;
	-webkit-transition: all 350ms linear; 
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	cursor:pointer;
}
.advisors .expand-child {
	height:285px;
}
.expand-child.active, .expand-child:hover {
	max-height:360px;
}
/*//////////////*/
/*///TITLE//////*/
/*//////////////*/
.title {
	display:block;
	height:142px;
	position:relative;
	background-color:#e7e7e9;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.active .title {
	cursor:default;
}
.title .headline {
	color:#6f6f6f;
	position:absolute;
	display:table;
	height:112px;
	width:100%;
	padding:0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.title .headline .table-cell {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding-left:140px;
	font-size:13px;
}
.title .headline p, .title .headline h2 {
	margin:0px 0px 0px -152px;
	text-align:center;
}
.title h2, .title h3 {	
	color:#6f6f6f;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.title:hover h2, .active .title h2,
.title:hover h3, .active .title h3,
.title:hover .headline, .active .title .headline {
	color:#ffffff;
}
.title.icon:after {
	content: "\e60a";
	position:absolute;
	top:20px;
	right:20px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:1;	
}
.title:hover:after {
	color:#ffffff;
}
.expand.active > .title:after {
	font-size:0px;
	opacity:0;
}
.title .sprite {
	position:absolute;
}
.title:hover .sprite, .active .title .sprite {
	width:100%;
}
.atwork .sprite{
	background-color:#223F7E;
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #223F7E;
}
.atlife .sprite {
	background-color:#94C83D;
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #94C83D;
}
.atwealth .sprite {
	background-color:#E9CA1A;
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #E9CA1A;
}
.athealth .sprite{
	background-color:#F79422;
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #F79422;
}
.atsure .sprite {
	background-color:#DF4226;
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #DF4226;
}
.title .sprite:after {
	content:"";
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 30px solid #94C83D;
	position:absolute;
	right:-50px;
}
.title.atwork .sprite:after {
	border-left: 30px solid #223F7E;
}
.title.atlife .sprite:after {
	border-left: 30px solid #94C83D;
}
.title.atwealth .sprite:after {
	border-left: 30px solid #E9CA1A;
}
.title.athealth .sprite:after {
	border-left: 30px solid #F79422;
}
.title.atsure .sprite:after {
	border-left: 30px solid #DF4226;
}
/*////////////////////*/
/*///DESCRIPTION//////*/
/*////////////////////*/
.description {
	padding:20px;
	position:relative;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;	
}
.description:before {
	content:"";
	border:2px dotted #6F6F6F;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
}
.description h5 {
	color:#6F6F6F;
}
.close {
	display:block;
	position:absolute;
	height:60px;
	width:60px;
	background:#ffffff;
	text-align:center;
	right:20px;
	margin-top:-60px;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	

	-webkit-transform-origin:50%;
	-moz-transform-origin:50%;
	-o-transform-origin:50%;
	transform-origin:50%;
	
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	
	cursor:pointer;
	z-index:1;
	opacity:0;
}
.close:before {
	font-size:50px;
	line-height:60px;
	color:#6F6F6F;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.close:hover:before {
	color:#DF4226;
}
.active .close {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1;
}
/*////////////////////*/
/*///CONTENT//////////*/
/*////////////////////*/
.content {
	display:table;
	height:132px;
}
.content .sprite, .content p {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.content p {
	padding:0px 20px;
}
.content .sprite {
	background-color:#F0F0F0;
}
/*////////////////////*/
/*///CORPORATES///////*/
/*////////////////////*/
.slide .title, .slide .title .sprite {
	background-color:#223F7E;
}
.slide .sprite:after {
	content:none;
}
.slide h2 {
	color:#ffffff;
}
.slide .expand-child .title {
	height:auto;
	background-color:#F0F0F0;
	text-align:center;
	padding:20px;
	display:block;
	position:relative;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	border-bottom:0px;
	cursor:pointer;
}
.slide .expand-child .title:hover {
	background-color:#F7F7F7;
}
.slide .expand-child .blue:hover {
	background-color:#2d519f ;
}

.slide .expand-child .sprite {
	display:block;
	margin:auto;
	height:72px;
	width:72px;
	position:relative;
	-webkit-transition: all 350ms linear; 
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	background-color:transparent;
	margin-bottom:20px;	
}
.slide .expand-child.active .sprite
/*, .slide .expand-child:hover .sprite*/
{
	height:0px;
	margin-bottom:0px;
	opacity:0;
}
.slide .expand-child.no-js.active .sprite, .slide .expand-child.no-js:hover .sprite {
	height:72px;
	opacity:1;
	margin-bottom:20px;
}
.slide .expand-child h3 {
	margin-bottom:15px;
	color:#94C840;
	font-weight:normal;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.slide .expand-child .description {
	display:block;
	margin:0px;
	padding:20px 20px 20px 20px;
	text-align:center;
	border-top:0px;
	border-bottom:0px;
	min-height:112px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	opacity:0;
}
.slide .expand-child .description p {
	margin:5px;
	display: inline-block;
}
.slide .expand-child.active .description
/*, .slide .expand-child:hover .description*/ {
	opacity:1;
}
.slide .expand-child .description:before {
	content:none;
}
.slide .expand-child .description:before {
	content:"";
	border-left:0;
	border-right:0;
	border-bottom:0;
	/*border-top:1px dotted #ffffff;*/
	border-top:none;
	display:block;
	width:75%;
	margin:auto;
	
}
.slide .expand-child .green .description:before {
	/*border-top:1px dotted #94C840;*/
}
.slide .expand-child .description {
	margin:5px 0px;
	display:block;
}
.slide .expand-child .description p:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background-color:#ffffff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-right:10px;
}
.slide .expand-child .green .description p:before {
	background-color:#6F6F6F;
}
.expand-child .title:after {
	color:#ffffff;
}
.expand-child .green.title:after {
	color:#94C840;
}
.expand-child.active .title:after {
 	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.no-js {
	height:auto;
}
.no-js .title {
	cursor:default !important;
}
.no-js .title:after {
	content:"";
}
/*////////////////////*/
/*///BILLBOARDS///////*/
/*////////////////////*/
.billboard {
	display:block;
	position:relative;
	text-decoration:none;
}

a.billboard:hover {
	text-decoration:none;
}

.billboard .headline {
	color:#223F7E;
	position:absolute;
	top:60px;
	left:30px;
}
.billboard h3 {
	color:#223F7E;
}
.billboard:hover .read-more {
	background-color:#223F7E;
}
/*////////////////////*/
/*///CLIENTS//////////*/
/*////////////////////*/
.clients p {
	color:#223F7E;
	padding:0px 15px;
	margin:0px;
}
.clients .logos{
	display:inline-block;
	
}
.clients .logos img{
	height:46px;
	width:auto;
}
/*///////////////////*/
/*///TIMELINE////////*/
/*///////////////////*/
.timeline .block {
	text-align:center;
	position:relative;
}
.timeline .block:before, .timeline .block:after{
	content:"";
	background-color:#94C840;
	display:block;
	width:50%;
	/*height:20px;
	top:80px;*/
	height: 90px;
    top: 52px;
	position: absolute;
    z-index:-1;
}
.timeline .block:before{
	left:-15px;
}
timeline .block:after{
	right:-15px;
}
.timeline .block .sprite{
	margin:auto;
	margin-top:15px;
	background-color:#ffffff;
	border:20px solid transparent;
	width:112px;
	height:112px;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.timeline .block .sprite:after{
	content:"";
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:5px solid #94C840;
	width:102px;
	height:102px;
	top:-20px;
	bottom:0;
	left:-20px;
	right:0;
}
.timeline > .block:nth-child(2n){
	padding-top:140px;
}
.timeline > .block:nth-child(2n) > .sprite {
	position:absolute;
	top:10px;
	left:50%;
	margin:0 0 0 -61px;
	
}

.timeline h6 {
	line-height:1;
}
.timeline .block p{
	font-size:14px;
	line-height:16px;
	min-height:132px;
	margin-bottom:0px;
}
/*////////////////////*/
/*///READ MORE////////*/
/*////////////////////*/
.read-more, .BtnLogin {
	display:inline-block;
	color:#ffffff;
	background-color:#DF4226;
	line-height:30px;
	padding:0px 30px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	border:none;	
}
.password {
	background-color:#6F6F6F;
}
.read-more:hover, .BtnLogin:hover {
	background-color:#223F7E;
	text-decoration:none;
}
/*///////////////////*/
/*///FOOTER//////////*/
/*///////////////////*/
.footer {
	padding:40px 0px 50px 0px;
	background:#223F7E;
}
.footer span {
	color:#ffffff;
	font-size:14px;
	padding:15px;
}
/*/////////////////*/
/*///FORM//////////*/
/*/////////////////*/
form {
	color:#ffffff;
}
form input {
	/*width:100%;*/
}
form input[type=checkbox] {
	width:auto;
	margin-left:0px;
}
/*//////////////*/
/*///SPRITE/////*/
/*//////////////*/
.sprite {
	display:block;
	overflow:hidden;
	width:72px;
	height:72px;
	margin:20px;
	background:#94C83D url('../images/icons.png') no-repeat;
	-webkit-transition: width 350ms linear;
	-moz-transition: width 350ms linear;
	-o-transition: width 350ms linear;
	transition: width 350ms linear;	
}

.users, .uptime, .simpler {
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #94C83D;	
}

.content .sprite {
	margin:0;
	width:112px;
	height:112px;
	border:20px solid #F0F0F0;
	display:block;
}

.absa { background-position: 0px 0px;} 
.astute { background-position: 0px -93px;} 
.athealth .sprite { background-position: 0px -186px;} 
.atlife .sprite { background-position: 0px -279px;} 
.atsure .sprite { background-position: 0px -372px;} 
.attachment { background-position: 0px -465px;} 
.atwealth .sprite { background-position: 0px -557px;} 
.atwork .sprite { background-position: 0px -650px;} 
.box { background-position: 0px -742px;} 
.card { background-position: 0px -835px;} 
.certificate { background-position: 0px -928px;} 
.clients { background-position: 0px -1021px;} 
.close { background-position: 0px -1113px;} 
.distribute { background-position: 0px -1206px;} 
.dollar { background-position: 0px -1299px;} 
.email { background-position: 0px -1392px;} 
.files { background-position: 0px -1484px;} 
.flash { background-position: 0px -1577px;} 
.free { background-position: 0px -1670px;} 
.glasses { background-position: 0px -1763px;} 
.green-light { background-position: 0px -1856px;} 
.green-menu { background-position: 0px -1949px;} 
.green-pc { background-position: 0px -2042px;} 
.group { background-position: 0px -2135px;} 
.health { background-position: 0px -2228px;} 
.heart { background-position: 0px -2321px;} 
.individual { background-position: 0px -2414px;} 
.integration { background-position: 0px -2507px;} 
.integration-green { background-position: 0px -2600px;} 
.light { background-position: 0px -2693px;} 
.lock { background-position: 0px -2786px;} 
.manage { background-position: 0px -2879px;} 
.menu { background-position: 0px -2972px;} 
.merge { background-position: 0px -3065px;} 
.metro { background-position: 0px -3157px;} 
.opencopy4 { background-position: 0px -3250px;} 
.open { background-position: 0px -3343px;} 
.outlook { background-position: 0px -3436px;} 
.pc { background-position: 0px -3528px;} 
.pencil { background-position: 0px -3621px;} 
.pps { background-position: 0px -3714px;} 
.query { background-position: 0px -3807px;} 
.retire { background-position: 0px -3899px;} 
.review { background-position: 0px -3992px;} 
.saambou { background-position: 0px -4084px;} 
.service { background-position: 0px -4177px;} 
.setup { background-position: 0px -4270px;} 
.short-term { background-position: 0px -4363px;} 
.simpler { background-position: 0px -4456px;} 
.storage { background-position: 0px -4549px;} 
.sum { background-position: 0px -4641px;} 
.tablet { background-position: 0px -4734px;} 
.therm { background-position: 0px -4827px;} 
.tick { background-position: 0px -4920px;} 
.time { background-position: 0px -5013px;} 
.trolley { background-position: 0px -5105px;} 
.uptime { background-position: 0px -5198px;} 
.users { background-position: 0px -5291px;} 
.wifi { background-position: 0px -5384px;} 
.wizard { background-position: 0px -5477px;} 
.liberty { background-position: 0px -5577px;} 
.risk { background-position: 0px -5667px;} 
 
ul.listed-with-icons {
	padding:0px;
	margin:0px;
}

ul.listed-without-icons {
	float:left;
	padding:0px 0 0 15px;
	margin:0;
	width:100%;
}


/*******************
/*	EMAIL FILTER
/******************/
.spam-safe-email {
	cursor:pointer;
	padding:0 !important;
}
.spam-safe-email:hover {
	text-decoration:underline;
}

.spam-safe-email span {
	padding:0 !important;
	width:0.8em;
	display:inline-block;
}
.spam-safe-email span:before {
	content:"@";
}

/*******************
/*	LOGIN FORM
/******************/

.login-form form {
	color:#6F6F6F;
	font-size:18px;
}

.login-form form table {
	height:130px;
	padding:20px;
	background-color:#ffffff;
}
/*.login-form form b.atwork {
	color:#223F7E;
}
.login-form form b.athealth{
	color:#F79422;
}
.login-form form b.atsure {
	color:#DF4226;
}
.login-form form b.atwealth {
	color:#E9CA1A;
}*/
.login h5 {
	font-size:20px;
	font-weight: bold;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	
}
.login a { 
	color:#ffffff;
	float:right;
}
.login-form form small {
	line-height:16px;
}
.login-form form .atwealth {
	color:#B8B8B8;
}
.login-form form input[type="text"],
.login-form form input[type="password"] {
	width:100%;
	border:none;
	background-color:#DCDCDC;
	color:#000;
	padding:4px;
}
.login-form form input:focus {
	outline:0px;
}
.login-form form input[type="radio"] {
	border:none;
	/*background-color:#94C83D;*/
	color:#ffffff;
}
.login-form form .Details {
	font-weight:bold;
	font-size:18px;
}
.BtnLogin {
	display:inline-block;
	color:#ffffff;
	background-color:#DF4226;
	line-height:30px;
	padding:0px 10px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	border:none;
	cursor:pointer;
	margin:20px 0px 0px 0px;
	font-size:16px;
	width:38%;
	float:left;
	text-align:center;
}
.BtnReset {
    display:inline-block;
    color:#ffffff;
    background-color:#DF4226;
    line-height:30px;
    padding:0px 10px;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
    border:none;
    cursor:pointer;
    margin:20px 0px 0px 0px;
    font-size:16px;
    width:200px;
    float:left;
    text-align:center;
}
.password {
	background-color:#6F6F6F;
	font-size:16px;
	width:62%;
	display:block;
	float:left;
	margin:20px 0px 0px 0px;
	text-align:center;
	padding:0px 10px;
}
.Bookmark {
	padding:0px 10px 0px 10px;
}
.BtnLogin:hover, .password:hover, .Bookmark:hover {
	background-color:#ffffff;
	color:#223F7E;
	text-decoration:none;
}

div.pleasecallme {
    background-color: rgba(148, 200, 61, 0.8);
    position: relative;
    top: -25px;
    right: 0px;
    height: 30px;
    border: 0px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: calc(100% - 245px);
    left: 30px;
    cursor: pointer;
    display: inline-block;
}

/******************
/* JUST SMALLER THAN FULLSCREEN
/******************************/
@media all and (max-width:1200px){
.col-lgs-1 {
    width: 8.33333%;
}
.col-lgs-2 {
    width: 16.6667%;
}
.col-lgs-3 {
    width: 25%;
}
.col-lgs-4 {
    width: 33.3333%;
}
.col-lgs-5 {
    width: 41.6667%;
}
.col-lgs-6 {
    width: 50%;
}
.col-lgs-7 {
    width: 58.3333%;
}
.col-lgs-8 {
    width: 66.6667%;
}
.col-lgs-9 {
    width: 75%;
}
.col-lgs-10 {
    width: 83.3333%;
}
.col-lgs-11 {
    width: 91.6667%;
}
.col-lgs-12 {
    width: 100%;
}
	.timeline > .block:nth-child(2n){
		padding-top:0px;
	}
	.timeline > .block:nth-child(2n) > .sprite {
		position:relative;
		top:0px;
		left:50%;
		margin:15px 0 0 -61px;
		
	}

	.timeline .block p {
		min-height: 145px;
	}
	.BtnLogin, .password {
		width:100%;
		text-align:center;
	}
	.password {
		margin-top:10px;
	}
}


/******************
/* TABLET PORTRAIT
/******************/

@media all and (max-width: 768px) {
.col-md-1 {
    width: 8.33333%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-12 {
    width: 100%;
}

.md-hide {display:none;}

h1 {
    font-size: 38px;
}
.title:hover {
	text-decoration:none;
}

h3, .title h3 {
    color: #ffffff;
	font-size:16px;
	line-height:1em;
}
.wrap {
    padding: 15px 0;
}
.right {
    text-align: left;
}
.logo {
    padding-bottom: 15px;
}

.banner:before {
    height: 70px;
    top: -45px;
}

.banner {
    background-color: #223f7e;
	height:auto;
	padding-bottom: 20px;
}
.banner h1 {
    margin-top: -20px;
}
.banner video,
.banner span {
    display: none;
}
.menu {
    background-color: #223f7e;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    margin-top: -1px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.menu.active {
    margin-bottom: 1px;
}
.menu:after {
    bottom: 12px;
    content: "";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    transition: all 350ms linear 0s;
}
.menu.active:after {
    transform: rotate(45deg);
}
nav ul {
    max-height: 0;
    overflow: hidden;
    transition: all 350ms linear 0s;
}
nav ul.active {
    max-height: 1000px;
}
nav.block.main {
    border-bottom: 0 none;
    border-top: 0 none;
}
nav.block.subsidiary {
    border-bottom: 0 none;
    border-top: 0 none;
    float: left;
    width: 100%;
}
nav ul li {
    border: 1px solid #ffffff;
    display: block;
    float: left;
    width: 100%;
}
nav ul li a {
    background-color: #dcdcdc;
    font-size: 18px;
}
.timeline .block p {
    min-height: 160px;
}
.expand {
    max-height: 220px;
}
.expand.active {
    max-height: 30000px;
}
.title {
    height: 220px;
    padding: 0 10px 10px;
}
.title .headline {
    color: #ffffff;
	font-size:14px;
	line-height:1em;
    height: auto;
    position: relative;
}
.title .headline h2 {
    color: #ffffff;
	font-size: 28px;
}
.title .sprite {
    border: 0 none;
    display: block;
    height: 72px;
    margin: 20px auto;
    position: relative;
    width: 72px;
}
a.title {
    background-color: #94c83d;
}
.title .sprite:after {
    content: none;
}
.title.atwork {
    background-color: #223f7e;
}
.title.atlife {
    background-color: #94c83d;
}
.title.atwealth {
    background-color: #e9ca1a;
}
.title.athealth {
    background-color: #f79422;
}
.title.atsure {
    background-color: #df4226;
}
.title .headline p, .title .headline h2 {
    margin: 0;
}
.slide .expand-child:hover .sprite {
    height: 72px;
    margin-bottom: 20px;
    opacity: 1;
}
.title:hover .sprite, .active .title .sprite {
    width: 72px;
}
.content {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    width: 100% !important;
}
.content .sprite {
    display: block;
    height: 112px;
    margin: auto;
    position: relative;
    width: 112px;
}
h5 {
    padding: 0;
}
.content p {
    display: block;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.expand-child {
    cursor: default;
    height: auto;
    margin-bottom: 15px;
    max-height: none;
    opacity: 1;
}
.slide .expand-child .description p {
    display: inline-block;
}
.slide .expand-child .description {
    border: 0 none;
    opacity: 1;
    padding: 20px 0 0;
}
.slide .expand-child .title {
    border: 0 none;
    cursor: default;
}
.clients .logos {
    border-right: 0 none;
    border-top: 5px none;
    display: inline-block;
}
.clients .logos img {
    height: 48px;
}
.title .headline .table-cell {
    padding-left: 0;
    text-align: center;
}
.advisors .expand-child {
    height: auto !important;
    max-height: 292px;
}
.advisors .expand-child .description {
    opacity: 0 !important;
}
.advisors .expand-child.active .description {
    opacity: 1 !important;
}
.expand-child.active {
    max-height: 600px;
}
.grey h5 {
    padding: 20px;
}
.footer {
	margin-top: 15px;
	padding:5px 0px 10px 0px;
}

.billboard {
    overflow: hidden;
    position: relative;
}
.billboard .headline {
    display: block;
    left: 0;
    padding: 20px;
    position: relative;
    top: 0;
}
.billboard img {
    position: absolute;
	margin: -40px 0 0;
}


.billboard h3 {
	line-height:1em;
}

.timeline > .block:nth-child(2n){
	padding-top:0px;
}
.timeline > .block:nth-child(2n) > .sprite {
	position:relative;
	top:0px;
	left:50%;
	margin:15px 0 0 -61px;
	
}

}

/********************
/* MOBILE DEVICES
/*******************/

@media all and (max-width: 480px) {
.col-sm-1 {
    width: 8.33333%;
}
.col-sm-2 {
    width: 16.6667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-5 {
    width: 41.6667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.3333%;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.3333%;
}
.col-sm-11 {
    width: 91.6667%;
}
.col-sm-12 {
    width: 100%;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 24px;
}
h3, .title h3 {
    color: #ffffff;
    font-size: 18px;
}
.wrap {
    padding: 15px 0;
}
.right {
    text-align: left;
}
.logo {
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 15px;
    width: 100%;
}
.banner {
    background-color: #223f7e;
}
.banner h1 {
    margin-top: -20px;
}
.banner video {
    display: none;
}
.menu {
    background-color: #223f7e;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    margin-top: -1px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.menu.active {
    margin-bottom: 1px;
}
.menu:after {
    bottom: 12px;
    content: "";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    transition: all 350ms linear 0s;
}
.menu.active:after {
    transform: rotate(45deg);
}
nav ul {
    max-height: 0;
    overflow: hidden;
    transition: all 350ms linear 0s;
}
nav ul.active {
    max-height: 1000px;
}
nav.block.main {
    border-bottom: 0 none;
    border-top: 0 none;
}
nav.block.subsidiary {
    border-bottom: 0 none;
    border-top: 0 none;
    float: left;
    width: 100%;
}
nav ul li {
    border: 1px solid #ffffff;
    display: block;
    float: left;
    width: 100%;
}
nav ul li a {
    background-color: #dcdcdc;
    font-size: 18px;
}

.billboard img {
	margin: -0px 0 0;
}

.timeline .block p {
    margin-bottom: 30px;
    min-height: inherit;
}
.expand {
    max-height: 220px;
}
.title {
    height: 220px;
    padding: 0 15px 15px;
}
.title .headline {
    color: #ffffff;
    height: auto;
    position: relative;
}
.title .headline h2 {
    color: #ffffff;
}
.title .sprite {
    border: 0 none;
    display: block;
    height: 72px;
    margin: 20px auto;
    position: relative;
    width: 72px;
}
a.title {
    background-color: #94c83d;
}
a.title:hover {
	text-decoration:none;
}

.title .sprite:after {
    content: none;
}
.title.atwork {
    background-color: #223f7e;
}
.title.atlife {
    background-color: #94c83d;
}
.title.atwealth {
    background-color: #e9ca1a;
}
.title.athealth {
    background-color: #f79422;
}
.title.atsure {
    background-color: #df4226;
}
.title .headline p, .title .headline h2 {
    margin: 0;
}
.slide .expand-child:hover .sprite {
    height: 72px;
    margin-bottom: 20px;
    opacity: 1;
}
.title:hover .sprite, .active .title .sprite {
    width: 72px;
}
.content {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    width: 100% !important;
}
.content .sprite {
    display: block;
    height: 112px;
    margin: auto;
    position: relative;
    width: 112px;
}
h5 {
    padding: 0;
}
.content p {
    display: block;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.expand-child {
    cursor: default;
    font-size: 12px;
    height: auto;
    margin-bottom: 15px;
    max-height: none;
    opacity: 1;
}
.expand-child p {
    text-align: left;
}
.slide .expand-child .description p {
    display: block;
    margin-left: 15px;
}
.slide .expand-child .description p:before {
    left: -8px;
    margin: 0 0 0 -8px;
    position: relative;
}
.expand-child .green.title:after {
    content: none;
}
.slide .expand-child .description {
    border: 0 none;
    opacity: 1;
    padding: 20px 0 0;
}
.slide .expand-child .title {
    border: 0 none;
    cursor: default;
}
.clients .logos {
    border-right: 0 none;
    border-top: 5px none;
    display: inline-block;
}
.clients .logos img {
    height: 28px;
}
.title .headline .table-cell {
    padding-left: 0;
    text-align: center;
}
.advisors .expand-child {
    height: auto !important;
    max-height: 292px;
}
.advisors .expand-child .description {
    opacity: 0 !important;
    text-align: left;
}
.advisors .expand-child.active .description {
    opacity: 1 !important;
}
.expand-child.active {
    max-height: 600px;
}
.grey h5 {
    padding: 20px;
}
.footer {
    margin-top: 15px;
}

.timeline .block:before, .timeline .block:after {
    height:auto
    top: 60px;
}

.timeline > .block:nth-child(2n){
	padding-top:0px;
}
.timeline > .block:nth-child(2n) > .sprite,
.timeline > .block > .sprite {
	position:relative;
	top:0px;
	left:50%;
	margin:-10px 0 0 -61px;
	
}

.timeline .block p {
    margin-bottom: 0px;
}
}

@media all and (max-width: 768px) {
    div.pleasecallme {
        background-color: rgba(148, 200, 61, 0.8);
        border: 0px;
        padding-left: 5px;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
        color: white;
        position: inherit;
        top: unset;
        width: calc(100% - 30px);
        height: 60px;
        left: unset;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 16px !important;
    }
}

@media (max-width: 900px) {
    div.pleasecallme {
        padding-top: 1px !important;
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    div.pleasecallme {
        padding-top: 5px;
        font-size: 12px;
    }
}