/* CSS Document */
        	/********************************/
            /*******3rd PARTY LEAVING********/
            /********************************/
            
                #extDis {
                    display: none;
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    z-index: 1000;
                }
                #extDis h2{
                    text-align: center;
                }
                
                #extDis .extDisMsg {
                    background-color: #FFF;
                    border: 5px solid #fb9d46;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #666;
                    margin: 3em auto;
                    padding: 2em;
                    position: relative;
                    text-align: left;
                    width: 80%;
                    font-size: 0.80em;
                }
                #extDis .extDisMsg p{
                    padding: 0 0 20px 0;
                }
                #extDis .extDisBg {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
					backdrop-filter: blur(2px);
                }
            
                #extDis a.continueBtn:hover,#extDis a.continueBtn:focus,#extDis a.closeBtn:focus {
                    background-color: #01828E;
                    color:#fff;
					 border: 2px solid #01828E;
                }

                #extDis a.closeBtn, #extDis a.continueBtn {
                    border: 2px solid #01828E;
					color: #01828E;
                    display: inline-block;
                    font-weight: bold;
                    margin: 10px 20px 0px 0px;
                    padding: 10px 20px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-decoration: none;
                }

			        	/********************************/
            /*******3rd PARTY LEAVING********/
            /********************************/
            
                #extDis2 {
                    display: none;
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    z-index: 1000;
                }
                #extDis2 h2{
                    text-align: center;
                }
                
                #extDis2 .extDisMsg {
                    background-color: #FFF;
                    border: 5px solid #fb9d46;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #666;
                    margin: 1em auto;
                    padding: 1em;
                    position: relative;
                    text-align: left;
                    width: 95%;
                    font-size: 0.80em;
					max-width: 1200px;
                }
                #extDis2 .extDisMsg p{
                    padding: 0 0 20px 0;
                }
                #extDis2 .extDisBg {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
					backdrop-filter: blur(2px);
                }
            
                #extDis2 a.continueBtn:hover,#extDis2 a.continueBtn:focus,#extDis2 a.closeBtn:focus {
                    background-color: #01828E;
                    color:#fff;
					 border: 2px solid #01828E;
                }

                #extDis2 a.closeBtn, #extDis2 a.continueBtn {
                    border: 2px solid #01828E;
					color: #01828E;
                    display: inline-block;
                    font-weight: bold;
                    margin: 10px 20px 0px 0px;
                    padding: 10px 20px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-decoration: none;
                }



#calculators a{
		display: block; 
		background-color: #73BD3E;
		color: #FFF;
		margin: 2px;
		padding:0.5em;
		float: left;
		width: 98%;
		border-radius: 10px;
		text-decoration: none;
			
			border: 3px solid #FFF ;
			color: #FFF;
		transition: all 1s;
		
		
	 }
		#calculators a:hover, #calculators a:focus{
		 color: #73BD3E;
			border: 3px solid #73BD3E ;
			background-color: #FFF ;
			box-shadow: 2px 2px 5px rgba(0,0,0,00.25);
	 }
	 #calculators strong{
		display: block;
		clear: both;
		padding:5px;
		font-size: 1.25em;
		margin-top: 16px;
	 }
	 .calculatorSection{
		width: 100%;
		float: left;
		margin: 5px;
	 }
	 #prsnpl a{ width: 49%;}
	 #lease  a{ width: 32.5%;}
	 #prsnfi a{ width: 49%;}
	 #retire a{ width: 49%;}
	 #invest a{ width: 49%;}
	 #home   a{ width: 49%;}
	 
#btt {
    background-color: #000;
    border-radius: 5px;
    bottom: 2em;
    color: white;
    display: none;
    font-size: 0.75em;
    opacity: 0.6;
    padding: 0.5em;
    position: fixed;
    right: 2em;
    text-align: center;
    cursor: pointer;
    z-index: 30;
}

 /*accordian*/
            
            .ac_btn{
                
				background-color: #0199A6;
                color: #FFF;
                padding: 0.01em 1em;
                cursor: pointer;
                margin-top: 1px;
				
				margin: 10px 0 0;
				transition: all 0.5s;
            }
			.ac_btn > *{
				font-size: 1.5rem;
}
            .ac_btn.open{
                
				background-color: #FFF;
				color:#0199A6;
				box-shadow:  0 0 3px rgba(0,0,0,0.5);
            }
            
            
            .ac_collapsible{
                overflow: hidden;
                transition: max-height 0.5s ease 0s;
                max-height: 0px;
                box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
            }
            .ac_collapsible.open{
                max-height: 9000px;
            }
            
            .ac_collapsible .inside{
                padding: 1em;	
            }


 /*accordian*/
            
            .ac_btn{
                
				background-color: #0199A6;
                color: #FFF;
                padding: 0.01em 1em;
                cursor: pointer;
                margin-top: 1px;
				
				margin: 10px 0 0;
				transition: all 0.5s;
            }
            .ac_btn.open{
                
				background-color: #FFF;
				color:#0199A6;
				box-shadow:  0 0 3px rgba(0,0,0,0.5);
            }
            
            
            .ac_collapsible{
                overflow: hidden;
                transition: max-height 0.5s ease 0s;
                max-height: 0px;
                box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
            }
            .ac_collapsible.open{
                max-height: 9000px;
            }
            
            .ac_collapsible .inside{
                padding: 1em;	
            }
 /*accordian*/
            
            .ac_btn{
                
				background-color: #0199A6;
                color: #FFF;
                padding: 0.01em 1em;
                cursor: pointer;
                margin-top: 1px;
				
				margin: 10px 0 0;
				transition: all 0.5s;
            }
            .ac_btn.open{
                
				background-color: #FFF;
				color:#0199A6;
				box-shadow:  0 0 3px rgba(0,0,0,0.5);
            }
            
            
            .ac_collapsible{
                overflow: hidden;
                transition: max-height 0.5s ease 0s;
                max-height: 0px;
                box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
            }
            .ac_collapsible.open{
                max-height: 9000px;
            }
            
            .ac_collapsible .inside{
                padding: 1em;	
            }

