:root {
    --gray: #3b3a3a;
    --vibrant-green: #57b601;
    --bright-red: #ff1919;
    --light-blue: #43b5f9;
    --orange: #ed9139;
    --bright-orange: #ea8e51;
}
div.Normal{
    font:inherit;
}

p, span, a{
    font-size: 12pt;
    line-height: 1.5em;
}
.text-bg-light {
    color: #000;
    background-color: rgba(248, 249, 250, .9);
}
.top-bar-links a{
    margin-left: 12px;
    margin-right: 12px;
    color: white;
}
.top-bar-links{
    text-align: end;
}
@media only screen and (max-width: 600px){
.top-bar-links{
display: none !important;
}
}

/* google search stying */
.gsc-control{
    width:100%!important;
}
.gsc-search-box input.gsc-input {
    border: 0 !important;
    padding: 1.5rem 2rem !important;
    margin: 0 !important;
    font-size: 20px !important;
    height: 2rem !important;
    width: 100% !important;
    font-family: "Montserrat", sans-serif !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: transparent !important;
    -webkit-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    text-indent: 0 !important;
    text-transform: uppercase;
    outline:none;
}
.home-header{
    color:white;
}
.gsc-clear-button{
    display:none!important;
}
table.gsc-search-box td {
    padding: 0!important;
}
.ccg-search button.gsc-search-button.gsc-search-button-v2 {
    background: rgba(234, 142, 65, 0.8);
    color: white;
    padding: 0.5em;
    width: 4rem;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    height: 50px;
    margin: 0;
}
.gsc-adBlock{
    display: none!important;
}
.google-cse{
    display: none;
}
#___gcse_0{
    background-color:transparent;
    width:70%;
    left:10%;
}
.gsc-control-cse {
    border-color: transparent;
    background-color: transparent;
    border:none!important;
    padding:0!important;
}



.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #ea8e41;
    background-color: #ea8e41;
    background-image: none;
    filter: none;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.gsc-input .gsc-input-box table tbody tr td input{
    height:2em!important;
}
table.gsc-search-box{
    margin-bottom:0!important;
}
form.gsc-search-box{
    margin-bottom:0!important;
}


/* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: var(--gray);
    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 gold;
  }
  .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:var(--gray);
 color:#fff;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }


.social-icons{
        margin-top: 0;
    position: fixed;
    right: 10px;
    top: 325px;
    width: 51px;
    z-index: 5;
    background-color: transparent;
}
.social-icons a img{
    display:block;
    margin-bottom:.5em;
}

/* QUICK LINKS CARDS */
.quick-links .card{
    background-color:rgba(51,54,63,.9);
    border-color:rgba(51,54,64,.9);
    color:#fff!important;
}



/* ILLEGAL DUMPING */
#illegal-dumping {
    position: relative;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255, .2);
    padding: 1em;
    max-width: 300px;
}



















