/* 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: #205072;
                    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 {
                    background-color: #620c11;
					background-clip: padding-box;
					border: 1px solid rgba(0,0,0,.2);
					border-radius: 0.3rem;
					outline: 0;
					
/*                    border: 5px solid #FFF;*/
/*                    border-radius: 10px;*/
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                    color: #FFF;
                    margin: 8em auto;
                    padding: 2em;
                    position: relative;
/*                    text-align: left;*/
                    width: 80%;
               
                }

                #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: #FAE752;
                    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;
                }


#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;
	 }
	 
	 
#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;
}

	 #calculators a{
		display: block; 
		color: #666;
	    background-color: #fff;
		padding-left: 1.3em;
		font-size: 14px;
	 }
	 #calculators a:hover, #calculators a:focus{
		text-decoration: underline;
	 }
	 #calculators strong{
		display: block;
		clear: both;
		font-size: 16px;
		background-color:#660032;
		color:white;
		padding:5px;
		margin-top: 16px;
	 }
	 .calculatorSection{
		width: 98%;
		float: left;
		margin: 9px;
	 }
		#calculators a:before {
		  display: inline-block;
		  margin-left: -1.3em; 
		  width: 1.3em; 
		}

#prsnpl a{ width: 49%;}
	 #lease  a{ width: 49%;}
	 #prsnfi a{ width: 49%;}
	 #retire a{ width: 49%;}
	 #invest a{ width: 49%;}
	 #home   a{ width: 49%;}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	#prsnpl a{ width: 100%;}
	 #lease  a{ width: 10 0%;}
	 #prsnfi a{ width: 100%;}
	 #retire a{ width: 100%;}
	 #invest a{ width: 100%;}
	 #home   a{ width: 100%;}
	 #extDis .extDisMsg{
		 font-size: 0.80em;
	 }
}
		.link_list li a{
		    display: block;
			text-decoration: underline;
			padding: 0.5em;
			line-height: 1.25em;
			color: #666;
		}
			.services .links-container {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			border-bottom: solid #610C11;
			padding-bottom: 4rem;
			margin-bottom: 3rem;
		}

		.services .links-container a {
			padding: 5px 10px;
			margin: 5px;
			background-color: #8b343d;
    		border: 1px solid #8b343d;
			border-radius: 5px;
			text-decoration: none;
			color: #fff;
			transition: all 0.3s ease;
		}

		.services .links-container a:hover {
			background-color: #fff;
    		color: #8b343d;
		}

		.fontImgCalc{
			display: inline-block;
			vertical-align: bottom;
			margin-left: -1.3em; 
		  	width: 1.3em; 
			  margin-right: 0.5em;
	}