.blue {background-color: #407088; }
.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"; font-size: .9em;
}
h5, h4 {
    margin: .5em 0 .8em;
}
.pink {background: #FFCBCB; }
#footer .btn {
    min-width: 240px;
    font-weight: bold;
}
.breakout h2, .breakout h1 {margin-top: 10px; }
.accent {
    margin: .0em 0 0em;
    border-left: 1px solid #666;
    padding: 1.5em 2.5em 1em;
    position: relative;
}
.accent:before {
    content: '';
    border-top: 1px solid #666;
    left: -50px;
    width: calc(100% + 50px);
    display: block;
    position: absolute;
    z-index: 0;
}

.accent  p:first-child {
    margin-top: 1.5em;
}
p + p > .btn {
    margin-top: 10px;
}
.pattern {
	background-image: url(/wp-content/uploads/Background-formed-by-the-beautiful-patterns-of-the-curtains.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.fa-map-marker:before, .fa-phone:before {
    color: #FFCBCB;
}