<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.services-detail
{
    display: none;
  position: absolute;
bottom: 0px;
padding: 0px;
    left: 0;
padding: 15px;
    
background-color: #000;      

}
.expanding-grid {
  position: relative;
  width: 100%;
}
.expanding-grid .links {
  display: block;
  margin: 0 -1em;
  overflow: hidden;
}
.expanding-grid .links &gt; li {
  box-sizing: border-box;
  float: left;
  padding: 1em;
}
.expanding-grid .links &gt; li a {
 width: 100%;
 background-color: #bc3945;
 color: #fff;
 display: block;
    cursor: context-menu;
 text-align: center;
    font-weight: 600;
    padding-top:0px;
    cursor: pointer;
}
.expanding-grid .links &gt; li a .minus{
    display: none;
    
}
.expanding-grid .links &gt; li a:hover {
  background: #a82d38;
    text-decoration: none;
}
.expanding-grid .links &gt; li a.active {
  background:  #a82d38;
}
.expanding-grid .links &gt; li .active .minus {
  display: inline-block;
}
.expanding-grid .links &gt; li .active .square {
  display: none !important;
}
.expanding-grid .links &gt; li a.active:after {
     background-color: transparent;
    border-bottom: 0em solid #f7f7f7;
    border-left: 0em solid transparent;
    border-right:0em solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -0.375em;
    position: absolute;
    width: 0;

}


@media only screen and (max-width: 768px) {
  .expanding-grid .links &gt; li {
    width: 100%;
  }
  .expanding-grid .links &gt; li:nth-of-type(n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .expanding-grid .links &gt; li {
    width: 50%;
  }
  .expanding-grid .links &gt; li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expanding-grid .links &gt; li {
    width: 33.33%;
  }
  .expanding-grid .links &gt; li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .expanding-grid .links &gt; li {
    width: 33.33%;
  }
  .expanding-grid .links &gt; li:nth-of-type(3n+1) {
    clear: left;
  }
}
.expanding-grid .spacer {
  background-color: #fff;
  clear: both;
  display: block;
  margin: 0 0em;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}
.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .hentry {
  box-sizing: border-box;
  clear: both;
  color: #000;
  min-height: 4em;
  overflow: hidden;
  background-color: #fff;
    
  padding: 2em;
  margin-right: 15px;
  width: 100%;
    background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .hentry .entry-image {
  box-sizing: border-box;
  float: right;
  margin-left: 1em;
  padding: 0.25em 0 0.52em 1em;
  text-align: center;
  width: 50%;
}
.expanding-grid .hentry .entry-title {
font-size: 2em;
    color:#bc3945;
    text-transform: uppercase;
}
.expanding-grid .hentry h2{
    font-size: 1.6em;
    color:#bc3945;
    font-weight: 600;
    margin-bottom: 0px;
}
.expanding-grid .hentry p{
    margin-bottom: 10px;
    line-height: 25px;
}
.expanding-grid .hentry ul{
    list-style: circle;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
}
.expanding-grid .close-button {
  transition: opacity 0.2s;
background-color: #bc3945;
color: #fff;
padding: 4px 10px;
font-weight: 600;
     right: 15px !important;
}
.expanding-grid .close-button.active {
   transition: opacity 0.2s;
background-color: #bc3945;
color: #fff;
padding: 4px 10px;
font-weight: 600;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}

.img-placeholder {
  background: orange;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}</pre></body></html>