@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
/* CSS Document */

button, ul, li{
    
    padding:0;
    margin: 0;
}

body{
    
    font-family: "nta", Arial, sans-serif !important;
}

p, ul, ol{
    
    font-weight: 400 !important;
}

a:link{
    
    color: #005ea5 !important;
    text-decoration: underline !important;
}

a:hover{
    
    color: #328DC2 !important;
}

a.link-active{
    
    color: #000000 !important;
    text-decoration: none !important;
    cursor: text;
    
}

.header{
    
    background-color: #000000;
    width:100%;
    height: 55px;
    padding: 5px 0 5px 20px;
    color: #ffffff;
    font-size: 30px;
}

.header-bar{
    
    height: 10px;
    background-color: #005ea5;
}


h1{
    
    margin-top: 30px !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    
}

h2{
    
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

h3{
    
    font-size: 15px !important;
 
}

ul, ol{
    
    margin: 20px 0 !important;
    padding: 0 0 0 20px;
}

ol li, ul li{
    
    margin: 10px 0px;
}

ol.link-section-list li{
    
    position: relative;
    padding-left: 10px;
}

ol.link-section-list li:before{
    content: '';
    position: absolute;
}

ol.what-is-probate{
    
    list-style:none;
    margin: 0;
    padding: 0;
}

ol.what-is-probate li{
    
    margin: 20px 0;
}

span.number-list{
    
    display:block;
    background-color: #000000;
    width: 25px;
    height: 25px;
    float:left;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    padding-top: 1px;
    margin-right: 10px;
    
}

span.list-text{
    
    display:block;
    
}


.clear{
    
    clear:both;
}

.row{
    
padding: 20px;

    
}


/*-- MAIN CONTENT--*/

.section{
    
    display:none;
}

.show-section{
    
    display:block;
}

#content-area{
    
    padding: 30px 0;
}

.price{
    
    font-weight: bold;
    font-size: 110%;
}

.highlighted{
    
    border-left: 15px solid #DEE0E2;
    padding: 15px;
    
}

.call-to-action{
    
    text-align:center;
    margin: 20px 0;
    background-color: #a7282e;
    color: #ffffff;
    padding: 10px;
    border: 5px solid #96272a;
    
}

.call-header{
    
    font-size:250%;

  
}

.contact-header{
    
    text-align: center !important;
}

.contact-header h2{
    
    line-height: 25px;
}

.error{
    
    color: red;
    
}

form{
    background-color: #E7EAEC;
    padding: 40px;
    margin-bottom: 50px;
}

.contact-form{
    
    margin-top:30px;

}

.contact-form input, .contact-form textarea{
    
    background-color: #F9F9F9 !important;
    border: 1px solid #CCCCCC;
    border-radius: 0px !important;
    padding: 10px;
    
}

::placeholder{
    
    color: #757575 !important;
    font-weight: 200 !important;
}

input:focus{
    
    border: 3px solid #ffbf47 !important;
}

.form-check{
    
    padding-left: 20px;
}

.contact-btn{
    
    width: 100%;
    display:block;
    background-color: #006435;
    border: 0;
    border-bottom: 4px solid #000000;
    border-radius: 3px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-btn:hover{
    
    background-color: #80B199;
    
}


/*-- FOOTER --*/

#footer-wrapper{
    
    background-color: #DEE0E2;
    color: #6E7779;
    text-align: center;
    padding: 50px;
    font-size: 14px;
    border-top: 10px solid #0C5FA3;
}

.footer-logo{
    
    margin: 0 auto 15px;
}

.footer-logo img{
    
    max-width: 150px;
}

#footer-wrapper .container{
    
    margin: 0 auto;
}

.footer-contact{
   
    float:left;
    text-align: center;
    width:100px;
}

.footer-contact a{
    
    color: #ffffff !important;
}

.copyright{
    
    margin-top: 15px;
}
