/*--------------PLEASE PLACE ALL CUSTOM CSS HERE -------------NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ----------------------------------------------------------------*/
.blue {background-color:#122E4C;}
.dk-blue {
    background-color: #0b1c2e;
}
.bo-c{background-color: #e0e0e0;}
.lime {background-color: #93D50A;}
h2 span, h3 span {color: #7db509;display:block;text-transform: uppercase;margin-top: 3px;font-size: 22px;}
#footer .btn {
    display: block;
    max-width: 250px;
    font-weight: bold;
}
.btn i {color: #93d50a; font-size: .9em;}
.home-ctas i {
    color: #93d50a;
    font-size: 27px;
    margin-bottom: 10px;
}
.home-ctas {
    font-weight: bold;
}
#content .btn-lime, .btn-lime {
    background: #93D50A;
    color: #122e4c;
}
#content .btn-lime:hover, .btn-lime:hover {
    background-color: #122e4c;
    color: #93D50A;
}
.tel-inline {
  font-weight: 700; display:  inline-block; 
}
.tel-inline:before {
  margin-right: 4px;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f095"; font-size: .9em;
}