:root{
    --crime-primary--theme-color:#7b130a;
    --crime-secondary-theme-color:#000;
}

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}

.bg-skin::before{
    background-color: var(--crime-primary--theme-color);
}
header .top{
    background-color:var(--crime-secondary-theme-color);
}



.header-bar{
        border-bottom: 5px solid var(--crime-primary--theme-color);
}

#footer-module{
    font-size: 12pt;
}
/* QUICK LINKS */
.quick-links-group{
    display:flex;
    flex-wrap: wrap;
    font-size: 1.3125em;
    margin: 0 auto;
}
.quick-links-item{
    flex: 1 auto;
    height: 120px;
    margin-bottom: 1.875rem;
    width: 100%;
}
.quick-links-item a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.quick-links-item a:hover,
.quick-links-item a.active{
        color: var(--primary-gold);
    
}
.quick-links-item a > span{
    
    transform: translate(-50%,-50%);
    width: 80%;
}
@media all and (min-width:425px){
    .quick-links-item{
        flex:0 1 48%;
    }
}
@media all and (min-width:768px){
    
    .quick-links-item{
        flex:0 1 31%;
    }
}

@media all and (min-width:992px){
    .header-bar{
        background-position: center;
    }
}
@media all and (min-width:1366px){
    .quick-links-group{
        flex-wrap: nowrap;
    }
    .quick-links-item{
        flex:0 1 15%;
    }
}
#FooterRow {
    border-top:5px solid var(--crime-primary--theme-color);
}


 /* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
   z-index: 9724790009779!important;
   top:0;
   left:unset;
   right:-5px;
   display:none!important;
   border-radius:50%;
   border:2px solid #000;
  }
  .VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
  }
  /*hide google translate link | logo | banner-frame */
  .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
   
 /*google translate Dropdown */
 
 #google_translate_element select{
 background-color:#000;
 color:#fff;
 border: none;
 border-radius:3px;
 padding:6px 8px;
 }
 .responsive-iframe{
     position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
 }
 .location-map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.accordion-button:not(.collapsed){
    color:#fff;
    background-color:var(--crime-primary--theme-color);
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--crime-secondary-theme-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--crime-secondary-theme-color);
}
.accordion-button.collapsed {
  color:#fff;
    background-color:var(--crime-primary--theme-color);
}












