/*--------------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. ----------------------------------------------------------------*/
.home-ctas {
    margin-top: 2em;
    margin-bottom: 2.5em;
}
.home-ctas > div {
  margin-bottom: 1em;
}
.blue-text {color: #1488B8;}
.white {background-color: #fff;}
.wrap {
    border: 5px solid #c4950a;
    padding: 1em;
    height: 100%;
    text-align: center;
    font-weight: bold;
}

li.phone-link a {
    font-weight: bold;
    font-family: 'Montserrat';
}
.btn i {
    color: #1488B8;
}

.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;
}
h3 {
    font-weight: bold;
}
.transparent {background-color: transparent;}

.yellow-link i {
    margin-right: 2px;
    color: #1488b8;
}

.yellow-link {
    color: #d1a010;
    text-transform: uppercase;
    font-size: 1.05em;
}
body:not(.home) .breakout h1 {
    border-bottom: 5px solid  #1499b8;
    display: inline-block;
    padding-bottom: 10px;
}
h2 i {
    color: #c4950a;
}

.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";
}

.serv-row {
    text-align: center;
}
.serv-row i {display: block;margin-bottom: 8px;}