<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fading-header #sp-header {
    height: 90px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    background-color: rgba(176,9,9,0.8);
}

/*.sp-page-title .breadcrumb &gt;span, .sp-page-title .breadcrumb &gt;li, .sp-page-title .breadcrumb &gt;li+li:before, .sp-page-title .breadcrumb &gt;li&gt;a, .sp-page-title-no-img .breadcrumb &gt;span, .sp-page-title-no-img .breadcrumb &gt;li, .sp-page-title-no-img .breadcrumb &gt;li+li:before, .sp-page-title-no-img .breadcrumb &gt;li&gt;a {
    color: #9E9E9E;
}*/

.sp-megamenu-parent &gt;li &gt;a {
    display: inline-block;
    line-height: 90px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5A5E6B;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item &gt;a {
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    color: #333;
    cursor: pointer;
    font-size: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right, .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -333px;
}
img {
    display: inline;
    max-width: 100%;
    height: auto;
}
.flex.flip-container .flipper .back .sppb-person-introtext {
    display: block;
    clear: both;
    text-align: left;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 72%;
}
.services-icons li {
  width: 25.000%;
  float: left;
  height: 300px;
  border: 1px solid #BB0B0B;
  border-right: 1;
  border-bottom: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-icons li:hover {
  background: #A50A0A;
}
.services-icons li:hover i {
  margin-top: 50px;
}
.services-icons li:hover h3 {
  color: #fff;
}
.services-icons li:hover p {
  display: block;
}
.services-icons i {
  margin-top: 100px;
  font-size: 40px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.services-icons h3 {
  color: #3c414c;
  font-family: 'Electrolize';
  font-weight: 100;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}
.services-icons p {
  display: none;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-page-title, .sp-page-title-no-img {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 -10px 40px -10px rgba(0,0,0,0.1), inset 0 10px 10px -8px rgba(0,0,0,0.2);
}</pre></body></html>