/* 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: #575757;
                    border: 5px solid #FFF;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #FFF;
                    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(0, 0, 0, 0.5);
                }
            
                #extDis a.continueBtn:hover,#extDis a.continueBtn:focus,#extDis a.closeBtn:focus {
                    background-color: #dfdfdf;
                    color:#000;
                    
                }
                #extDis a.closeBtn, #extDis a.continueBtn {
                    background-color: #FFF;
                    color: #381404;
                    display: inline;
                    font-weight: bold;
                    margin: 10px 20px 0px 0px;
                    padding: 10px 20px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-decoration: none;
                }



			/********************************/
            /*******OLB SPEED********/
            /********************************/
            
                #OLB_speed {
                    display: none;
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    z-index: 1000;
                }
                #OLB_speed h2{
                    text-align: center;
                }
                
                #OLB_speed .OLB_speed_Msg {
                    background-color: #575757;
                    border: 5px solid #FFF;
                    border-radius: 10px;
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #FFF;
                    margin: 3em auto;
                    padding: 2em;
                    position: relative;
                    text-align: left;
                    width: 80%;
                    font-size: 0.80em;
                }
                #OLB_speed .OLB_speed_Msg p{
                    padding: 0 0 20px 0;
                }
                #OLB_speed .OLB_speed_Bg {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
                }
            
                #OLB_speed a.continueBtn:hover,#OLB_speed a.continueBtn:focus,#OLB_speed a.closeBtn:focus {
                    background-color: #dfdfdf;
                    color:#000;
                    display: inline-block;
                }
                #OLB_speed a.closeBtn, #OLB_speed a.continueBtn {
                    background-color: #FFF;
                    color: #381404;
                    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: #007299;
		color: #FFF;
		margin: 2px;
		padding:0.5em;
		float: left;
		width: 98%;
		border-radius: 10px;
		text-decoration: none;
		border: 3px solid #FFF;

		transition: all 1s;
		
		
	 }
		#calculators a:hover, #calculators a:focus{
		 color: #007299;
			border: 3px solid #007299;
			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%;}
	 
	#rates_container{
					overflow-x: auto;
					max-width: 100%;
				}
				.rates_effective{
					clear: both;	
				}
				.rates_nav{
					clear: both;	
				}
				.rates_button {
					border: #007299 3px solid;
					background-color: #007299;
					padding: 0.5em;
					text-decoration: none;
					transition: 0.5s color, 0.5s border, 0.5s background-color;
					border-radius: 10px;
					display: block;
					float: left;
					margin: 0.25em;
					color: rgba(255,255,255,1); 
				}
				.rates_button:hover {
				   background-color: #FFF;
				   border: #007299 3px solid;
				   color: #007299;
				}
				.rates_table{
					max-width: 600px;
					width: 100%;
					border-collapse: collapse;
					table-layout: fixed;
					min-width: 320px;
					clear: both;
				}
				.rates_header{
					font-size: 1.75em;
					padding-top: 1em;
					color: #007299;
				}
				.rates_title{
					font-weight: bold;
					padding: 0.5em 0.5em 0 0.5em;
				}
				.rates_bold{
				}
				.rates_notes{
					font-size: 0.75em;
					font-style: italic;
				}
				.rates_subheader{
					font-size: 1.25em;
				}
				.rates_linespace{
				}
				.rates_aRow{
					background-color: #EEE;
				}
				.rates_standard{
					padding: 0.50em;
				}
   /*accordian*/
            
            .ac_btn{
               
                cursor: pointer;
                margin-top: 1px;
            }
            .ac_btn.open h2::after{
                content: "-"
				
            }
			.ac_btn h2::after{
                content: "+";
				padding: 0 0.5em;
            }
            
            
            .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: 800px;
            }
            
            .ac_collapsible .inside{
                padding: 0em;	
            }
        
        

/********************************/
/************BACK TO TOP********/
/********************************/
#btt{
    background-color: #000;
    border-radius: 5px;
    bottom: 0.5em;
    color: white;
    display: none;
    font-size: 2em;
    opacity: 0.6;
    padding: 0.5em;
    position: fixed;
    right: 0.5em;
    text-align: center;
	cursor: pointer;
	z-index: 30;
}