



                #extDis {
                    display: none;
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    z-index: 1000;
                }
                #extDis h2{
                    text-align: center;
                }
                
                #extDis .extDisMsg {
					width: 50%;
					height: 383px;
					margin: auto;
					position: fixed !important;
					top: 50%;
					left: 0;
					bottom: 0;
					right: 0;
					margin-top: -210px;
					padding: 20px;
					background: #fff;
					box-shadow: 0px 0px 25px #000;
					border-radius: 5px;
					transition: all .5s ease-in-out;
                } 
				#extDis .thirdPartyTabs {
					width: 100%;
					display: flex;
					justify-content: space-around;
					flex-wrap: wrap;
                }
				#extDis strong {
					display: block;
                }
			#extDis .thirdPartyTabs a{
				box-sizing: border-box;
				position: relative;
				background: #fff;
				text-align: center;
				text-transform: uppercase;
				font-size: 15px;
				font-weight: 700;
				border-radius: 3px;
				letter-spacing: .1em;
				margin-top: 10px !important;
				transition: all .3s;
				width: 40%;
				padding: 10px;
				display: inline-block;
				border: 1px solid #000;
				color: #de0031;
                }
				#extDis .extDisMsg img {
					width: auto;
					position: relative;
					left: 50%;
					transform: translate(-50%,0);
					margin-bottom: 15px;
                }
				#extDis .extDisMsg p {
					text-align: center;
                }
                #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 {
                    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: #de2835;
		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: #de2835;
			border: 3px solid #de2835;
			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: #de2835 3px solid;
					background-color: #de2835;
					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: #de2835 3px solid;
				   color: #de2835;
				}
				.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: #de2835;
				}
				.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;
				}
            
            .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;
            }
            .ac_collapsible.open{
                max-height: 800px;
            }
            
            .ac_collapsible .inside{
                padding: 0em;	
            }
        
	

/*

#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;
}
*/
