/*--------------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. ----------------------------------------------------------------*/
.red {background-color:#bb0000;}.blue {background-color:#003b89;}
.oswald {font-family: oswald;text-transform: uppercase;}
#content .btn-blue, .btn-blue {
    background: #003b89;
}
#content .btn-blue:hover, .btn-blue:hover {
    background: #a10000;
}
.blue-text {color: #003b89;} .red-text {color:#bb0000;}

.triangle-down:before {
    content: '';
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid white;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
}
.triangle-up,
.triangle-down {
  padding-top: 3em;
  position: relative;
}
.oswald a {
    font-weight: 700;
}
.text-lg {font-size: 1.1em; line-height: 1.7em;}
.home-ctas i {
    color: #003b89;
}
.breakout h2 {
    margin-top: .5em;
}
.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";
}