@charset "utf-8";

html, body {
    height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1{
	font-size:45px;
	color:#00693C;
	font-weight:bold;
	}
	
p{
	font-size:14px;
	color:#6D6E71;
	}

a {
	text-decoration:none;
}
	
.nowrap {
    white-space:nowrap;
    font:inherit;
    color:inherit;
}
    
.footer .links a, .footer .links, .footer .legal {
    font-size:12px;
    margin-bottom:6px;
}


.main-container {
	background-image:url(../images/Manulife_Toolbox_BG.jpg);
    background-size: cover;
	overflow:hidden;
    min-height:100%;
}

.content {
	padding: 0 20px;
	/*width:984px;*/width: 882px;
    overflow:hidden;
    margin:auto;
}


/* ============================ HEADER ELEMENTS ========================================= */

.header {
	background-color:#00693c;
    padding: 16px 0px;
    box-shadow:#A0A0A0 0px 2px 10px;
    margin:auto auto 16px auto;
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 20;
}
.start.header{
	top: -70px;
}
.start.footer{
	bottom: -57px;
}
.logo-container img{
	height:28px;
}

/* ============================ PAGE ELEMENTS ========================================= */
div#pageOverlay {
width: 100%;
height: 100%;
position: absolute;
background-color: white;
z-index: 15;
opacity: 1;
}

#contentContainer{
	width:883px;
	padding:20px 20px 57px 20px;
	margin:64px auto 0 auto;
	position:relative;
	z-index:1;
	}
	
.pageCopy{
	width:480px;
	margin-top:15px;
	line-height:19px;
	}
	
.pageImage{
	position:absolute;
	width:400px;
	top:28px;
	right:15px;
    z-index: -1;
	}
	
.pageImage img{
	width:100%;
	}
	
#toolsContainer{
	width:710px;
	height:auto;
	margin-top:5px;
	margin-bottom:20px;
	overflow:auto;
	}
	
.toolName{
	width:230px;
	height:114px;
	background:#FFF;
	border:1px solid #BCBEC0;
	border-bottom:none;
	text-align:center;
	}
	
.description{
	font-size: 12px;
	color: #6D6E71;
	width:200px;
	margin:3px auto 0;}
	
.title{
	color:#00693C;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    padding:0px 10px;
	}
	
.launch{
	cursor:pointer;
	padding:5px 10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0 1px 0 #4A4A4A;
	width:210px;
	height:17px;
	border:1px solid #00693C;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #00693c; /* Old browsers */
	background: -moz-linear-gradient(top, #4a9475 0%, #00693c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9475), color-stop(100%,#00693c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a9475 0%,#00693c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a9475 0%,#00693c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a9475 0%,#00693c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4a9475 0%,#00693c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9475', endColorstr='#00693c',GradientType=0 ); /* IE6-9 */
}

.launch:hover {
	background: #00693C;
	}
	
.launch:active {
	background: #00693C;
	}

.arrow{
	background:url(../images/Manulife_Toolbox_Slices.png) -2px -350px;
    background-size:238px 362px;
	width:6px;
	height:10px;
	float:right;
	margin:5px 5px 0 0;
	}

.tool{
	float:left;
	margin:50px 0px 11px;
	display:block;
	}
	    .tool:active .toolName {
            background-color:#F8F8F8;
        }
#tool1{
	margin-right:13px;
	}

#tool2{
	margin-left:13px;
	}

#tool3{
	margin:30px 0 0 129px;
    }
#tool4{
	margin:30px 0 0 26px;
    }
    
.retirementSavings{
	background:url(../images/Manulife_Toolbox_Slices.png) -2px -205px;
    background-size:238px 362px;
	width:117px;
	height:57px;
	margin: -35px auto 6px;
	}
	
.withdrawal{
	background:url(../images/Manulife_Toolbox_Slices.png) -2px -135px;
    background-size:238px 362px;
	width:121px;
	height:58px;
	margin: -35px auto 6px;
	}

.benefit{
	background:url(../images/Manulife_Toolbox_Slices.png) -2px -55px;
    background-size:238px 362px;
	width:119px;
	height:72px;
	margin: -52px auto 6px;
	}
.comparison {
    background: url(../images/Manulife_Toolbox_Slices.png) -2px 1px;
    background-size:238px 362px;
    width: 119px;
    height: 44px;
    margin: -22px auto 6px;
    }


/* ============================ FOOTER ELEMENTS ========================================= */

.footer {
	clear:both;
    background-repeat:repeat-x;
    background-image:url(../images/bg-footer-shadow.png);
    background-color:#fff;
    padding-top:10px;
    overflow:hidden;
    margin-top:0px;
    /*padding-bottom:10px;*/
    z-index: 2;
    position: fixed;
    bottom:0;
    width:100%;
}
	.footer .links, .footer .legal {
        display:block;
    }

.share-links {
	float:right;
    margin-right:54px;
}
    .share-links a {
    	margin-right:7px;
        display:inline-block;
        height:31px;
        width:32px;
        background-image:url(../images/sprite-share.png);
        background-size:128px 62px;
    }
    	.share-links a.facebook {
            background-position:0px 0px;
        }
        	.share-links a.facebook:hover, .share-links a.facebook:focus, .share-links a.facebook:active {
                background-position:0px -31px;
            }
        .share-links a.twitter {
            background-position:-32px 0px;
        }
        	.share-links a.twitter:hover, .share-links a.twitter:focus, .share-links a.twitter:active {
                background-position:-32px -31px;
            }
        .share-links a.linkedin {
            background-position:-64px 0px;
        }
        	.share-links a.linkedin:hover, .share-links a.linkedin:focus, .share-links a.linkedin:active {
                background-position:-64px -31px;
            }
        .share-links a.email {
            background-position:-96px 0px;
        }
        	.share-links a.email:hover, .share-links a.email:focus, .share-links a.email:active {
                background-position:-96px -31px;
            }
        
    
.footer-links-legal {
	float:left;
}
    .footer-links-legal a {
        color:#00693c;
    }

/*================== WINDOWS 8 1080p+ MONITOR SPECIFIC  ==================*/

@media only screen and (min-height : 1000px) and (max-height : 9999px) and (orientation : landscape) {
    
.in-app #contentContainer {
    margin-top:17vh;
}

}
.rrif {
    background: url(../images/Manulife_Toolbox_Slices.png) -2px -290px;
    background-size: 238px 375px;
    width: 119px;
    height: 57px;
    margin: -22px auto 6px;
}

/* ============================ BADGES ELEMENTS ========================================= */
.badge-block {
	clear: both; 
	padding: 40px 0 0 0;
	text-align: left;
}
.badges {
	height: 50px; 
	padding: 5px;
	clear: both;
}t