/*--------------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. 
----------------------------------------------------------------*/
li.call-link a {
    padding: 7px 15px;
    border: 2px solid #b31927;
    border-radius: 25px;
}

li.call-link a:before {
    display: none;
}
.pattern {
    background-image: url(/wp-content/uploads/axiom-pattern.png);
}
.home-ctas i {
    font-size: 22px;
    color: #0c4d8f;
}

.home-ctas {
    margin-top: 1em;
}
.red {background-color: #b31927;}
.breakout h2 {
    margin-top: .5em;
}
h4 {
    margin-top: 1em;
    line-height: 1.4em;
}
.tel-inline {
  font-weight: 700; display:  inline-block; 
}
.tel-inline:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f095";
}