:root{
    --default-color: #012231;
}

.row{
    display: inline-flex;
}

.coc-container{
 background-color: white;
 padding: 2em;
}
.btn-default{
    box-sizing: border-box;
    color: white;
    background-color: var(--default-color);
    border-radius: 5px;
    transition: background .25s;
    cursor: pointer;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
p, span, a{
    font-size: 12pt;
    line-height: 1.5em;
}
.float-img{
    float: right;
    max-width: 200px;
    height: auto;
    border-radius: 25px;
    margin-top: 2em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.coc-heading{
    margin-top: 1em;
}

.public-official-div{
    text-align: center;
}
.text-bg-light {
    color: #000;
    background-color: rgba(248, 249, 250, .9);
}
.top-bar-links a{
    margin-left: 12px;
    margin-right: 12px;
    color: white;
    line-height: 2.75em;
}
.top-bar-links{
    text-align: end;
}
@media only screen and (max-width: 600px){
.top-bar-links{
display: none !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
 }
#google_translate_element{
    position:fixed;
    display:flex;
}























